stefbowerman / cadaver-2.0

11 stars 0 forks source link

Remove "product-json-ld" #54

Open stefbowerman opened 1 week ago

stefbowerman commented 1 week ago

Replace with:

  <script type="application/ld+json">
    {{ product | structured_data }}
  </script>
stefbowerman commented 1 week ago

Also, remove:

    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
      <meta itemprop="priceCurrency" content="{{ shop.currency }}">
      <meta itemprop="price" content="{{ current_variant.price | divided_by: 100.00 }}">
      <link itemprop="availability" href="http://schema.org/{% if current_variant.available %}InStock{% else %}OutOfStock{% endif %}">