style fix. calculator fix. Optimisation
This commit is contained in:
86
index.html
86
index.html
@@ -11,6 +11,92 @@
|
||||
<meta property="og:description" content="Millimetergenaue 3D-Aufmaße für Handwerk, Innenausbau und Architektur." />
|
||||
<meta property="og:type" content="website" />
|
||||
<title>Superfice – Präzision beginnt beim Aufmaß</title>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@graph": [
|
||||
{
|
||||
"@type": "LocalBusiness",
|
||||
"@id": "https://www.superfice.de/#business",
|
||||
"name": "Superfice.de KG",
|
||||
"description": "Millimetergenaue 3D-Aufmaße für Handwerk, Innenausbau und Architektur. Professioneller Aufmaßdienstleister in Peitz, Brandenburg.",
|
||||
"url": "https://www.superfice.de",
|
||||
"telephone": "+4935601988891",
|
||||
"email": "info@superfice.de",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Grüner Weg 36",
|
||||
"addressLocality": "Peitz",
|
||||
"postalCode": "03185",
|
||||
"addressCountry": "DE",
|
||||
"addressRegion": "Brandenburg"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 51.8555,
|
||||
"longitude": 14.4069
|
||||
},
|
||||
"areaServed": {
|
||||
"@type": "GeoCircle",
|
||||
"geoMidpoint": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 51.8555,
|
||||
"longitude": 14.4069
|
||||
},
|
||||
"geoRadius": "100000"
|
||||
},
|
||||
"priceRange": "€€",
|
||||
"currenciesAccepted": "EUR",
|
||||
"openingHours": "Mo-Fr 08:00-18:00",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Aufmaß-Leistungen",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Küchen-Aufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "195", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Raum / Grundriss-Aufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "130", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Treppenaufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "165", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Schrank / Einbaumöbel-Aufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "110", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Badaufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "155", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": { "@type": "Service", "name": "Wintergarten-Aufmaß" },
|
||||
"priceSpecification": { "@type": "PriceSpecification", "price": "295", "priceCurrency": "EUR", "valueAddedTaxIncluded": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "WebSite",
|
||||
"@id": "https://www.superfice.de/#website",
|
||||
"url": "https://www.superfice.de",
|
||||
"name": "Superfice – Präzision beginnt beim Aufmaß",
|
||||
"description": "Millimetergenaue 3D-Aufmaße für Handwerk, Innenausbau und Architektur.",
|
||||
"inLanguage": "de-DE",
|
||||
"publisher": { "@id": "https://www.superfice.de/#business" }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user