Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://gastropia.dk/#person",
"name": "Online Land ApS",
"sameAs": [
"https://twitter.com/Gastropia"
],
"image": {
"@type": "ImageObject",
"@id": "https://gastropia.dk/#logo",
"url": "https://gastropia.dk/wp-content/uploads/2024/08/Gastropia-Logo.svg",
"contentUrl": "https://gastropia.dk/wp-content/uploads/2024/08/Gastropia-Logo.svg",
"caption": "Gastropia.dk",
"inLanguage": "da-DK"
}
},
{
"@type": "WebSite",
"@id": "https://gastropia.dk/#website",
"url": "https://gastropia.dk",
"name": "Gastropia.dk",
"publisher": {
"@id": "https://gastropia.dk/#person"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://gastropia.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://gastropia.dk/#webpage",
"url": "https://gastropia.dk/",
"name": "Gastropia.dk | Opskrifter | K\u00f8kkenudstyr | Viden",
"about": {
"@id": "https://gastropia.dk/#person"
},
"isPartOf": {
"@id": "https://gastropia.dk/#website"
},
"inLanguage": "da-DK"
}
]
}
] |