Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Review",
"itemReviewed": {
"@type": "Game",
"name": "Test of product"
},
"author": {
"@type": "Person",
"name": "Oppustelige"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": 10,
"bestRating": 10
},
"publisher": {
"@type": "Organization",
"name": "Oppustelige",
"logo": {
"@type": "ImageObject",
"url": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.dk_logo.png"
}
}
},
{
"@type": "Organization",
"@id": "https://oppustelige.dk/#organization",
"name": "Oppustelige",
"logo": {
"@type": "ImageObject",
"@id": "https://oppustelige.dk/#logo",
"url": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.dk_logo.png",
"contentUrl": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.dk_logo.png",
"caption": "Oppustelige",
"inLanguage": "da-DK",
"width": 1215,
"height": 222
}
},
{
"@type": "WebSite",
"@id": "https://oppustelige.dk/#website",
"url": "https://oppustelige.dk",
"name": "Oppustelige",
"publisher": {
"@id": "https://oppustelige.dk/#organization"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://oppustelige.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "ImageObject",
"@id": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.png",
"url": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.png",
"width": 1247,
"height": 571,
"caption": "oppustelige",
"inLanguage": "da-DK"
},
{
"@type": "WebPage",
"@id": "https://oppustelige.dk/#webpage",
"url": "https://oppustelige.dk/",
"name": "Oppustelige produkter - Alt fra oppustelig m\u00f8bler til kajakker",
"datePublished": "2024-09-20T06:51:24+00:00",
"dateModified": "2024-09-20T06:51:24+00:00",
"about": {
"@id": "https://oppustelige.dk/#organization"
},
"isPartOf": {
"@id": "https://oppustelige.dk/#website"
},
"primaryImageOfPage": {
"@id": "https://oppustelige.dk/wp-content/uploads/2017/08/oppustelige.png"
},
"inLanguage": "da-DK"
}
]
}
] |