1.0.3 • Published 6 years ago
@ryan-sandy/no-robots v1.0.3
#No-Robots
Deny all robots from your express server.
##Usage
const noRobots = require('no-robots');
const app = express();
app.use(noRobots);
Returns the following on /robots.txt
User-agent: *
Disallow: /