Structured Data | [
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.vivara.dk/",
"name": "Vivara"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.vivara.dk/",
"name": "CJ Wildbird Foods EU B.V",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+45-32443029",
"contactType": "sales"
},
{
"@type": "ContactPoint",
"telephone": "+45-32443029",
"contactType": "technical support"
},
{
"@type": "ContactPoint",
"telephone": "+45-32443029",
"contactType": "customer service"
}
],
"address": {
"addressCountry": "Nederlandene",
"postalCode": 2620,
"addressLocality": "Albertslund",
"streetAddress": "Hersted\u00f8stervej 27 A, 1.sal"
}
}
] |