Edit robots.txt
This commit is contained in:
parent
a62845291a
commit
fc5c75131c
@ -13,8 +13,9 @@ public class RobotsTxtGenerator : IRobotsTxtGenerator
|
|||||||
{
|
{
|
||||||
StringBuilder stringBuilder = new();
|
StringBuilder stringBuilder = new();
|
||||||
stringBuilder.AppendLine("user-agent: *");
|
stringBuilder.AppendLine("user-agent: *");
|
||||||
stringBuilder.AppendLine("disallow: /freedom");
|
stringBuilder.AppendLine("Disallow: /freedom");
|
||||||
stringBuilder.AppendLine("disallow: /Account/");
|
stringBuilder.AppendLine("Disallow: /Account/");
|
||||||
|
stringBuilder.AppendLine("Disallow: /account/");
|
||||||
|
|
||||||
return stringBuilder.ToString();
|
return stringBuilder.ToString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user