| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://globaltfokus.dk/#/schema/Organization/base",
"name": "Globalt Fokus",
"url": "https://globaltfokus.dk/"
},
{
"@type": "WebSite",
"@id": "https://globaltfokus.dk/#/schema/WebSite/base",
"url": "https://globaltfokus.dk/",
"name": "Globalt Fokus",
"publisher": {
"@id": "https://globaltfokus.dk/#/schema/Organization/base"
}
},
{
"@type": "WebPage",
"@id": "https://globaltfokus.dk/#/schema/WebPage/base",
"url": "https://globaltfokus.dk/da/",
"name": "Globalt Fokus - Hjem",
"isPartOf": {
"@id": "https://globaltfokus.dk/#/schema/WebSite/base"
},
"about": {
"@id": "https://globaltfokus.dk/#/schema/Organization/base"
},
"inLanguage": "da-DK"
},
{
"@type": "Article",
"@id": "https://globaltfokus.dk/#/schema/com_content/article/683",
"name": "Hjem",
"headline": "Hjem",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "https://globaltfokus.dk/#/schema/WebPage/base"
}
}
]
}
]
|