mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
Improve website visibility and user experience with updated SEO and metadata
Update index.html and manifest.json to enhance SEO, metadata, favicon, and social graph card information. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 43091590-812b-40a6-9417-195111369225 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/bUw0v6H Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
bb6e6a60ba
commit
d998bdb9bc
3 changed files with 35 additions and 16 deletions
|
|
@ -3,26 +3,43 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||
|
||||
<meta property="og:title" content="AeThex Ecosystem" />
|
||||
<meta property="og:description" content="The Operating System for the Metaverse. Axiom, Codex, Aegis." />
|
||||
|
||||
<title>AeThex OS - Operating System for the Metaverse</title>
|
||||
<meta name="description" content="AeThex is the Operating System for the Metaverse. Join the network, earn credentials, and build the future with Axiom, Codex, and Aegis." />
|
||||
<meta name="keywords" content="metaverse, web3, architects, game development, digital ecosystem, AeThex, Aegis, Codex, Axiom" />
|
||||
<meta name="author" content="AeThex Network" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<meta property="og:title" content="AeThex OS - Operating System for the Metaverse" />
|
||||
<meta property="og:description" content="Join the AeThex Network. Earn credentials as a certified Metaverse Architect. Build the future with Axiom, Codex, and Aegis." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://replit.com/public/images/opengraph.png" />
|
||||
<meta property="og:url" content="https://aethex.network" />
|
||||
<meta property="og:image" content="/opengraph.jpg" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:site_name" content="AeThex Network" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@replit" />
|
||||
<meta name="twitter:title" content="AeThex Ecosystem" />
|
||||
<meta name="twitter:description" content="The Operating System for the Metaverse. Axiom, Codex, Aegis." />
|
||||
<meta name="twitter:image" content="https://replit.com/public/images/opengraph.png" />
|
||||
<meta name="twitter:site" content="@AeThexNetwork" />
|
||||
<meta name="twitter:creator" content="@AeThexNetwork" />
|
||||
<meta name="twitter:title" content="AeThex OS - Operating System for the Metaverse" />
|
||||
<meta name="twitter:description" content="Join the AeThex Network. Earn credentials as a certified Metaverse Architect. Build the future with Axiom, Codex, and Aegis." />
|
||||
<meta name="twitter:image" content="/opengraph.jpg" />
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/favicon.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#06B6D4" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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="AeThex OS" />
|
||||
|
||||
<link rel="canonical" href="https://aethex.network" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<!-- Importing Oxanium (Tech/Display) and JetBrains Mono (Code/UI) and Share Tech Mono -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Orbitron:wght@400..900&family=Oxanium:wght@200..800&family=Share+Tech+Mono&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "AeThex OS",
|
||||
"short_name": "AeThex",
|
||||
"description": "The Operating System for the Metaverse. Cross-platform identity and certification.",
|
||||
"name": "AeThex OS - Operating System for the Metaverse",
|
||||
"short_name": "AeThex OS",
|
||||
"description": "Join the AeThex Network. Earn credentials as a certified Metaverse Architect. Build the future with Axiom, Codex, and Aegis.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0F172A",
|
||||
|
|
@ -10,11 +10,13 @@
|
|||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"sizes": "any",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["productivity", "utilities", "developer"],
|
||||
"prefer_related_applications": false
|
||||
"categories": ["productivity", "utilities", "developer", "entertainment"],
|
||||
"prefer_related_applications": false,
|
||||
"scope": "/",
|
||||
"lang": "en-US"
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 30 KiB |
Loading…
Reference in a new issue