mirror of
https://github.com/Snigdha-OS/snigdhaos-tools.git
synced 2025-09-05 18:26:37 +02:00
🐛 fix: title & description
This commit is contained in:
46
index.html
46
index.html
@@ -2,9 +2,51 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + React + TS</title>
|
<meta name="robots" content="index, follow" /> <!-- Tell search engines to index the page -->
|
||||||
|
|
||||||
|
<meta name="description" content="Snigdha OS Tools: A collection of web-based utilities for enhancing productivity." />
|
||||||
|
<!-- Meta description for search engines -->
|
||||||
|
|
||||||
|
<meta name="author" content="Eshanized" />
|
||||||
|
<!-- Specify author of the content -->
|
||||||
|
|
||||||
|
<meta property="og:title" content="Snigdha OS Tools" />
|
||||||
|
<!-- Open Graph title for social media -->
|
||||||
|
|
||||||
|
<meta property="og:description" content="A collection of web-based utilities for enhancing productivity. Explore the tools for a smoother workflow." />
|
||||||
|
<!-- Open Graph description for social media -->
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://example.com/path-to-image.jpg" />
|
||||||
|
<!-- Open Graph image for social sharing (add your image URL) -->
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://Snigdha-OS.github.io/snigdhaos-tools/" />
|
||||||
|
<!-- Open Graph URL for social sharing -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<!-- Twitter card type (this will show the image and description in a tweet) -->
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Snigdha OS Tools" />
|
||||||
|
<!-- Twitter title -->
|
||||||
|
|
||||||
|
<meta name="twitter:description" content="A collection of web-based utilities for enhancing productivity." />
|
||||||
|
<!-- Twitter description -->
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://example.com/path-to-image.jpg" />
|
||||||
|
<!-- Twitter image -->
|
||||||
|
|
||||||
|
<meta name="twitter:creator" content="@Eshanized" />
|
||||||
|
<!-- Twitter handle of the author -->
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
|
<link rel="canonical" href="https://Snigdha-OS.github.io/snigdhaos-tools/" />
|
||||||
|
<!-- Canonical URL for SEO -->
|
||||||
|
|
||||||
|
<title>Snigdha OS Tools | Enhance Your Productivity</title>
|
||||||
|
<!-- Title of the page that will be displayed on search engine results -->
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" />
|
||||||
|
<!-- Google Font for typography (optional) -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Reference in New Issue
Block a user