Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Corporation",
"@id": "https://mmm-rc.dk/#schema-publishing-organization",
"url": "https://mmm-rc.dk",
"name": "Born & Kolstrup",
"description": "Endnu en Sites-side"
},
{
"@type": "WebSite",
"@id": "https://mmm-rc.dk/#schema-website",
"url": "https://mmm-rc.dk",
"name": "Mad med mere",
"encoding": "UTF-8",
"potentialAction": {
"@type": "SearchAction",
"target": "https://mmm-rc.dk/search/{search_term_string}/",
"query-input": "required name=search_term_string"
}
},
{
"@type": "BreadcrumbList",
"@id": "https://mmm-rc.dk/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home"
}
]
},
{
"@type": "Person",
"@id": "https://mmm-rc.dk/author/fvdmortensuperadmin/#schema-author",
"name": "Morten Aaskov"
},
{
"@type": "WebPage",
"@id": "https://mmm-rc.dk/#schema-webpage",
"isPartOf": {
"@id": "https://mmm-rc.dk/#schema-website"
},
"publisher": {
"@id": "https://mmm-rc.dk/#schema-publishing-organization"
},
"url": "https://mmm-rc.dk/"
},
{
"@type": "Store",
"@id": "https://mmm-rc.dk",
"name": "Born & Kolstrup",
"url": "https://mmm-rc.dk",
"priceRange": "$",
"currenciesAccepted": "USD",
"paymentAccepted": "Cash",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "21:00"
}
]
}
]
}
] |