-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 3.92 KB
/
Copy pathindex.html
File metadata and controls
85 lines (77 loc) · 3.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<!-- Primary Meta Tags -->
<title>777 Garage Wrapping | Wraps & PPF in Marbella & Málaga</title>
<meta name="title" content="777 Garage Wrapping | Wraps & PPF in Marbella & Málaga" />
<meta name="description" content="Full vehicle wraps, color changes, and paint protection film (PPF) for luxury cars. Ferrari, Porsche, Lamborghini wrapping in Marbella & Málaga. 500+ vehicles finished." />
<meta name="keywords" content="car wrapping, vehicle wrap, PPF, paint protection film, vinyl wrap, luxury car wrapping, Ferrari wrap, Porsche wrap, Lamborghini wrap, Marbella, Málaga, Spain" />
<meta name="author" content="777 Garage Wrapping" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0a0a0a" />
<meta property="og:locale" content="en_GB" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://777wrapping.com/" />
<meta property="og:title" content="777 Wrapping | Premium Vehicle Wrapping & PPF" />
<meta property="og:description" content="Full vehicle wraps, color changes, and paint protection film for luxury cars. 500+ vehicles finished in Marbella & Málaga." />
<meta property="og:image" content="https://777wrapping.com/hero_hood.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://777wrapping.com/" />
<meta property="twitter:title" content="777 Wrapping | Premium Vehicle Wrapping & PPF" />
<meta property="twitter:description" content="Full vehicle wraps, color changes, and paint protection film for luxury cars. 500+ vehicles finished in Marbella & Málaga." />
<meta property="twitter:image" content="https://777wrapping.com/hero_hood.jpg" />
<!-- Canonical URL -->
<link rel="canonical" href="https://777wrapping.com/" />
<!-- Favicon (777 Garage logo) -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Structured Data for Local Business -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AutoBodyShop",
"name": "777 Garage Wrapping",
"description": "Premium vehicle wrapping and paint protection film installation in Marbella and Málaga, Spain.",
"url": "https://777wrapping.com",
"telephone": "+34 695 65 73 07",
"email": "office777garage@gmail.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "C. República Checa, nave 20",
"postalCode": "29670",
"addressLocality": "Marbella",
"addressRegion": "Málaga",
"addressCountry": "ES"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 36.7213,
"longitude": -4.4213
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "09:00",
"closes": "18:00"
}
],
"priceRange": "€€€",
"image": "https://777wrapping.com/hero_hood.jpg"
}
</script>
<!-- Google Ads + Meta Pixel: подключаются из приложения (см. VITE_GOOGLE_ADS_ID, VITE_FACEBOOK_PIXEL_ID в .env) -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>