From dcc279ddda038b43bc0b8657ad509a69e3af94f1 Mon Sep 17 00:00:00 2001 From: Dasemu Date: Sat, 17 Jan 2026 18:45:01 +0100 Subject: [PATCH] feat(seo): add comprehensive SEO optimization for better search visibility Add meta tags (description, keywords, author, robots, theme-color), Open Graph and Twitter Card tags for social sharing, JSON-LD structured data, canonical URLs with hreflang support, robots.txt and sitemap.xml. --- index.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++- robots.txt | 18 +++++++++++++ sitemap.xml | 13 ++++++++++ 3 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/index.html b/index.html index 6ab1b9c..5648931 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,83 @@ - Juego del Impostor + Juego del Impostor - Juego de Rol Gratis Online | Encuentra al Impostor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..c5ee997 --- /dev/null +++ b/robots.txt @@ -0,0 +1,18 @@ +# Robots.txt for Juego del Impostor +# https://impostor.dariosevilla.es + +User-agent: * +Allow: / + +# Sitemap location +Sitemap: https://impostor.dariosevilla.es/sitemap.xml + +# Allow all crawlers to access the main content +User-agent: Googlebot +Allow: / + +User-agent: Bingbot +Allow: / + +# Crawl-delay for polite crawling (optional) +Crawl-delay: 1 diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..817dc5f --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,13 @@ + + + + https://impostor.dariosevilla.es/ + 2026-01-17 + monthly + 1.0 + + + + +