(1)write code inside your html <head> </head> section:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"url": "https://yourwebsite.com/pagename",
"name": "your business name here",
"image": "https://yourwebsite.com/example.jpg",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "103, 1st Floor, Palm Spring Building, Lokhandwala Complex-Andheri West",
"postalCode": "400053",
"addressRegion": "Mumbai"
}
,
"telephone": ["+918149996597","+919322437432"],
"description": "brand name with description eg.the premium Training institute with courses focused only on web related careers.",
"aggregateRating": {
"@type":"AggregateRating",
"worstRating":"0",
"bestRating":"5",
"ratingValue":"5.0",
"reviewCount":"5"
}
}
</script>
(2)use testing tool:
https://search.google.com/structured-data/testing-tool
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"url": "https://yourwebsite.com/pagename",
"name": "your business name here",
"image": "https://yourwebsite.com/example.jpg",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "103, 1st Floor, Palm Spring Building, Lokhandwala Complex-Andheri West",
"postalCode": "400053",
"addressRegion": "Mumbai"
}
,
"telephone": ["+918149996597","+919322437432"],
"description": "brand name with description eg.the premium Training institute with courses focused only on web related careers.",
"aggregateRating": {
"@type":"AggregateRating",
"worstRating":"0",
"bestRating":"5",
"ratingValue":"5.0",
"reviewCount":"5"
}
}
</script>
(2)use testing tool:
https://search.google.com/structured-data/testing-tool
Comments
Post a comment