-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (152 loc) · 8.46 KB
/
index.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preload" href="/images/logo.svg" as="image" type="image/svg+xml" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="images/favicon.svg" type="image/svg+xml" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P2578C2N');</script>
<!-- End Google Tag Manager -->
<!-- Dynamic SEO Meta Tags -->
<script>
const routes = {
'/': {
title: 'FreeScout Installation Service | Expert Setup & Configuration 2024',
description: 'Professional FreeScout installation service. Expert setup, configuration & support for your helpdesk. 24/7 assistance, starting at $100. Get started today!',
canonical: 'https://freescout-installation.com/',
ogImage: 'https://freescout-installation.com/images/og-home.jpg'
},
'/about.html': {
title: 'About Us | Official FreeScout Installation Partner',
description: 'Learn about our certified FreeScout installation experts. 500+ successful setups, professional configuration & 24/7 support.',
canonical: 'https://freescout-installation.com/about.html',
ogImage: 'https://freescout-installation.com/images/og-about.jpg'
},
'/pricing.html': {
title: 'FreeScout Installation Pricing | Professional Setup Plans',
description: 'View our FreeScout installation packages starting from $100. Choose the perfect plan for your business needs.',
canonical: 'https://freescout-installation.com/pricing.html',
ogImage: 'https://freescout-installation.com/images/og-pricing.jpg'
},
'/contact.html': {
title: 'Contact Us | FreeScout Installation Experts',
description: 'Get in touch with our FreeScout installation experts. 24/7 support for setup, configuration & customization.',
canonical: 'https://freescout-installation.com/contact.html',
ogImage: 'https://freescout-installation.com/images/og-contact.jpg'
},
'/install-freescout.html': {
title: 'Get Started | Professional FreeScout Installation',
description: 'Start your FreeScout installation today. Expert setup & configuration from certified professionals.',
canonical: 'https://freescout-installation.com/install-freescout.html',
ogImage: 'https://freescout-installation.com/images/og-install.jpg'
}
};
// Update meta tags based on current path
function updateMetaTags() {
const path = window.location.pathname === '/' ? '/' : window.location.pathname;
const route = routes[path] || routes['/'];
// Update title and meta description
document.title = route.title;
document.querySelector('meta[name="description"]').setAttribute('content', route.description);
// Update Open Graph tags
document.querySelector('meta[property="og:title"]').setAttribute('content', route.title);
document.querySelector('meta[property="og:description"]').setAttribute('content', route.description);
document.querySelector('meta[property="og:url"]').setAttribute('content', route.canonical);
document.querySelector('meta[property="og:image"]').setAttribute('content', route.ogImage);
// Update Twitter Card tags
document.querySelector('meta[name="twitter:title"]').setAttribute('content', route.title);
document.querySelector('meta[name="twitter:description"]').setAttribute('content', route.description);
document.querySelector('meta[name="twitter:image"]').setAttribute('content', route.ogImage);
// Update canonical link
document.querySelector('link[rel="canonical"]').setAttribute('href', route.canonical);
}
// Update meta tags on page load and route change
document.addEventListener('DOMContentLoaded', updateMetaTags);
window.addEventListener('popstate', updateMetaTags);
</script>
<!-- Default meta tags (will be updated by script) -->
<title>FreeScout Installation Service | Expert Setup & Configuration 2024</title>
<meta name="description" content="Professional FreeScout installation service. Expert setup, configuration & support for your helpdesk. 24/7 assistance, starting at $100. Get started today!" />
<meta name="keywords" content="freescout, freescout installation, freescout setup, freescout configuration, helpdesk installation, freescout expert" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:title" content="FreeScout Installation Service | Expert Setup & Configuration 2024" />
<meta property="og:description" content="Professional FreeScout installation service. Expert setup, configuration & support for your helpdesk. 24/7 assistance, starting at $100." />
<meta property="og:url" content="https://freescout-installation.com" />
<meta property="og:site_name" content="FreeScout Installation Service" />
<meta property="og:image" content="https://freescout-installation.com/images/og-home.jpg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FreeScout Installation Service | Expert Setup 2024" />
<meta name="twitter:description" content="Professional FreeScout installation service. Expert setup & support starting at $100." />
<meta name="twitter:image" content="https://freescout-installation.com/images/twitter-card.jpg" />
<!-- Additional SEO -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="author" content="FreeScout Installation Service" />
<link rel="canonical" href="https://freescout-installation.com" />
<meta name="geo.region" content="US" />
<meta name="geo.position" content="40.7128;-74.0060" />
<meta name="ICBM" content="40.7128, -74.0060" />
<!-- Preconnect to required origins -->
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<!-- Schema.org Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "FreeScout Installation Service",
"description": "Professional FreeScout installation, configuration and support service. Expert setup of your helpdesk software with 24/7 support.",
"url": "https://freescout-installation.com",
"telephone": "+442045773201",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "40.7128",
"longitude": "-74.0060"
},
"priceRange": "$100-$200",
"openingHours": "Mo-Su 00:00-24:00",
"areaServed": "Worldwide",
"serviceType": "FreeScout Installation",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "500"
},
"offers": {
"@type": "AggregateOffer",
"lowPrice": "100",
"highPrice": "200",
"priceCurrency": "USD",
"offerCount": "3"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2578C2N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Fallback content for non-JS users -->
<noscript>
<div style="padding: 2rem; text-align: center;">
<h1>FreeScout Installation Service</h1>
<p>Please enable JavaScript to use this website. For immediate assistance, contact us at [email protected]</p>
</div>
</noscript>
</body>
</html>