Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://hemmet-lejr.dk/#/schema/Organization/base",
"name": "Sommerlejren Hemmet Strand",
"url": "https://hemmet-lejr.dk/"
},
{
"@type": "WebSite",
"@id": "https://hemmet-lejr.dk/#/schema/WebSite/base",
"url": "https://hemmet-lejr.dk/",
"name": "Sommerlejren Hemmet Strand",
"publisher": {
"@id": "https://hemmet-lejr.dk/#/schema/Organization/base"
}
},
{
"@type": "WebPage",
"@id": "https://hemmet-lejr.dk/#/schema/WebPage/base",
"url": "https://hemmet-lejr.dk/",
"name": "Forsiden",
"description": "Sommerlejren Hemmet Strand",
"isPartOf": {
"@id": "https://hemmet-lejr.dk/#/schema/WebSite/base"
},
"about": {
"@id": "https://hemmet-lejr.dk/#/schema/Organization/base"
},
"inLanguage": "da-DK",
"breadcrumb": {
"@id": "https://hemmet-lejr.dk/#/schema/BreadcrumbList/17"
}
},
{
"@type": "Article",
"@id": "https://hemmet-lejr.dk/#/schema/com_content/article/1",
"name": "Forsiden",
"headline": "Forsiden",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "https://hemmet-lejr.dk/#/schema/WebPage/base"
}
}
]
}
] |