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