Shop Pages: ItemList

Liquid-ready for shop pages

<script type='application/ld+json'>
    {
      "@context": "http://www.schema.org",
      "numberOfItems": "3",
      "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "url": "https://www.example.co.uk/"
        },
        {
         "@type": "ListItem",
         "position": 2,
            "url": "https://www.example.co.uk/"
         },
        {
         "@type": "ListItem",
         "position": 3,
         "url": "https://www.example.co.uk/"
         }
      ]
     }
  </script>

Last updated