static function handleRobots()
    {
        $response = new App\Response('User-agent: *
Disallow:');
        $response->setContentType('text/plain');
        return $response;
    }