Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"@id": "https://www.cremashop.dk/#organization",
"name": "Crema",
"url": "https://www.cremashop.dk",
"logo": "https://www.cremashop.dk/bundles/pplshop/images/crema-logo.png",
"foundingDate": 2007,
"sameAs": [
"https://www.facebook.com/cremashop.eu",
"https://instagram.com/crema_store"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "Hankasuontie 11 B",
"postalCode": "00390",
"addressLocality": "Helsinki",
"addressCountry": "FI"
},
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "89 87 96 11",
"email": "kundeservice@cremashop.dk",
"contactType": "customer service",
"availableLanguage": [
"English",
"Finnish",
"Swedish"
]
}
]
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"@id": "https://www.cremashop.dk/da/#website",
"name": "Crema",
"alternateName": "Cremashop.dk",
"url": "https://www.cremashop.dk/da/",
"inLanguage": "da",
"publisher": {
"@id": "https://www.cremashop.dk/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.cremashop.dk/da/search/?search={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
] |