This commit is contained in:
Дмитрий Шиманский
2023-12-19 11:57:19 +03:00
parent 4e43b1631b
commit a5d39384ac
34 changed files with 1825 additions and 79 deletions

View File

@@ -3,7 +3,10 @@
Layout = null;
this.Response.ContentType = "text/plain";
}
# /Robots.txt file for httpы://yaflay.com/
# /Robots.txt file for httpы://yawaflua.ru/
User-agent: *
<environment include="Development,Staging">Disallow: /</environment>
<environment include="Production">Disallow: /* </environment>
<environment include="Development,Staging">Disallow: /*</environment>
<environment include="Production">Disallow: /* </environment>
<environment include="Production">Allow: /Blog </environment>
<environment include="Production">Allow: /Privacy </environment>
<environment include="Production">Allow: / </environment>