-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (100 loc) · 3.99 KB
/
index.html
File metadata and controls
107 lines (100 loc) · 3.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="pt-PT">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://chrisert.pt/" />
<link rel="alternate" hreflang="pt-PT" href="https://chrisert.pt/" />
<link rel="alternate" hreflang="x-default" href="https://chrisert.pt/" />
<meta name="geo.region" content="PT" />
<meta name="geo.placename" content="Águeda, Portugal" />
<meta
name="description"
content="Chrisert - Especialistas em ETICS (Capoto), isolamento térmico de fachadas, limpeza de telhados e pintura exterior em Águeda e Portugal continental."
/>
<meta name="author" content="Chrisert" />
<meta
name="keywords"
content="ETICS, Capoto, isolamento térmico, pintura de fachadas, limpeza de telhados, renovação de fachadas, eficiência energética, Águeda, Aveiro, Portugal"
/>
<title>Chrisert - Especialistas em ETICS e Isolamento Térmico</title>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://chrisert.pt/" />
<meta
property="og:title"
content="Chrisert - Especialistas em ETICS e Isolamento Térmico"
/>
<meta
property="og:description"
content="Especialistas em ETICS (Capoto), isolamento térmico de fachadas, limpeza de telhados e pintura exterior."
/>
<meta
property="og:image"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://chrisert.pt/" />
<meta
name="twitter:title"
content="Chrisert - Especialistas em ETICS e Isolamento Térmico"
/>
<meta
name="twitter:description"
content="Especialistas em ETICS (Capoto), isolamento térmico de fachadas, limpeza de telhados e pintura exterior."
/>
<meta
name="twitter:image"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border.png"
/>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Chrisert" />
<link rel="manifest" href="/site.webmanifest" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Chrisert - Especialistas em ETICS e Isolamento Térmico",
"image": "https://chrisert.pt/chrisert-logo-with-footer-and-border.png",
"url": "https://chrisert.pt/",
"telephone": "+351932741391",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "Rua Subida da Catraia, nº 323 R/C Esquerdo",
"addressLocality": "Águeda",
"addressRegion": "Aveiro",
"postalCode": "3750-308",
"addressCountry": "PT"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.5744,
"longitude": -8.4447
},
"description": "Especialistas em ETICS (Capoto), isolamento térmico de fachadas, limpeza de telhados e pintura exterior em Águeda e Portugal continental."
}
</script>
</head>
<body>
<!-- Netlify forms - hidden form for Netlify to detect (required for SPAs) -->
<form
name="contacto"
data-netlify="true"
netlify-honeypot="bot-field"
hidden
>
<input type="hidden" name="form-name" value="contacto" />
<input name="bot-field" />
<input type="text" name="nome" />
<input type="email" name="email" />
<input type="tel" name="telefone" />
<input type="text" name="assunto" />
<textarea name="mensagem"></textarea>
</form>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>