feat: add robots.txt, sitemap.xml

This commit is contained in:
2025-06-19 15:52:51 +03:00
parent 9a3b0ff419
commit 8f0323f4f5
2 changed files with 15 additions and 0 deletions

6
public/robots.txt Normal file
View File

@@ -0,0 +1,6 @@
User-agent: *
Disallow: /api/
Disallow: /cookie/
Disallow: /privacy-policy/
Disallow: /user-agreement/
Sitemap: https://fire-experts.ru/sitemap.xml

9
public/sitemap.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://fire-experts.ru/</loc>
<lastmod>2024-06-19</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>