mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-09 20:19:32 +02:00
12 lines
473 B
Plaintext
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> |