Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://cafebrasil.dk/#person",
"name": "CafeBrasil",
"image": {
"@type": "ImageObject",
"@id": "https://cafebrasil.dk/#logo",
"url": "https://cafebrasil.dk/wp-content/uploads/2024/10/logo-150x128.png",
"contentUrl": "https://cafebrasil.dk/wp-content/uploads/2024/10/logo-150x128.png",
"caption": "CafeBrasil",
"inLanguage": "da-DK"
}
},
{
"@type": "WebSite",
"@id": "https://cafebrasil.dk/#website",
"url": "https://cafebrasil.dk",
"name": "CafeBrasil",
"publisher": {
"@id": "https://cafebrasil.dk/#person"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://cafebrasil.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://cafebrasil.dk/#webpage",
"url": "https://cafebrasil.dk/",
"name": "CafeBrasil - gaveid\u00e9er og gadgets",
"about": {
"@id": "https://cafebrasil.dk/#person"
},
"isPartOf": {
"@id": "https://cafebrasil.dk/#website"
},
"inLanguage": "da-DK"
}
]
}
] |