Rached Nemr
Rached Nemr

Reputation: 45

google structured data price not showing in google

I have configured a google structured data for a product. Although each itemprop was showing up in google tools with no errors. example: Google structured data tool. But in google i couldn't see the price. Same link in google Same link in google . I have followed the google documentation. For the price for example i coded like this (Just i putt static values for simplicity) :

<div itemprop="offers" itemscopeitemtype="http://schema.org/Offer">
 <span itemprop="priceCurrency" content="EUR">€</span>
 <span itemprop="price" content="6599.59">6.599,59</span>
</div>

Upvotes: 1

Views: 620

Answers (1)

Tony McCreath
Tony McCreath

Reputation: 3384

I'm seeing the price here for your supplied search. However not when I try a more natural search, and not for all your product pages.

It can take time for Google to crawl and process a pages. Updates may take more time to propagate around all their servers.

Rich snippets are not guaranteed even if the markup is valid. Artificial searches like ones using site: are more likely to show rich snippets than real world searches.

Upvotes: 1

Related Questions