fix: add titles
This commit is contained in:
6
public/robots.txt
Normal file
6
public/robots.txt
Normal 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
19
public/site.webmanifest
Normal 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
9
public/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user