Skip to content

Commit f9be95e

Browse files
committed
Updates
1 parent 557d548 commit f9be95e

File tree

5 files changed

+69
-14
lines changed

5 files changed

+69
-14
lines changed

favicon.ico

15 KB
Binary file not shown.

favicon.svg

Lines changed: 8 additions & 0 deletions
Loading

index.html

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,78 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
7+
<!-- Meta Tags for SEO -->
8+
<meta name="description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
9+
<meta name="keywords" content="Penetration Testing, Security, OS, Vulnerability Assessment, Snigdha OS, Ethical Hacking, Security Testing" />
10+
<meta name="robots" content="index, follow" />
11+
12+
<!-- Open Graph Tags for Social Media -->
13+
<meta property="og:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
14+
<meta property="og:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
15+
<meta property="og:image" content="/snigdhaos-og.png" />
16+
<meta property="og:url" content="https://www.snigdhaos.org" />
17+
<meta property="og:type" content="website" />
18+
19+
<!-- Twitter Card Tags -->
20+
<meta name="twitter:card" content="summary_large_image" />
21+
<meta name="twitter:title" content="Snigdha OS - Advanced Penetration Testing Distribution" />
22+
<meta name="twitter:description" content="Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments." />
23+
<meta name="twitter:image" content="/snigdhaos-og.png" />
24+
25+
<!-- Favicon -->
26+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
27+
28+
<!-- Canonical Link to prevent duplicate content issues -->
29+
<link rel="canonical" href="https://www.snigdhaos.org" />
30+
31+
<!-- Structured Data: JSON-LD for better understanding of page content -->
32+
<script type="application/ld+json">
33+
{
34+
"@context": "https://schema.org",
35+
"@type": "WebSite",
36+
"name": "Snigdha OS",
37+
"url": "https://www.snigdhaos.org",
38+
"description": "Snigdha OS is an advanced penetration testing distribution designed for professionals to perform security testing and vulnerability assessments.",
39+
"publisher": {
40+
"@type": "Organization",
41+
"name": "Snigdha OS Team",
42+
"logo": "https://www.snigdhaos.org/snigdhaos-logo.png"
43+
}
44+
}
45+
</script>
46+
47+
<!-- Google Fonts -->
748
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
49+
50+
<!-- Title -->
851
<title>Snigdha OS - Advanced Penetration Testing Distribution</title>
9-
<!-- Start Single Page Apps for GitHub Pages -->
52+
53+
<!-- Single Page Apps for GitHub Pages (SPA) Script -->
1054
<script type="text/javascript">
11-
// Single Page Apps for GitHub Pages
12-
// MIT License
13-
// https://github.com/rafgraph/spa-github-pages
1455
(function(l) {
15-
if (l.search[1] === '/' ) {
16-
var decoded = l.search.slice(1).split('&').map(function(s) {
17-
return s.replace(/~and~/g, '&')
18-
}).join('?');
19-
window.history.replaceState(null, null,
20-
l.pathname.slice(0, -1) + decoded + l.hash
56+
if (l.search && l.search.startsWith('/')) {
57+
const decoded = l.search
58+
.slice(1) // Remove the leading "/"
59+
.split('&') // Split the query string
60+
.map(s => s.replace(/~and~/g, '&')) // Replace "~and~" with "&"
61+
.join('?'); // Join the components with "?"
62+
63+
window.history.replaceState(
64+
null,
65+
'', // The second argument is the title; an empty string keeps it unchanged
66+
l.pathname.slice(0, -1) + decoded + l.hash // Build the new URL
2167
);
2268
}
23-
}(window.location))
69+
})(window.location);
2470
</script>
25-
<!-- End Single Page Apps for GitHub Pages -->
71+
2672
<script type="module" crossorigin src="/assets/index-BvOIUj_o.js"></script>
2773
<link rel="stylesheet" crossorigin href="/assets/index-InsxKvgR.css">
2874
</head>
75+
2976
<body>
3077
<div id="root"></div>
3178
</body>
32-
</html>
79+
</html>

snigdhaos-logo.png

8.3 KB
Loading

snigdhaos-og.png

88.1 KB
Loading

0 commit comments

Comments
 (0)