Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Pad Thai Take Away",
"url": "https://padthaihouse.dk",
"logo": "https://padthaihouse.dk/cf-cgi/families/22796/resource-types/web-logo.png",
"image": "https://padthaihouse.dk/cf-cgi/families/22796/resource-types/web-background.png",
"paymentAccepted": "CreditCard, AndroidPay, ApplePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Abel Cathrines Gade 23, 1654 K\u00f8benhavn V"
},
"telephone": "+4581935653",
"latitude": 55.671487,
"longitude": 12.559615,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "16:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "16:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "16:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "16:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "16:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "16:00",
"closes": "22:00"
}
]
}
] |