Commit e03ddaf892302bce35c82d192352405ca53ba3f4

Authored by Dmytry Fedorchuk
1 parent 4d6857d7

All seo

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
.htaccess
... ... @@ -68,6 +68,8 @@ AddDefaultCharset utf-8
68 68  
69 69 RewriteRule robots.txt$ frontend/web/robots.txt [L]
70 70  
  71 + RewriteRule sitemap.xml$ frontend/web/sitemap.xml [L]
  72 +
71 73  
72 74 RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|txt|js|images|fonts|img|files)/
73 75  
... ...
frontend/web/sitemap.xml
... ... @@ -10320,4 +10320,4 @@
10320 10320 <changefreq>daily</changefreq>
10321 10321 <priority>0.6</priority>
10322 10322 </url>
10323   -</urlset>
10324 10323 \ No newline at end of file
  10324 +</urlset>
10325 10325 \ No newline at end of file
... ...