mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
🚀 feat: get ready for seo
This commit is contained in:
53
index.html
53
index.html
@@ -2,15 +2,56 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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 Tags for SEO -->
|
||||
<meta name="description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
||||
<meta name="keywords" content="Penetration Testing, Security, OS, Vulnerability Assessment, Snigdha OS, Ethical Hacking, Security Testing" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Open Graph Tags for Social Media -->
|
||||
<meta property="og:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
|
||||
<meta property="og:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
||||
<meta property="og:image" content="/path/to/your/image.jpg" />
|
||||
<meta property="og:url" content="https://www.snigdhaos.org" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<!-- Twitter Card Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
|
||||
<meta name="twitter:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
|
||||
<meta name="twitter:image" content="/path/to/your/image.jpg" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
|
||||
<!-- Canonical Link to prevent duplicate content issues -->
|
||||
<link rel="canonical" href="https://www.snigdhaos.org" />
|
||||
|
||||
<!-- Structured Data: JSON-LD for better understanding of page content -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Snigdha OS",
|
||||
"url": "https://www.snigdhaos.org",
|
||||
"description": "Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments.",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Snigdha OS Team",
|
||||
"logo": "https://www.snigdhaos.org/logo.png"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Title -->
|
||||
<title>Snigdha OS - Advanced Penetration Testing Distribution</title>
|
||||
<!-- Start Single Page Apps for GitHub Pages -->
|
||||
|
||||
<!-- Single Page Apps for GitHub Pages (SPA) Script -->
|
||||
<script type="text/javascript">
|
||||
// Single Page Apps for GitHub Pages
|
||||
// MIT License
|
||||
// https://github.com/rafgraph/spa-github-pages
|
||||
(function(l) {
|
||||
if (l.search[1] === '/' ) {
|
||||
var decoded = l.search.slice(1).split('&').map(function(s) {
|
||||
@@ -22,8 +63,8 @@
|
||||
}
|
||||
}(window.location))
|
||||
</script>
|
||||
<!-- End Single Page Apps for GitHub Pages -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
|
Reference in New Issue
Block a user