Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://gavegrotten.dk/#person",
"name": "Gavegrotten",
"image": {
"@type": "ImageObject",
"@id": "https://gavegrotten.dk/#logo",
"url": "https://gavegrotten.dk/wp-content/uploads/2022/05/cropped-Gavegrotten-logo.png",
"contentUrl": "https://gavegrotten.dk/wp-content/uploads/2022/05/cropped-Gavegrotten-logo.png",
"caption": "Gavegrotten",
"inLanguage": "da-DK",
"width": 800,
"height": 132
}
},
{
"@type": "WebSite",
"@id": "https://gavegrotten.dk/#website",
"url": "https://gavegrotten.dk",
"name": "Gavegrotten",
"publisher": {
"@id": "https://gavegrotten.dk/#person"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://gavegrotten.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://gavegrotten.dk/#webpage",
"url": "https://gavegrotten.dk/",
"name": "Gavegrotten - En verden af fantastiske gaveideer",
"about": {
"@id": "https://gavegrotten.dk/#person"
},
"isPartOf": {
"@id": "https://gavegrotten.dk/#website"
},
"inLanguage": "da-DK"
}
]
}
] |