| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "http://creatives.dk/#website",
"url": "http://creatives.dk/",
"name": "Creatives",
"potentialAction": {
"@type": "SearchAction",
"target": "http://creatives.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "http://creatives.dk/#webpage",
"url": "http://creatives.dk/",
"inLanguage": "en-US",
"name": "Creatives - Developing our infinite imagination",
"isPartOf": {
"@id": "http://creatives.dk/#website"
},
"description": "Developing our infinite imagination"
}
]
}
]
|