| Structured
Data |
[
[
{
"@context": "http://schema.org",
"@type": "BikeStore",
"image": "https://winthercykel.dk/Client/dist/b2c/static/winther.png",
"name": "HF Christiansen A/S",
"email": "info@hfchristiansen.com",
"telephone": "+45 86 42 33 33 ",
"address": {
"@type": "PostalAddress",
"addressLocality": "8920 Randers NV",
"postalCode": "8920 Randers NV",
"streetAddress": "Hvidemøllevej 9-11"
}
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://winthercykel.dk/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://winthercykel.dk/soegning#!?term={search_term}",
"query-input": "required name=search_term"
}
}
]
]
|