-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (75 loc) · 4.15 KB
/
index.html
File metadata and controls
84 lines (75 loc) · 4.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>toolss - Discover the Best AI Tools, Productivity Apps & Startup Resources</title>
<meta name="title" content="toolss - Discover the Best AI Tools, Productivity Apps & Startup Resources" />
<meta name="description" content="Explore a curated collection of the best AI tools, productivity apps, design resources, and startup tools. Find everything from ChatGPT alternatives to no-code builders, all in one place." />
<meta name="keywords" content="AI tools, productivity apps, startup tools, SaaS tools, design tools, development tools, no-code tools, ChatGPT, machine learning, automation tools, best tools 2025" />
<meta name="author" content="toolss" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://toolss.vercel.app" />
<!-- Viewport & Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="toolss" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Theme Color -->
<meta name="theme-color" content="#FAFAFA" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
<!-- Favicon -->
<link rel="icon" href="/image.png" type="image/png" />
<link rel="apple-touch-icon" href="/image.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://toolss.vercel.app" />
<meta property="og:title" content="toolss - Discover the Best AI Tools & Startup Resources" />
<meta property="og:description" content="Explore a curated collection of the best AI tools, productivity apps, design resources, and startup tools. Find everything you need to build and grow your business." />
<meta property="og:image" content="https://toolss.vercel.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="toolss" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://toolss.vercel.app" />
<meta name="twitter:title" content="toolss - Discover the Best AI Tools & Startup Resources" />
<meta name="twitter:description" content="Explore a curated collection of the best AI tools, productivity apps, design resources, and startup tools." />
<meta name="twitter:image" content="https://toolss.vercel.app/og-image.png" />
<meta name="twitter:creator" content="@toolss" />
<!-- Additional SEO -->
<meta name="format-detection" content="telephone=no" />
<meta name="google" content="notranslate" />
<!-- Structured Data / Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "toolss",
"url": "https://toolss.vercel.app",
"description": "Discover the best AI tools, productivity apps, and startup resources",
"potentialAction": {
"@type": "SearchAction",
"target": "https://toolss.vercel.app/?search={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Top AI and Productivity Tools",
"description": "A curated list of the best tools for startups, developers, and creators",
"itemListElement": []
}
</script>
</head>
<body class="fixed! overflow-hidden! w-[100dvw]! h-[100dvh]! overscroll-none! min-w-0! min-h-0! m-0!">
<div id="root" class=""></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>