From 1607608516b51d0c709149f06003c2588b34dcea Mon Sep 17 00:00:00 2001 From: Aleksei Fedorov Date: Tue, 9 Sep 2025 18:41:36 +0000 Subject: [PATCH] Add SEO optimization and educational meta tags - Add comprehensive SEO meta tags for educational content - Target keywords: Linux architecture, kernel visualization, student learning - Add robots.txt and sitemap.xml for search engine indexing - Update Open Graph and Twitter Card meta tags - Add brand keywords: Kernel AI, Ring0 - Optimize for student searches and educational queries - Improve search engine visibility for Linux architecture learning --- index.html | 22 +++++++++++++++++++++- static/js/right-semicircle-menu.js | 2 +- static/robots.txt | 8 ++++++++ static/sitemap.xml | 15 +++++++++++++++ 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 static/robots.txt create mode 100644 static/sitemap.xml diff --git a/index.html b/index.html index 90fb080..efb9676 100755 --- a/index.html +++ b/index.html @@ -5,6 +5,26 @@ Kernel AI + + + + + + + + + + + + + + + + + + + + @@ -38,6 +58,6 @@ console.error('❌ RightSemicircleMenuManager class NOT loaded!'); } - + diff --git a/static/js/right-semicircle-menu.js b/static/js/right-semicircle-menu.js index de44534..4972a10 100644 --- a/static/js/right-semicircle-menu.js +++ b/static/js/right-semicircle-menu.js @@ -33,7 +33,7 @@ class RightSemicircleMenuManager { // Semicircle parameters - attached to right edge with cut-off edges const menuRadius = height * 0.4; // Larger radius for better coverage - const menuX = width; // Position exactly at right edge + const menuX = width + 40; // Position 40px to the right of screen edge const menuY = height / 2; // Vertically centered // Create the large semicircle path (right side) diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..80390e4 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / + +# Sitemap location +Sitemap: https://ring-0.sh/sitemap.xml + +# Allow indexing of all pages +Disallow: diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 0000000..741714a --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,15 @@ + + + + https://ring-0.sh/ + 2024-09-06 + daily + 1.0 + + + https://ring-0.sh/int/ + 2024-09-06 + weekly + 0.8 + +