generated from dwd/boilarplate-astro-tailwind
pull/4/head
parent
733c398be0
commit
3d1a486912
|
@ -36,6 +36,22 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter
|
||||||
<meta property="og:image:width" content="526" />
|
<meta property="og:image:width" content="526" />
|
||||||
<meta property="og:image:height" content="275" />
|
<meta property="og:image:height" content="275" />
|
||||||
<meta name="og:image:secure_url" content={ogImg} />
|
<meta name="og:image:secure_url" content={ogImg} />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Website",
|
||||||
|
"name": "Barta India",
|
||||||
|
"url": "https://barta-india.in/",
|
||||||
|
"logo": "/img/barta_logo.png",
|
||||||
|
"contactPoint": {
|
||||||
|
"@type": "https://barta-india.in/contact/",
|
||||||
|
"contactType": "Visitor Feedback"
|
||||||
|
},
|
||||||
|
"sameAs": [
|
||||||
|
"https://www.facebook.com/bartaindia?mibextid=eHce3h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -37,6 +37,22 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter
|
||||||
<meta property="og:image:width" content="526" />
|
<meta property="og:image:width" content="526" />
|
||||||
<meta property="og:image:height" content="275" />
|
<meta property="og:image:height" content="275" />
|
||||||
<meta name="og:image:secure_url" content={ogImg} />
|
<meta name="og:image:secure_url" content={ogImg} />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Website",
|
||||||
|
"name": "Barta India",
|
||||||
|
"url": "https://barta-india.in/bn",
|
||||||
|
"logo": "/img/barta_logo.png",
|
||||||
|
"contactPoint": {
|
||||||
|
"@type": "https://barta-india.in/contact/",
|
||||||
|
"contactType": "Visitor Feedback"
|
||||||
|
},
|
||||||
|
"sameAs": [
|
||||||
|
"https://www.facebook.com/bartaindia?mibextid=eHce3h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue