-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 2.69 KB
/
Copy pathindex.html
File metadata and controls
59 lines (53 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>PureIcons – Free, Modern & Open-Source SVG Icon Library</title>
<meta name="description" content="PureIcons offers 100+ free, open-source SVG icons for web developers & designers. Download, copy code, and use instantly in React, Vue, or any web project." />
<meta name="keywords" content="PureIcons, free SVG icons, open source icons, React icons, web development, UI design, icon library, vector icons" />
<meta name="author" content="PureIcons" />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="1W85DhWi0ohh-bdkuXTk-FPzvdyAO7Yv6QcBs0sBdds" />
<!-- Canonical URL -->
<link rel="canonical" href="https://pureicons.vercel.app/" />
<!-- Favicon & Theme -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="theme-color" content="#4f46e5" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pureicons.vercel.app/" />
<meta property="og:title" content="PureIcons – Free, Modern & Open-Source SVG Icon Library" />
<meta property="og:description" content="Browse 100+ beautiful SVG icons. Download or copy code and use in any project instantly." />
<meta property="og:image" content="https://pureicons.vercel.app/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pureicons.vercel.app/" />
<meta property="twitter:title" content="PureIcons – Free, Modern & Open-Source SVG Icon Library" />
<meta property="twitter:description" content="Browse 100+ beautiful SVG icons. Download or copy code and use in any project instantly." />
<meta property="twitter:image" content="https://pureicons.vercel.app/og-image.jpg" />
<!-- Preload/Preconnect (Performance) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Structured Data (JSON-LD for Rich Results) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "PureIcons",
"url": "https://pureicons.vercel.app/",
"description": "PureIcons offers 100+ free, open-source SVG icons for web developers & designers.",
"publisher": {
"@type": "Organization",
"name": "PureIcons",
"logo": "https://pureicons.vercel.app/favicon.svg"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>