Structured data / schema / ld+json question
-
Hey folks,
I recently stumbled across a really nice restaurant in Indonesia and decided to make the family a free website. Unfortunately, I’m not a web designer / programmer and it’s been a bit of a struggle.
There is a restaurant on the island of Bali that keeps on popping up at the top in search results when googling for ‘my’ restaurant, but the name is actually spelt differently and it is located quite far away from the town of Ubud…
To enhance ‘my’ website’s SEO performance, I added some structured data in the footer of the webpages. The structured data testing tool thinks everything is fine and the Google webmaster console pics up 23 items. However, uploading this data does not appear to have made any difference to the search result ranking. Also, none of that additional info is being showcased anywhere in conjunction with the restaurant.
Would be great if someone out there could take a quick look at the data I added to see whether I’ve made any mistakes – many many thanks in advance!
The structured data that I included on my website is:
<script type=”application/ld+json”> {
“@context” : “https://schema.org”,
“@type” : “Restaurant”,
“address” : {
“@type”: “PostalAddress”,
“addressLocality”: “Ubud”,
“addressRegion”: “Kabupaten Gianyar”,
“addressCountry”: “ID”,
“postalCode”: “80571”,
“streetAddress”: “Jalan Sandat 8” },
“name”: “Warung Krisna”,
“url”: “https://krisna.online/”,
“telephone”: “+6281237168883”,
“openingHours”: “Mo-Su 10:00-22:00”,
“aggregateRating”:{
“@type”:”AggregateRating”,
“ratingValue”:”5″,
“reviewCount”:”22″},
“priceRange”:”1″,
“servesCuisine”: [“Indonesian, Balinese”],
“acceptsReservations”:”false”,
“menu”:”https://krisna.online/menu/”,
“paymentAccepted”:”Cash only”,
“description”: “Our family run restaurant takes pride in offering authentic Indonesian dishes, using fresh produce and prepared with lots of love.”,
“logo”:”https://krisna.online/wp-content/uploads/2017/10/WK-logo-for-Google-3.png”,
“image”:”https://krisna.online/wp-content/uploads/2017/10/WK-logo-for-Google-3.png”,
“sameAs” : [ “https://www.facebook.com/warung.krisna.9”,
“https://www.instagram.com/warung_krisna/”,
“https://www.tripadvisor.com/Restaurant_Review-g297701-d12951793-Reviews-Warung_Krisna-Ubud_Bali.html”,
“https://4sq.com/2x6lXCA”,
“https://www.zomato.com/bali/warung-krisna-ubud/info”%5D,
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “-8.50752739”,
“longitude”: “115.26642065”
}
} </script>The page I need help with: [log in to see the link]
- The topic ‘Structured data / schema / ld+json question’ is closed to new replies.