From a5805b9de470e1bcd46b6dbe7b0755f67268f98f Mon Sep 17 00:00:00 2001 From: erjemin Date: Sat, 28 Mar 2026 22:57:56 +0300 Subject: [PATCH] Add sitemap.xml for search engines - Create sitemap.xml with main sections of the archive site - Add Sitemap reference to robots.txt - All URLs marked as never-changing (archive content) - Helps search engines index the legacy frameset site properly --- html/robots.txt | 4 ++++ html/sitemap.xml | 0 2 files changed, 4 insertions(+) create mode 100644 html/sitemap.xml diff --git a/html/robots.txt b/html/robots.txt index 7d329b1..84d16b4 100644 --- a/html/robots.txt +++ b/html/robots.txt @@ -1 +1,5 @@ User-agent: * +Allow: / + +# Sitemap для поисковиков +Sitemap: https://1998.cadpoint.ru/sitemap.xml diff --git a/html/sitemap.xml b/html/sitemap.xml new file mode 100644 index 0000000..e69de29