@ryan-sandy/no-robots

1.0.3 • Public • Published

#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: /

Readme

Keywords

Package Sidebar

Install

npm i @ryan-sandy/no-robots

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.98 kB

Total Files

6

Last publish

Collaborators

  • ryan-sandy