-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (188 loc) · 7.83 KB
/
Copy pathindex.html
File metadata and controls
202 lines (188 loc) · 7.83 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ===== Basic Meta ===== -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ===== SEO Core ===== -->
<title>
UrlKit – Free URL Shortener (No Login) | Custom Alias, Expiry & Analytics
</title>
<script src="https://quge5.com/88/tag.min.js" data-zone="183829" async data-cfasync="false"></script>
<meta
name="description"
content="Shorten links free with UrlKit. No login required. Create custom aliases, set expiry dates, and track clicks with secure analytics. Fast, simple, and privacy-friendly."
/>
<meta
name="keywords"
content="free url shortener,no login url shortener,anonymous url shortener,link shortener,custom alias short url,expiry links,secure redirects,track clicks,link analytics,free link shortener,branded short links,AI url shortener"
/>
<meta
name="robots"
content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1"
/>
<link rel="canonical" href="https://urlkit.site/" />
<!-- Optional: language targeting -->
<link rel="alternate" href="https://urlkit.site/" hreflang="en" />
<meta http-equiv="Content-Language" content="en" />
<!-- ===== Brand / Icons ===== -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Optional PWA bits -->
<!-- <link rel="manifest" href="/manifest.json" /> -->
<meta name="theme-color" content="#0B101B" />
<meta name="application-name" content="UrlKit" />
<meta name="apple-mobile-web-app-title" content="UrlKit" />
<!-- ===== Open Graph / Facebook / LinkedIn / WhatsApp ===== -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://urlkit.site/" />
<meta
property="og:title"
content="UrlKit – Free URL Shortener (No Login)"
/>
<meta
property="og:description"
content="Free, fast & secure link shortener. No login required. Custom alias, expiry, and click analytics built in."
/>
<meta property="og:image" content="https://urlkit.site/og-preview.png" />
<meta property="og:site_name" content="UrlKit" />
<meta property="og:locale" content="en_US" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- ===== Twitter Cards ===== -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://urlkit.site/" />
<meta
name="twitter:title"
content="UrlKit – Free URL Shortener (No Login)"
/>
<meta
name="twitter:description"
content="Shorten links for free. Custom alias, expiry & analytics. No login. Secure & fast."
/>
<meta name="twitter:image" content="https://urlkit.site/og-preview.png" />
<!-- Optional: your handle -->
<!-- <meta name="twitter:site" content="@YOUR_TWITTER_HANDLE" /> -->
<!-- ===== Performance Hints (optional) ===== -->
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> -->
<!-- <link rel="preload" href="/fonts/Inter.woff2" as="font" type="font/woff2" crossorigin /> -->
<!-- ===== Ownership Verification (fill in when you add Search Console/Bing) ===== -->
<!-- <meta name="google-site-verification" content="YOUR_GOOGLE_TOKEN" /> -->
<!-- <meta name="msvalidate.01" content="YOUR_BING_TOKEN" /> -->
<!-- ===== Structured Data: Organization ===== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "UrlKit",
"url": "https://urlkit.site/",
"logo": "https://urlkit.site/urlkitlogo.png",
"sameAs": [
"https://twitter.com/YOUR_TWITTER",
"https://github.com/YOUR_GITHUB"
]
}
</script>
<!-- ===== Structured Data: WebSite (sitelinks/search intent) ===== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "UrlKit",
"url": "https://urlkit.site/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://urlkit.site/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- ===== Structured Data: SoftwareApplication (SaaS/Product) ===== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "UrlKit",
"applicationCategory": "Utility",
"operatingSystem": "Web",
"url": "https://urlkit.site/",
"image": "https://urlkit.site/og-preview.png",
"description": "Free URL shortener with no login. Create custom aliases, set expiry, and track clicks with secure analytics. Fast, simple, and privacy-friendly.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- ===== Structured Data: FAQ (rich results; includes your key terms) ===== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is UrlKit free to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. UrlKit is a free URL shortener with unlimited shortening. No login is required to create short links."
}
},
{
"@type": "Question",
"name": "Do I need an account or login to shorten links?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No login required. Paste your long URL, generate a short link instantly, and share. It’s anonymous and fast."
}
},
{
"@type": "Question",
"name": "Can I create a custom alias or slug?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. UrlKit supports custom aliases so your short URLs are branded and memorable."
}
},
{
"@type": "Question",
"name": "Does UrlKit support link expiry?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You can set an expiry date and time for your short links to automatically disable access after a deadline."
}
},
{
"@type": "Question",
"name": "Can I track clicks and view analytics?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. UrlKit provides secure click analytics so you can monitor total clicks, engagement, and more."
}
},
{
"@type": "Question",
"name": "Is UrlKit secure and privacy-friendly?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. UrlKit uses secure redirects and collects minimal data to provide essential analytics while respecting privacy."
}
}
]
}
</script>
</head>
<body>
<!-- Helpful for non-JS environments and keyword support (Google can render JS, but this is safe) -->
<noscript>
UrlKit – free URL shortener with no login. Create custom alias short
links, set expiry, and track clicks with secure analytics.
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>