Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://vindrosen-huset.dk/#/schema/Organization/base",
"name": "Frivillighuset Vindrosen",
"url": "https://vindrosen-huset.dk/"
},
{
"@type": "WebSite",
"@id": "https://vindrosen-huset.dk/#/schema/WebSite/base",
"url": "https://vindrosen-huset.dk/",
"name": "Frivillighuset Vindrosen",
"publisher": {
"@id": "https://vindrosen-huset.dk/#/schema/Organization/base"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://vindrosen-huset.dk/component/finder/search?q={search_term_string}&Itemid=101",
"query-input": "required name=search_term_string"
}
},
{
"@type": "WebPage",
"@id": "https://vindrosen-huset.dk/#/schema/WebPage/base",
"url": "https://vindrosen-huset.dk/",
"name": "Forside",
"description": "Frivillighuset Vindrosen",
"isPartOf": {
"@id": "https://vindrosen-huset.dk/#/schema/WebSite/base"
},
"about": {
"@id": "https://vindrosen-huset.dk/#/schema/Organization/base"
},
"inLanguage": "da-DK"
},
{
"@type": "Article",
"@id": "https://vindrosen-huset.dk/#/schema/com_content/article/2",
"name": "Forside",
"headline": "Forside",
"inLanguage": "da-DK",
"interactionStatistic": {
"@type": "InteractionCounter",
"userInteractionCount": 142105
},
"isPartOf": {
"@id": "https://vindrosen-huset.dk/#/schema/WebPage/base"
}
}
]
}
] |