Files
yaflay.ru/Pages/RobotsTxt.cshtml
Дмитрий Шиманский 76208767b2 Add 404 page
Some rework Robots.txt
BugFixes controllers
2023-10-22 15:44:06 +03:00

9 lines
267 B
Plaintext

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