Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"@id": "http://kepel.dk/#breadcrumblist",
"itemListElement": [
{
"@type": "ListItem",
"@id": "http://kepel.dk/#listItem",
"position": 1,
"item": {
"@type": "WebPage",
"@id": "http://kepel.dk/",
"name": "Home",
"url": "http://kepel.dk/"
}
}
]
},
{
"@type": "Organization",
"@id": "http://kepel.dk/#organization",
"name": "Kepel",
"url": "http://kepel.dk/"
},
{
"@type": "WebPage",
"@id": "http://kepel.dk/#webpage",
"url": "http://kepel.dk/",
"name": "Fris\u00f8r Kepel",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "http://kepel.dk/#website"
},
"breadcrumb": {
"@id": "http://kepel.dk/#breadcrumblist"
},
"datePublished": "2020-03-08T02:25:02+01:00",
"dateModified": "2023-06-22T14:15:30+02:00"
},
{
"@type": "WebSite",
"@id": "http://kepel.dk/#website",
"url": "http://kepel.dk/",
"name": "Kepel",
"inLanguage": "da-DK",
"publisher": {
"@id": "http://kepel.dk/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://kepel.dk/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
]
}
] |