Hi I have a shopify store in asia, where the pinterest app is not avaible.
I claimed my website, and input the following code into tge liquid.theme
{% if template contains 'product' %}
<meta property="og:type" content="product" />
<meta property="og:title" content="{{ product.title }}" />
<meta property="og:description" content="{{ product.description | strip_html }}" />
<meta property="og:url" content="{{ product.url }}"/>
<meta property="og:site_name" content="{{ shop.name }}" />
<meta property="product:price:amount" content="{{ product.price | money_without_currency }}" />
<meta property="product:price:currency" content="{{ currency.iso_code }}" />
<meta property="og:availability" content="{% if product.available %}instock{% else %}out of stock{% endif %}" />
{% endif %}
when I go to the rich pin validator, it validates the podict name but not any of the other details (see photo attached)
Can anyone help me with the issues Im having please?
Many thanks
Hello @japantattoomasks
Welcome to PBC!
For this type of inquiry it's best that you reach Pinterest's Help Center here.
Thank you.