Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "MovieTheater",
"screenCount": 5,
"url": "https://www.nfbio.dk/biografer/dagmar-teatret",
"name": "Dagmar Teatret",
"telephone": "004570131211",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "004570131211",
"email": "servicedagmar@nfbio.dk",
"url": "https://www.nfbio.dk/biografer/dagmar-teatret",
"contactType": "customer service"
},
"image": {
"@type": "ImageObject",
"url": "https://www.nfbio.dk/sites/nfbio.dk/files/media-images/2022-12/797x448_Dagmar_biografoverblik.jpg"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.676294,
"longitude": 12.566332
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Jernbanegade 2",
"addressLocality": "Stork\u00f8benhavn",
"postalCode": 1608,
"addressCountry": "DK"
}
}
]
}
] |