mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🐛 fix(logo): along with index
This commit is contained in:
34
index.html
34
index.html
@@ -15,25 +15,25 @@
|
||||
/>
|
||||
|
||||
<!-- Open Graph / Facebook Tags: These tags improve how your website looks when shared on social platforms like Facebook. -->
|
||||
<meta property="og:type" content="website" /> <!-- Specifies that the content is a website -->
|
||||
<meta property="og:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" /> <!-- The title shown when shared -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
|
||||
/> <!-- A description of the website shared on social media -->
|
||||
<meta property="og:url" content="https://snigdhaos.org/" /> <!-- URL of the website -->
|
||||
<meta property="og:image" content="https://snigdhaos.org/og-image.png" /> <!-- Image preview shown when shared on social platforms -->
|
||||
<meta property="og:site_name" content="SNIGDHA OS" /> <!-- The name of your site -->
|
||||
/>
|
||||
<meta property="og:url" content="https://snigdha-os.github.io/" />
|
||||
<meta property="og:image" content="https://snigdha-os.github.io/og-image.png" />
|
||||
<meta property="og:site_name" content="SNIGDHA OS" />
|
||||
|
||||
<!-- Twitter Card Tags: These tags are similar to Open Graph but specifically for Twitter. -->
|
||||
<meta name="twitter:card" content="summary_large_image" /> <!-- Card type for Twitter (display large image) -->
|
||||
<meta name="twitter:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" /> <!-- Title for Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
|
||||
/> <!-- Description for Twitter sharing -->
|
||||
<meta name="twitter:image" content="https://snigdhaos.org/twitter-image.png" /> <!-- Image shown in the Twitter preview -->
|
||||
<meta name="twitter:creator" content="@snigdhaos" /> <!-- Twitter handle of the content creator -->
|
||||
/>
|
||||
<meta name="twitter:image" content="https://snigdha-os.github.io/twitter-image.png" />
|
||||
<meta name="twitter:creator" content="@snigdhaos" />
|
||||
|
||||
<!-- Author Meta Tag: Specifies the author of the website -->
|
||||
<meta name="author" content="Snigdha OS Team" />
|
||||
@@ -51,16 +51,16 @@
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Canonical URL: Specifies the preferred version of the page to prevent duplicate content issues -->
|
||||
<link rel="canonical" href="https://snigdhaos.org/" />
|
||||
<link rel="canonical" href="https://snigdha-os.github.io/" />
|
||||
|
||||
<!-- Favicon: A small icon displayed in the browser tab -->
|
||||
<link rel="icon" href="https://snigdhaos.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="https://snigdha-os.github.io/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Apple Touch Icon: Custom icon for iOS devices when users add your site to their home screen -->
|
||||
<link rel="apple-touch-icon" href="https://snigdhaos.org/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" href="https://snigdha-os.github.io/apple-touch-icon.png">
|
||||
|
||||
<!-- Apple Startup Image: Custom startup image for iOS when the site is launched from home screen -->
|
||||
<link rel="apple-touch-startup-image" href="https://snigdhaos.org/apple-startup-image.png">
|
||||
<link rel="apple-touch-startup-image" href="https://snigdha-os.github.io/apple-startup-image.png">
|
||||
|
||||
<!-- Structured Data (JSON-LD): This defines the organization schema in a machine-readable format, helping search engines understand your website better. -->
|
||||
<script type="application/ld+json">
|
||||
@@ -68,8 +68,8 @@
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Snigdha OS",
|
||||
"url": "https://snigdhaos.org/",
|
||||
"logo": "https://snigdhaos.org/logo.png",
|
||||
"url": "https://snigdha-os.github.io/",
|
||||
"logo": "https://snigdha-os.github.io/logo.png",
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "Customer Support",
|
||||
|
Reference in New Issue
Block a user