Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"@id": "http://bar8660.dk#breadcrumblist",
"itemListElement": [
{
"@type": "ListItem",
"@id": "http://bar8660.dk/#listItem",
"position": 1,
"item": {
"@type": "WebPage",
"@id": "http://bar8660.dk/",
"name": "Home",
"description": "Bar8660 - forside",
"url": "http://bar8660.dk/"
}
}
]
},
{
"@type": "CollectionPage",
"@id": "http://bar8660.dk#collectionpage",
"url": "http://bar8660.dk",
"name": "- Bar8660 - forside",
"description": "Bar8660 - forside",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "http://bar8660.dk/#website"
},
"breadcrumb": {
"@id": "http://bar8660.dk#breadcrumblist"
},
"about": {
"@id": "http://bar8660.dk/#organization"
}
},
{
"@type": "Organization",
"@id": "http://bar8660.dk/#organization",
"url": "http://bar8660.dk/",
"logo": {
"@type": "ImageObject",
"url": "http://bar8660.dk/wp-content/uploads/2021/09/cropped-bar8660-2-1-1.png",
"@id": "http://bar8660.dk/#organizationLogo",
"width": 1200,
"height": 262
},
"image": {
"@id": "http://bar8660.dk/#organizationLogo"
}
},
{
"@type": "WebSite",
"@id": "http://bar8660.dk/#website",
"url": "http://bar8660.dk/",
"description": "Bar8660 - forside",
"inLanguage": "da-DK",
"publisher": {
"@id": "http://bar8660.dk/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://bar8660.dk/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
]
}
] |