Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Place",
"@id": "https://it-kanalen.dk/#place",
"address": {
"@type": "PostalAddress",
"streetAddress": "Olof Palmes Gata 29",
"addressRegion": "Stockholm",
"postalCode": "111 22",
"addressCountry": "Sweden"
}
},
{
"@type": "NewsMediaOrganization",
"@id": "https://it-kanalen.dk/#organization",
"name": "IT-Kanalen.dk",
"url": "https://it-kanalen.dk",
"sameAs": [
"https://www.facebook.com/itkanalendk/",
"https://twitter.com/itkanalendk"
],
"email": "info@itmediagroup.se",
"address": {
"@type": "PostalAddress",
"streetAddress": "Olof Palmes Gata 29",
"addressRegion": "Stockholm",
"postalCode": "111 22",
"addressCountry": "Sweden"
},
"logo": {
"@type": "ImageObject",
"@id": "https://it-kanalen.dk/#logo",
"url": "https://it-kanalen.dk/wp-content/uploads/2020/10/Open5d.png",
"contentUrl": "https://it-kanalen.dk/wp-content/uploads/2020/10/Open5d.png",
"caption": "IT-Kanalen.dk",
"inLanguage": "da-DK",
"width": 300,
"height": 200
},
"location": {
"@id": "https://it-kanalen.dk/#place"
}
},
{
"@type": "WebSite",
"@id": "https://it-kanalen.dk/#website",
"url": "https://it-kanalen.dk",
"name": "IT-Kanalen.dk",
"publisher": {
"@id": "https://it-kanalen.dk/#organization"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://it-kanalen.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://it-kanalen.dk/#webpage",
"url": "https://it-kanalen.dk/",
"name": "IT-Kanalen | St\u00f8rst p\u00e5 it-nyheder til partnerforhandlere og slutkunder",
"about": {
"@id": "https://it-kanalen.dk/#organization"
},
"isPartOf": {
"@id": "https://it-kanalen.dk/#website"
},
"inLanguage": "da-DK"
}
]
},
{
"@context": "https://schema.org/",
"@type": "organization",
"@id": "#organization",
"logo": {
"@type": "ImageObject",
"url": "https://it-kanalen.dk/wp-content/uploads/2021/05/kanalen.dk_.png"
},
"url": "https://it-kanalen.dk/",
"name": "IT-Kanalen",
"description": "St\u00f8rst p\u00e5 it-nyheder til partnerforhandlere og slutkunder"
},
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "IT-Kanalen",
"alternateName": "St\u00f8rst p\u00e5 it-nyheder til partnerforhandlere og slutkunder",
"url": "https://it-kanalen.dk/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://it-kanalen.dk/search/{search_term}",
"query-input": "required name=search_term"
}
}
] |