Mobile app version of vmapp.org
Login or Join
Radia820

: My schema.org sturctured data is not showing up on google It's been around a month since I've added structured data on my website. However, Google structured data testing tool is displaying "all

@Radia820

Posted in: #GoogleRichSnippetsTool #Html5 #Microdata #SchemaOrg

It's been around a month since I've added structured data on my website. However, Google structured data testing tool is displaying "all is good". The data is not showing up in google (right side when website name is entered in google search)

Here is the jsonld script example,

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ClothingStore",
"address": {
"@type": "PostalAddress",
"addressLocality": "locality",
"postalCode": "395047",
"addressRegion": "Gujarat",
"streetAddress": "Address of store"
},
"description": "website description.",
"name": "website.url",
"alternateName" : "website.url",
"openingHours": "Mo,Tu,We,Th,Fr,Sa 12:00-22:00",
"telephone": "+91-7412566478",
"url": "http://website.url",
"email": "mail-address@gmail.com",
"logo": "http://website.url/img/logo.jpg",
"geo": {
"@type": "GeoCoordinates",
"latitude": "xx.xxxxxxx",
"longitude": "xx.xxxxxx"
},
"hasMap": "https://www.google.co.in/maps/place/website.url",
"sameAs": ["https://plus.google.com/+website.url",
"https://www.facebook.com/website.url",
"https://in.linkedin.com/pub/website.url/xxxx",
"https://twitter.com/website.url",
"https://www.pinterest.com/website.url"],
"potentialAction": {
"@type": "SearchAction",
"target": "http://website.url/search.html?ser_type=find&q={search_term_string}",
"query-input": "required name=search_term_string"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "250"
}

}
</script>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme