Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.dintaske.dk",
"name": "Din Taske",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.dintaske.dk/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
},
{
"@context": "http://schema.org/",
"@type": "Product",
"name": "",
"url": "https://www.dintaske.dk",
"sku": "",
"brand": {
"@type": "Thing",
"name": ""
},
"offers": [],
"description": ""
}
]
|