Files
yaflay.ru/Pages/RobotsTxt.cshtml
Дмитрий Шиманский 5471ad08ba add providers to oembed, add robots.txt
2023-10-22 01:51:58 +03:00

9 lines
272 B
Plaintext

@page
@{
Layout = null;
this.Response.ContentType = "text/plain";
}
# /robots.txt file for http://www.hanselman.com/
User-agent: *
<environment include="Development,Staging">Disallow: /</environment>
<environment include="Production">Disallow: /* </environment>