| Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Gebisset",
"alternateName": "Gebisset",
"description": "",
"url": "https://gebisset.dk"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Gebisset",
"url": "https://gebisset.dk",
"alternateName": "Gebisset",
"description": "Gebisset",
"logo": "https://gebisset.dk/wp-content/uploads/2023/01/Gebisset_logo_RGB.png",
"sameAs": [
"https://www.facebook.com/Gebisset/",
"https://www.instagram.com/gebissetroskilde/",
"https://www.linkedin.com/company/gebisset/"
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+45 93 94 83 99"
}
]
},
{
"@context": "https://schema.org",
"@type": "Dentist",
"image": "https://gebisset.dk/wp-content/uploads/2023/01/Gebisset_logo_RGB.png",
"@id": "https://gebisset.dk",
"name": "Gebisset",
"telephone": "+45 93 94 83 99",
"address": {
"@type": "PostalAddress",
"streetAddress": "Jernbanegade 40A",
"addressLocality": "Roskilde",
"addressRegion": "Sj\u00e6lland",
"postalCode": 4000,
"addressCountry": "DK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.63766098022461,
"longitude": 12.081245422363281
}
}
]
|