summaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 524a26f..d2ba684 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -35,6 +35,51 @@ const { language, textDirection } = I18N;
<Metadata {...metadata} />
<SiteVerification />
<Analytics />
+ <script is:inline defer data-domain="gres-tech.com" src="https://analytics.craftknight.com/js/script.js"></script>
+
+ <script is:inline type="application/ld+json" set:html={JSON.stringify({
+ "@context": "https://schema.org",
+ "@type": "HomeAndConstructionBusiness",
+ "name": "Gres-Tech Dawid Kupczyk",
+ "url": "https://www.gres-tech.com",
+ "email": "grestech.biuro@gmail.com",
+ "address": {
+ "@type": "PostalAddress",
+ "streetAddress": "ul. Kolejowa 10",
+ "addressLocality": "Rokitki",
+ "postalCode": "83-112",
+ "addressRegion": "pomorskie",
+ "addressCountry": "PL"
+ },
+ "geo": {
+ "@type": "GeoCoordinates",
+ "latitude": 54.0467,
+ "longitude": 18.7756
+ },
+ "areaServed": [
+ { "@type": "City", "name": "Tczew" },
+ { "@type": "City", "name": "Gdańsk" },
+ { "@type": "City", "name": "Rokitki" },
+ { "@type": "City", "name": "Starogard Gdański" },
+ { "@type": "City", "name": "Pelplin" },
+ { "@type": "City", "name": "Gniew" },
+ { "@type": "City", "name": "Subkowy" }
+ ],
+ "serviceType": [
+ "Układanie płytek",
+ "Usługi glazurnicze",
+ "Gresy wielkoformatowe",
+ "Spieki kwarcowe",
+ "Tarasy wentylowane",
+ "Hydroizolacje",
+ "Fugowanie epoksydowe",
+ "Remonty łazienek"
+ ],
+ "description": "Profesjonalne usługi glazurnicze – układanie płytek, gresów wielkoformatowych, spieków kwarcowych, klinkieru. Tarasy wentylowane, hydroizolacje, remonty łazienek. Tczew, Gdańsk, Rokitki i okolice.",
+ "priceRange": "$$",
+ "image": "https://www.gres-tech.com/default.png",
+ "sameAs": []
+ })} />
<!-- Comment the line below to disable View Transitions -->
<ClientRouter fallback="swap" />