-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (66 loc) · 2.82 KB
/
index.html
File metadata and controls
74 lines (66 loc) · 2.82 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/stackryze_logo_white.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stackryze Free Domains | Indevs</title>
<meta name="description"
content="Get your free domain from Stackryze. A transparent, open-source platform for developers, students, and creators. Free domains for everyone - no hidden costs, no credit card required." />
<meta name="keywords"
content="free domain, indevs, stackryze, developer domain, student domain, free hosting, stackryze domains" />
<link rel="canonical" href="https://domain.stackryze.com/" />
<!-- Open Graph / Facebook / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://domain.stackryze.com/" />
<meta property="og:title" content="Stackryze Free Domains - Get Your Free Domain" />
<meta property="og:description"
content="Free domains for developers and creators. Powered by Stackryze. No hidden costs, no credit card required." />
<meta property="og:image" content="https://domain.stackryze.com/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://domain.stackryze.com/" />
<meta property="twitter:title" content="Stackryze Free Domains - Get Your Free Domain" />
<meta property="twitter:description" content="Free domains for developers and creators. Powered by Stackryze." />
<meta property="twitter:image" content="https://domain.stackryze.com/og-image.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PZYJK8EG6V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-PZYJK8EG6V');
</script>
<!-- Structured Data (Schema.org) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Stackryze Domains",
"alternateName": "Indevs",
"url": "https://domain.stackryze.com",
"logo": "https://domain.stackryze.com/stackryze_logo_white.png",
"description": "Free domain service powered by Stackryze. Get your free domain for developers, students, and creators.",
"foundingLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
}
},
"contactPoint": {
"@type": "ContactPoint",
"email": "support@stackryze.com",
"contactType": "Customer Support"
},
"sameAs": [
"https://github.com/stackryze/FreeDomains"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>