From 90ce3843f49a1619bd21ae716aee00484529d22a Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:33:18 +0500 Subject: [PATCH] fix: add robots.txt and sitemap.xml for SEO optimization --- dist/robots.txt | 4 ++++ dist/sitemap.xml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 dist/robots.txt create mode 100644 dist/sitemap.xml diff --git a/dist/robots.txt b/dist/robots.txt new file mode 100644 index 0000000..db3e731 --- /dev/null +++ b/dist/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Disallow: /cgi-bin/ +Sitemap: https://debrid-services-comparison.netlify.app/sitemap.xml diff --git a/dist/sitemap.xml b/dist/sitemap.xml new file mode 100644 index 0000000..3778e75 --- /dev/null +++ b/dist/sitemap.xml @@ -0,0 +1,6 @@ + + +https://debrid-services-comparison.netlify.app/ +2025-06-07T07:30:13+00:00 + + \ No newline at end of file