Files
yaflay.ru/Pages/RobotsTxt.cshtml
Дмитрий Шиманский a5d39384ac pooko
2023-12-19 11:57:37 +03:00

12 lines
454 B
Plaintext

@page
@{
Layout = null;
this.Response.ContentType = "text/plain";
}
# /Robots.txt file for httpы://yawaflua.ru/
User-agent: *
<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>