| Structured
    Data | 
      
         
        [
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://folkedansbutikken.dk/#website",
        "url": "https://folkedansbutikken.dk/",
        "name": "Folkedans",
        "description": "S\u00f8d musik til dig",
        "potentialAction": [
          {
            "@type": "SearchAction",
            "target": {
              "@type": "EntryPoint",
              "urlTemplate": "https://folkedansbutikken.dk/?s={search_term_string}"
            },
            "query-input": {
              "@type": "PropertyValueSpecification",
              "valueRequired": true,
              "valueName": "search_term_string"
            }
          }
        ],
        "inLanguage": "da-DK"
      }
    ]
  }
]
         
       |