Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"@id": "http://gearshopper.dk/#breadcrumblist",
"itemListElement": [
{
"@type": "ListItem",
"@id": "http://gearshopper.dk#listItem",
"position": 1,
"name": "Home"
}
]
},
{
"@type": "CollectionPage",
"@id": "http://gearshopper.dk/#collectionpage",
"url": "http://gearshopper.dk/",
"name": "Gearshopper.dk - Din genvej til nyt gear",
"description": "Det er her du kan finde nyttig vide om dine n\u00e6ste geark\u00f8b. Find gode tips og inspiration!",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "http://gearshopper.dk/#website"
},
"breadcrumb": {
"@id": "http://gearshopper.dk/#breadcrumblist"
},
"about": {
"@id": "http://gearshopper.dk/#organization"
}
},
{
"@type": "Organization",
"@id": "http://gearshopper.dk/#organization",
"name": "Gearshopper.dk",
"description": "Tips, anmeldelser, guides og gode links",
"url": "http://gearshopper.dk/"
},
{
"@type": "WebSite",
"@id": "http://gearshopper.dk/#website",
"url": "http://gearshopper.dk/",
"name": "Gearshopper.dk",
"description": "Tips, anmeldelser, guides og gode links",
"inLanguage": "da-DK",
"publisher": {
"@id": "http://gearshopper.dk/#organization"
}
}
]
}
] |