fix: add titles

This commit is contained in:
2025-12-04 15:39:31 +03:00
parent 453ddb59a1
commit 2acab562b3
97 changed files with 865 additions and 12 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://ocenka-sochi.ru/sitemap.xml

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "ocenka-sochi.ru",
"short_name": "ocenka-sochi.ru",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "transparent",
"background_color": "transparent",
"display": "standalone"
}

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://ocenka-sochi.ru/</loc>
<lastmod>2025-12-01</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>