-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (122 loc) · 5.6 KB
/
index.html
File metadata and controls
130 lines (122 loc) · 5.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>FavGrab — Download Any Website's Favicon Free</title>
<meta name="description" content="Extract and download favicons from any website instantly. Export as PNG, WebP, or JPG in sizes from 16px to 256px. Free, no signup, no tracking." />
<meta name="keywords" content="favicon downloader, extract favicon, download favicon, website icon downloader, favicon extractor, favicon converter, PNG favicon, WebP favicon, free favicon tool, get website icon" />
<meta name="author" content="Vanikya AI" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<link rel="canonical" href="https://favgrab.boldkit.dev/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://favgrab.boldkit.dev/" />
<meta property="og:title" content="FavGrab — Download Any Website's Favicon Free" />
<meta property="og:description" content="Extract and download favicons from any website instantly. Export as PNG, WebP, or JPG in any size. Free and no signup required." />
<meta property="og:image" content="https://ik.imagekit.io/fincalfy/favgrab-hero" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="FavGrab — favicon extractor tool" />
<meta property="og:site_name" content="FavGrab" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vanikyaai" />
<meta name="twitter:creator" content="@vanikyaai" />
<meta name="twitter:title" content="FavGrab — Download Any Website's Favicon Free" />
<meta name="twitter:description" content="Extract and download favicons from any website instantly. Export as PNG, WebP, or JPG in any size. Free, no signup." />
<meta name="twitter:image" content="https://ik.imagekit.io/fincalfy/favgrab-hero" />
<meta name="twitter:image:alt" content="FavGrab — favicon extractor tool" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Theme -->
<meta name="theme-color" content="#f5a623" />
<meta name="color-scheme" content="light" />
<!-- Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://t0.gstatic.com" />
<link rel="dns-prefetch" href="https://ik.imagekit.io" />
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet" />
<!-- Structured Data: WebApplication -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "FavGrab",
"alternateName": "Favicon Downloader",
"description": "Extract and download favicons from any website instantly. Export as PNG, WebP, or JPG in sizes from 16px to 256px.",
"url": "https://favgrab.boldkit.dev",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Download favicons from any website",
"Export as PNG, WebP, or JPG",
"Sizes from 16px to 256px",
"No signup required",
"No tracking or cookies"
],
"screenshot": "https://ik.imagekit.io/fincalfy/favgrab-hero",
"creator": {
"@type": "Organization",
"name": "Vanikya AI",
"url": "https://vanikya.ai",
"sameAs": [
"https://x.com/vanikyaai",
"https://www.youtube.com/@Vanikya",
"https://linkedin.com/company/vanikya-ai"
]
}
}
</script>
<!-- Structured Data: FAQPage -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I download a website's favicon?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Enter the domain name or URL into FavGrab, click Fetch, then choose your preferred size (16px–256px) and format (PNG, WebP, JPG) and click Download."
}
},
{
"@type": "Question",
"name": "What formats can I export favicons in?",
"acceptedAnswer": {
"@type": "Answer",
"text": "FavGrab supports exporting favicons as PNG, WebP, and JPG in sizes from 16×16 up to 256×256 pixels."
}
},
{
"@type": "Question",
"name": "Is FavGrab free to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, FavGrab is completely free with no signup, no cookies, and no tracking."
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>