with and without trailing slash for good measure
bad-example.com 10 months ago 624c8799 2b2ca206
··· 102 async fn robots() -> &'static str { 103 "\ 104 User-agent: * 0 105 Disallow: /links/ 106 " 107 }
··· 102 async fn robots() -> &'static str { 103 "\ 104 User-agent: * 105 + Disallow: /links 106 Disallow: /links/ 107 " 108 }