forked from CorentinTh/it-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (104 loc) · 5.09 KB
/
index.html
File metadata and controls
108 lines (104 loc) · 5.09 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
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IT Tools - 100+ Free Online Developer Tools Collection 2024</title>
<meta itemprop="name" content="IT Tools - 100+ Free Online Developer Tools Collection 2024" />
<meta
name="description"
content="Free collection of 100+ online developer tools: JSON formatter, Base64 converter, UUID generator, regex tester, encryption tools, color converter and more. No installation required."
/>
<meta
itemprop="description"
content="Free collection of 100+ online developer tools: JSON formatter, Base64 converter, UUID generator, regex tester, encryption tools, color converter and more. No installation required."
/>
<meta name="keywords" content="developer tools, online tools, JSON formatter, Base64 converter, UUID generator, regex tester, encryption, color converter, developer productivity, programming tools, free tools, web developer tools, coding tools" />
<meta name="author" content="IT Tools Community" />
<meta name="robots" content="index, follow, max-snippet:160, max-image-preview:large" />
<meta name="language" content="en" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="revisit-after" content="7 days" />
<link rel="author" href="humans.txt" />
<link rel="canonical" href="https://it-tools.30tools.com" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#18a058" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:url" content="https://it-tools.30tools.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="IT Tools - 100+ Free Online Developer Tools Collection 2024" />
<meta
property="og:description"
content="Free collection of 100+ online developer tools: JSON formatter, Base64 converter, UUID generator, regex tester, encryption tools, color converter and more. No installation required."
/>
<meta property="og:image" content="https://it-tools.30tools.com/banner.png?v=2" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="IT Tools - Free Online Developer Tools Collection" />
<meta property="og:site_name" content="IT Tools" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ittoolsdottech" />
<meta name="twitter:creator" content="@cthmsst" />
<meta name="twitter:title" content="IT Tools - 100+ Free Online Developer Tools Collection 2024" />
<meta
name="twitter:description"
content="Free collection of 100+ online developer tools: JSON formatter, Base64 converter, UUID generator, regex tester, encryption tools, color converter and more. No installation required."
/>
<meta name="twitter:image" content="https://it-tools.30tools.com/banner.png?v=2" />
<meta name="twitter:image:alt" content="IT Tools - Free Online Developer Tools Collection" />
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "IT Tools",
"alternateName": "Developer Tools Collection",
"description": "Free collection of 100+ online developer tools including JSON formatter, Base64 converter, UUID generator, regex tester, encryption tools, and more.",
"url": "https://it-tools.30tools.com",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"creator": {
"@type": "Person",
"name": "Corentin Thomasset"
},
"publisher": {
"@type": "Organization",
"name": "IT Tools",
"url": "https://it-tools.30tools.com"
},
"featureList": [
"JSON Formatter and Validator",
"Base64 Encoder/Decoder",
"UUID Generator",
"Regular Expression Tester",
"Encryption and Hashing Tools",
"Color Converter",
"Text Processing Tools",
"Network Tools",
"Math Calculators",
"Date/Time Converters"
],
"softwareRequirements": "Web Browser",
"browserRequirements": "Modern web browser with JavaScript support",
"memoryRequirements": "Minimal",
"storageRequirements": "None - runs entirely in browser"
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>