Structured Data | [
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://vending-machine.dk/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://vending-machine.dk/index.php?route=product/search&search={search_term_string}"
},
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "GroceryStore",
"name": "Vending Machine",
"url": "https://vending-machine.dk/",
"image": "https://vending-machine.dk/image/catalog/Title.png",
"logo": "https://vending-machine.dk/image/cache/catalog/android-chrome-192x192-144x144.png",
"telephone": "+4522292268",
"email": "info@vending-machine.dk",
"priceRange": "DKK",
"address": {
"@type": "PostalAddress",
"addressLocality": "Roskilde, Danmark",
"postalCode": 4000,
"streetAddress": "Vending Machine CVR 44207540"
},
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Roskilde, Danmark",
"postalCode": 4000,
"streetAddress": "Vending Machine CVR 44207540"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.6700331,
"longitude": 11.9165018
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://vending-machine.dk/index.php?route=product/search&search={search_term_string}",
"query-input": "required name=search_term_string"
},
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+4522292268",
"contactType": "customer service"
}
],
"sameAs": [
"https://www.facebook.com/Vendingmachine.dk",
"https://www.linkedin.com/company/vending-machine/?viewAsMember=true"
]
}
] |