From 8f0323f4f5a12fd2da8885f90aa9114563bf30a7 Mon Sep 17 00:00:00 2001 From: RedrockJS Date: Thu, 19 Jun 2025 15:52:51 +0300 Subject: [PATCH] feat: add robots.txt, sitemap.xml --- public/robots.txt | 6 ++++++ public/sitemap.xml | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..ff88efb --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,6 @@ +User-agent: * +Disallow: /api/ +Disallow: /cookie/ +Disallow: /privacy-policy/ +Disallow: /user-agreement/ +Sitemap: https://fire-experts.ru/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..ff0aabd --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://fire-experts.ru/ + 2024-06-19 + monthly + 1.0 + + \ No newline at end of file