| Structured
    Data | 
      
         
        [
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Startside",
        "item": "https://stellings.com"
      }
    ]
  },
  [
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Stelling",
      "url": "https://stellings.com",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://stellings.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Stelling",
      "url": "https://stellings.com"
    }
  ]
]
         
       |