| Structured
Data |
[
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Jysk Diner",
"url": "https://jysk-diner.dk/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://jysk-diner.dk/catalogsearch/result/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"@id": "https://jysk-diner.dk/",
"name": "Jysk Diner",
"image": "https://jysk-diner.dk/media/bss/logo/",
"email": "",
"priceRange": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"postalCode": "",
"addressCountry": ""
},
"telephone": ""
}
]
|