{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://listic.store/#organization",
      "name": "Listic",
      "url": "https://listic.store"
    },
    {
      "@type": "WebSite",
      "@id": "https://listic.store/#website",
      "name": "Listic",
      "url": "https://listic.store",
      "publisher": {
        "@id": "https://listic.store/#organization"
      }
    },
    {
      "@type": "CollectionPage",
      "@id": "https://listic.store/templates/stores/hr.html#webpage",
      "url": "https://listic.store/templates/stores/hr.html",
      "name": "Store-specific templates",
      "description": "Ready-made visual grocery lists you can open in Listic.",
      "inLanguage": "hr",
      "isPartOf": {
        "@id": "https://listic.store/#website"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://listic.store/templates/stores/hr.html#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://listic.store"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Templates",
          "item": "https://listic.store/templates/hr.html"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Store-specific"
        }
      ]
    },
    {
      "@type": "ItemList",
      "@id": "https://listic.store/templates/stores/hr.html#list",
      "name": "Store-specific templates",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Aldi popis namirnica",
          "url": "https://listic.store/templates/aldi-grocery-list/hr.html"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Lidl popis za kupovinu",
          "url": "https://listic.store/templates/lidl-grocery-list/hr.html"
        }
      ]
    }
  ]
}
