mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-11 16:16:26 +02:00
add providers to oembed, add robots.txt
This commit is contained in:
9
Pages/RobotsTxt.cshtml
Normal file
9
Pages/RobotsTxt.cshtml
Normal file
@@ -0,0 +1,9 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user