From 9c7861b975aec0c98aa3b0e6cf4551df71e59cad Mon Sep 17 00:00:00 2001 From: zihluwang Date: Mon, 19 Jan 2026 15:20:43 +0800 Subject: [PATCH] feat: enhance SEO and metadata for DevLab - Updated the title and meta tags to improve search engine optimization and provide a clearer description of the application. - Added Open Graph and Twitter Card metadata for better social media sharing. - Included structured data (JSON-LD) to enhance visibility in search results and provide detailed information about the application. --- index.html | 58 +++++++++++++++++++++++++++++++++++++++++++++- public/robots.txt | 10 ++++++++ public/sitemap.xml | 53 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/index.html b/index.html index 040d1b8..4f2dd6e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,63 @@ - DevLab + + + DevLab - Free Developer Tools Collection + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..b7b2ce7 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,10 @@ +# robots.txt for DevLab +User-agent: * +Allow: / + +# Sitemap location +Sitemap: https://dev-lab.onixbyte.dev/sitemap.xml + +# Disallow admin or private areas if any +# Disallow: /admin/ +# Disallow: /private/ diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..7dd0b5b --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,53 @@ + + + + + https://dev-lab.onixbyte.dev/ + 2024-01-01 + weekly + 1.0 + + + + + + + https://dev-lab.onixbyte.dev/json-viewer + 2024-01-01 + monthly + 0.9 + + + + + + + https://dev-lab.onixbyte.dev/bmi-calculator + 2024-01-01 + monthly + 0.9 + + + + + + + https://dev-lab.onixbyte.dev/about + 2024-01-01 + monthly + 0.7 + + + + + + + https://dev-lab.onixbyte.dev/contact + 2024-01-01 + monthly + 0.6 + + + +