Structured Data | [
[
{
"@context": "https://schema.org/",
"@type": "WebSite",
"potentialAction": {
"@type": "SearchAction",
"query-input": "required name=query",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.bergzeit.dk/search/?q={query}"
}
},
"url": "https://www.bergzeit.dk/"
},
{
"@context": "https://schema.org/",
"@type": "Organization",
"logo": "https://example.png",
"name": "Bergzeit GmbH",
"url": "https://www.bergzeit.dk/"
}
]
] |