| Structured
    Data | [
  {
    "@context": "https://schema.org/",
    "@graph": [
      {
        "@context": "https://schema.org/",
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "item": {
              "name": "Forside",
              "@id": "https://garngalleriet.dk"
            }
          }
        ]
      },
      {
        "@context": "https://schema.org/",
        "@type": "WebSite",
        "name": "Garngalleriet Mikrofarveri",
        "url": "https://garngalleriet.dk",
        "potentialAction": {
          "@type": "SearchAction",
          "target": "https://garngalleriet.dk/?s={search_term_string}&post_type=product",
          "query-input": "required name=search_term_string"
        }
      }
    ]
  }
] |