Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Place",
"@id": "https://www.pnyx.dk/#place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Copenhagen",
"postalCode": 2100,
"addressCountry": "Denmark"
}
},
{
"@type": "Organization",
"@id": "https://www.pnyx.dk/#organization",
"name": "Pnyx",
"url": "https://www.pnyx.dk",
"address": {
"@type": "PostalAddress",
"addressLocality": "Copenhagen",
"postalCode": 2100,
"addressCountry": "Denmark"
},
"logo": {
"@type": "ImageObject",
"@id": "https://www.pnyx.dk/#logo",
"url": "https://www.pnyx.dk/wp-content/uploads/2024/07/Pnyx-icon.webp",
"contentUrl": "https://www.pnyx.dk/wp-content/uploads/2024/07/Pnyx-icon.webp",
"caption": "Pnyx",
"inLanguage": "da-DK",
"width": 512,
"height": 512
},
"description": "Historie, geografi og sp\u00e6ndende teorier om menneskes oprindelse og historie.",
"location": {
"@id": "https://www.pnyx.dk/#place"
}
},
{
"@type": "WebSite",
"@id": "https://www.pnyx.dk/#website",
"url": "https://www.pnyx.dk",
"name": "Pnyx",
"publisher": {
"@id": "https://www.pnyx.dk/#organization"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.pnyx.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://www.pnyx.dk/#webpage",
"url": "https://www.pnyx.dk/",
"name": "Pnyx.dk -",
"about": {
"@id": "https://www.pnyx.dk/#organization"
},
"isPartOf": {
"@id": "https://www.pnyx.dk/#website"
},
"inLanguage": "da-DK"
}
]
}
] |