Answer the question
In order to leave comments, you need to log in
Schema.org microdata: How to add different prices for different countries for the same product?
Good afternoon!
Can someone tell me how to correctly write in the micro-markup a different price of different countries for the same product?
One item is sold in Russia, Ukraine and Belarus.
Now the markup looks like this:
<div itemscope itemtype="http://schema.org/Product">
<meta itemprop="name" content="Название">
<meta itemprop="brand" content="Бренд" />
<meta itemprop="description" content="Описание...." />
<div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<meta itemprop="priceCurrency" content="RUB" />
<meta itemprop="price" content="2500" />
<time itemprop="priceValidUntil" datetime="2020-11-05"></time>
<link itemprop="availability" href="https://schema.org/InStock" />
...
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question