Mobile app version of vmapp.org
Login or Join
Kevin317

: International SEO Currency & Google Snippets I have an Australian Ecommerce site. I also sell to NZ and USA . As part of the user experience it will detect where you are and change the

@Kevin317

Posted in: #Ecommerce #GoogleRichSnippetsTool #Internationalization #RichSnippets #Seo

I have an Australian Ecommerce site. I also sell to NZ and USA . As part of the user experience it will detect where you are and change the currency accordingly. so when google crawls - the currency will always be USD I guess ( because it is a US IP address )

My question - how can I embed ecommerce microdata that will show the correct currency / price to the correct country in SERPS ?

Thanks :-)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kevin317

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Someone on Moz Found the answer for me:
moz.com/community/q/international-seo-ecommerce-rich-snippets#reply_292857
Here is an example of a mark-up for multiple currencies:

<div itemtype="http://schema.org/Product" itemscope>
<meta itemprop="name" content="Google Nexus 7">
<meta itemprop="sku" content="abc123">
<meta itemprop="gtin14" content="00886227537143" />
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="229.95" />
<meta itemprop="priceCurrency" content="USD" />
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="27800" />
<meta itemprop="priceCurrency" content="JPY" />
</div>
</div>


The example is coming from a reliable source: support.google.com/merchants/answer/6069143?hl=en

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme