Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://festlinjen.dk/#person",
"name": "Festlinjen",
"url": "https://festlinjen.dk",
"sameAs": [
"https://twitter.com/komplet"
],
"email": "hej@festlinjen.dk",
"address": {
"@type": "PostalAddress",
"streetAddress": "Stendalvej 8",
"postalCode": 8620,
"addressCountry": "Danmark"
},
"telephone": 22824085,
"image": {
"@type": "ImageObject",
"@id": "https://festlinjen.dk/#logo",
"url": "https://festlinjen.dk/wp-content/uploads/2019/10/festlinjen-e1570000034146.png",
"contentUrl": "https://festlinjen.dk/wp-content/uploads/2019/10/festlinjen-e1570000034146.png",
"caption": "Festlinjen",
"inLanguage": "en-US",
"width": 350,
"height": 97
}
},
{
"@type": "WebSite",
"@id": "https://festlinjen.dk/#website",
"url": "https://festlinjen.dk",
"name": "Festlinjen",
"publisher": {
"@id": "https://festlinjen.dk/#person"
},
"inLanguage": "en-US",
"potentialAction": {
"@type": "SearchAction",
"target": "https://festlinjen.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://festlinjen.dk/#webpage",
"url": "https://festlinjen.dk/",
"name": "Festlinjen - siden hvor du kan finde alt om fester!",
"about": {
"@id": "https://festlinjen.dk/#person"
},
"isPartOf": {
"@id": "https://festlinjen.dk/#website"
},
"inLanguage": "en-US"
}
]
}
] |