Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@id": "https://www.dat-schaub.com/#website",
"@type": "WebSite",
"description": "Danishcrown",
"name": "danishcrown",
"url": "https://www.dat-schaub.com"
},
{
"@id": "https://www.dat-schaub.com/en/#webpage",
"@type": "WebPage",
"description": true,
"name": "Home - DAT-Schaub",
"url": "https://www.dat-schaub.com/en",
"isPartOf": {
"@id": "https://www.dat-schaub.com/#website"
},
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://www.dat-schaub.com/en"
]
}
]
}
]
}
] |