| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.qq.dk#website",
"name": "QQ.DK",
"url": "https://www.qq.dk",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.qq.dk/sitesearch?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "Organization",
"@id": "https://www.qq.dk#organization",
"name": "QQ.DK",
"description": "QQ.DK \u2013 qq \u2013 QQ",
"url": "https://www.qq.dk",
"contactPoint": [
{
"@type": "ContactPoint",
"email": "info@qq.dk",
"contactType": "customer support"
}
],
"address": {
"@type": "PostalAddress",
"addressCountry": "DK",
"postalCode": "DK",
"addressLocality": "DK",
"streetAddress": "DK"
},
"telephone": "+45 70256001"
}
]
}
]
|