Files
yaflay.ru/Pages/RobotsTxt.cshtml
Дмитрий Шиманский 921b8f3db3 add environ error message
add to environ some data and some codereview pages
some fix oembed and OpenGraph
2023-12-20 23:58:14 +03:00

12 lines
473 B
Plaintext

@page
@{
Layout = null;
this.Response.ContentType = "text/plain";
}
User-agent: *
<environment include="Development,Staging">Disallow: /*</environment>
<environment include="Production">Disallow: /* </environment>
<environment include="Production">Allow: /Blog </environment>
<environment include="Production">Allow: /Blog/* </environment>
<environment include="Production">Allow: /Privacy </environment>
<environment include="Production">Allow: / </environment>