Support Center

Frequently asked questions and support documentation for RatingWidget.

  • >
  • How can I add a price tag to my Shopify’s store...?

How can I add a price tag to my Shopify’s store Rich-Snippets?

It’s fairly very simple task. Open your product template liquid in the editor, and add the schema.org/Offer metadata:

<div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”>

<span itemprop=”price”>{{ product.variants.first.price | money }}</span>

<meta itemprop=”priceCurrency” content=”{{ shop.currency }}” />

<meta itemprop=”availability” content=”in_stock”/>

</div>

Leave a Comment

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>