add providers to oembed, add robots.txt

This commit is contained in:
Дмитрий Шиманский
2023-10-22 01:51:58 +03:00
parent 0fa9a491ae
commit 5471ad08ba
4 changed files with 37 additions and 3 deletions

9
Pages/RobotsTxt.cshtml Normal file
View 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>