Structured Data | [
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.nillesrejser.dk",
"logo": "/clientfiles/cm4/images/logo.png"
},
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": " NILLES Rejser A/S",
"image": "/clientfiles/cm4/images/logo.png",
"@id": "https://www.nillesrejser.dk",
"url": "https://www.nillesrejser.dk",
"telephone": "+4570216022",
"email": "nilles@nillesrejser.dk",
"address": {
"@type": "PostalAddress",
"streetAddress": "Ny Lufthavnsvej 100",
"addressLocality": "Nrresundby",
"postalCode": 9400,
"addressCountry": "Denmark"
},
"sameAs": [
"https://www.facebook.com/nillesrejser",
"https://www.youtube.com/channel/UCDpJmKPQZVFJ6pXmb7I4vFw",
"https://www.instagram.com/nillesrejserdk"
]
}
] |