Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.husqvarna.com/dk/#website",
"url": "https://www.husqvarna.com/dk/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.husqvarna.com/dk/sogeresultater/?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"mainEntityOfPage": {
"@type": "ItemPage",
"url": "https://www.husqvarna.com/dk/",
"name": "Hjem"
}
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"name": "Hjem",
"item": "https://www.husqvarna.com/dk/",
"position": 1
}
]
}
]
}
] |