Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://www.nintendo.dk/#/schema/Organization/base",
"name": "Nintendo",
"url": "https://www.nintendo.dk/"
},
{
"@type": "WebSite",
"@id": "https://www.nintendo.dk/#/schema/WebSite/base",
"url": "https://www.nintendo.dk/",
"name": "Nintendo",
"publisher": {
"@id": "https://www.nintendo.dk/#/schema/Organization/base"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.nintendo.dk/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "WebPage",
"@id": "https://www.nintendo.dk/#/schema/WebPage/base",
"url": "https://www.nintendo.dk/",
"name": "Home - Nintendo",
"isPartOf": {
"@id": "https://www.nintendo.dk/#/schema/WebSite/base"
},
"about": {
"@id": "https://www.nintendo.dk/#/schema/Organization/base"
},
"inLanguage": "da-DK",
"breadcrumb": {
"@id": "https://www.nintendo.dk/#/schema/BreadcrumbList/17"
}
},
{
"@type": "Article",
"@id": "https://www.nintendo.dk/#/schema/com_content/article/3",
"name": "Home",
"headline": "Home",
"inLanguage": "da-DK",
"isPartOf": {
"@id": "https://www.nintendo.dk/#/schema/WebPage/base"
}
}
]
}
] |