My rich snippet is not showing in search
by @shufle (220), 7 months ago
My rich snippet is not showing in search. is there something wrong with my code?
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Hafiz Laundry Kiloan Satuan Express Terdekat Surabaya Kilat",
"image": {
"@type": "ImageObject",
"url": "https://laundryexpress.web.id/laundry-kiloan-express-terdekat-surabaya/assets/images/bglandry.png"
},
"offers": {
"@type": "Offer",
"priceCurrency": "IDR",
"price": "10000",
"availability": "https://schema.org/InStock",
"url": "https://laundryexpress.web.id/laundry-kiloan-express-terdekat-surabaya/",
"priceValidUntil": "2034-12-31T00:00:00.000Z"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "97856",
"reviewCount": "97856",
"bestRating": "5",
"worstRating": "1"
},
"description": "Hafiz Laundry Kiloan Satuan Express adalah layanan laundry profesional yang menyediakan solusi terbaik untuk kebutuhan pencucian Anda di Surabaya.",
"brand": "Laundry",
by @harshit-kumar (-34), 7 months ago
Google takes time show data. Please wait for some time.
by @ms (4326), 7 months ago
Your code is valid, just remove the last comma and end it with curly bracket as long as you don't have it there (missing in the pasted code). Otherwise, Google test tool shows valid item. You can check yourself here: https://search.google.com/test/rich-results/result/r%2Fmerchant-listings
If it's freshly added, give Google some time, as mentioned above ^