-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 3.33 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 3.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/qr-code.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="GeDf4BTZbSHnYyqrBumT9duFxOv3re02rMlWjqYUCvE" />
<!-- Primary Meta Tags -->
<title>Free QR Code Generator - Create Custom QR Codes Instantly | No Sign Up Required</title>
<meta name="title" content="Free QR Code Generator - Create Custom QR Codes Instantly | No Sign Up Required">
<meta name="description" content="100% Free QR code generator - no hidden costs or sign up required. Create unlimited custom QR codes in any size and color for URLs, text, vCards, WiFi, and more. Easy download in PNG/SVG format." />
<meta name="author" content="QR Code Generator">
<meta name="robots" content="index, follow">
<!-- Comprehensive Keywords -->
<meta name="keywords" content="free qr code generator, free qr code maker, no cost qr codes, unlimited qr codes, free qr code download, free custom qr code creator, qr code generator no sign up, free business qr codes, free personal qr codes, complimentary qr maker, free url to qr code, free text to qr code, free vcard qr code, free wifi qr code, qr code design, colorful qr codes, downloadable qr codes, qr code size adjustment, png qr code, svg qr code, responsive qr codes, dynamic qr codes, qr code customization, mobile-friendly qr codes, professional qr codes, free marketing qr codes, digital business card qr, contactless qr solutions">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://genratemeqr.vercel.app/" />
<meta property="og:title" content="Free QR Code Generator - Create Custom QR Codes Instantly | No Sign Up Required" />
<meta property="og:description" content="100% Free QR code generator - no hidden costs or sign up required. Create unlimited custom QR codes in any size and color for URLs, text, vCards, WiFi, and more." />
<meta property="og:site_name" content="Free QR Code Generator">
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://genratemeqr.vercel.app/" />
<meta name="twitter:title" content="Free QR Code Generator - Create Custom QR Codes Instantly | No Sign Up Required" />
<meta name="twitter:description" content="100% Free QR code generator - no hidden costs or sign up required. Create unlimited custom QR codes in any size and color for URLs, text, vCards, WiFi, and more." />
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Free QR Code Generator">
<meta name="apple-mobile-web-app-title" content="Free QR Code Generator">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Canonical URL -->
<link rel="canonical" href="https://genratemeqr.vercel.app/" />
<!-- Alternate Languages -->
<link rel="alternate" hreflang="x-default" href="https://genratemeqr.vercel.app/" />
<link rel="alternate" hreflang="en" href="https://genratemeqr.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>