-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 2.28 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 2.28 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="WebsiteSpeed Checker - Analyze and optimize your website's performance, accessibility, best practices, and SEO with our comprehensive tool." />
<meta name="keywords" content="website speed, performance testing, web optimization, SEO analysis, accessibility testing, website performance, page speed, site speed test" />
<meta name="author" content="WebsiteSpeed Checker" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://websitespeedchecker.com/" />
<meta property="og:title" content="WebsiteSpeed Checker - Website Performance Analysis Tool" />
<meta property="og:description" content="Analyze and optimize your website's performance, accessibility, best practices, and SEO with our comprehensive tool." />
<meta property="og:image" content="https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&h=630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://websitespeedchecker.com/" />
<meta name="twitter:title" content="WebsiteSpeed Checker - Website Performance Analysis Tool" />
<meta name="twitter:description" content="Analyze and optimize your website's performance, accessibility, best practices, and SEO with our comprehensive tool." />
<meta name="twitter:image" content="https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&h=600" />
<!-- Mobile/Desktop Preview -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WebsiteSpeed Checker" />
<title>WebsiteSpeed Checker - Website Performance Analysis Tool</title>
<link rel="canonical" href="https://websitespeedchecker.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>