-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (90 loc) · 3.49 KB
/
Copy pathindex.html
File metadata and controls
92 lines (90 loc) · 3.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Typing Speed Test Online - TypeBlast</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="description" content="Test your typing speed and accuracy online with standard 15s, 30s, and 60s WPM tests. Track progress and get custom AI practice drills." />
<link rel="canonical" href="https://www.typeblast.com/" />
<meta property="og:title" content="Free Typing Speed Test Online - TypeBlast" />
<meta property="og:description" content="Test your typing speed and accuracy online with standard 15s, 30s, and 60s WPM tests. Track progress and get custom AI practice drills." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.typeblast.com/" />
<meta property="og:site_name" content="TypeBlast" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SSCZXRY8B8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SSCZXRY8B8');
</script>
<!-- Structured Data (Schema.org JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://www.typeblast.com/#organization",
"name": "TypeBlast",
"url": "https://www.typeblast.com/"
},
{
"@type": "WebSite",
"@id": "https://www.typeblast.com/#website",
"name": "TypeBlast",
"url": "https://www.typeblast.com/",
"publisher": {
"@id": "https://www.typeblast.com/#organization"
}
},
{
"@type": "WebApplication",
"@id": "https://www.typeblast.com/#webapplication",
"name": "TypeBlast",
"url": "https://www.typeblast.com/",
"description": "Free online typing speed test to measure and improve typing speed and accuracy.",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Web Browser",
"isAccessibleForFree": true,
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"bestRating": "5",
"worstRating": "1",
"ratingCount": "284"
},
"publisher": {
"@id": "https://www.typeblast.com/#organization"
}
},
{
"@type": "WebPage",
"@id": "https://www.typeblast.com/#webpage",
"name": "Free Typing Speed Test Online - TypeBlast",
"url": "https://www.typeblast.com/",
"description": "Test your typing speed and accuracy online with standard 15s, 30s, and 60s WPM tests. Track progress and get custom AI practice drills.",
"isPartOf": {
"@id": "https://www.typeblast.com/#website"
},
"about": {
"@id": "https://www.typeblast.com/#webapplication"
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>