Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "MovieTheater",
"screenCount": 12,
"url": "https://www.nfbio.dk/biografer/kinopalaeet",
"name": "Lyngby Kinopal\u00e6et",
"telephone": "004570131211",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "004570131211",
"email": "servicelyngby@nfbio.dk",
"url": "https://www.nfbio.dk/biografer/kinopalaeet",
"contactType": "customer service"
},
"image": {
"@type": "ImageObject",
"url": "https://www.nfbio.dk/sites/nfbio.dk/files/m/primary_pictures/797x448_supreme_01.png"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.771152,
"longitude": 12.507484
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Klampenborgvej 215A",
"addressLocality": "Stork\u00f8benhavn",
"postalCode": 2800,
"addressCountry": "DK"
}
}
]
}
] |