https://github.com/gadicc/meteor-robots.txt
Serves a robot.txt which can be modified programatically
https://github.com/gadicc/meteor-robots.txt
Last synced: about 1 year ago
JSON representation
Serves a robot.txt which can be modified programatically
- Host: GitHub
- URL: https://github.com/gadicc/meteor-robots.txt
- Owner: gadicc
- License: mit
- Created: 2013-07-23T13:37:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T10:10:07.000Z (almost 11 years ago)
- Last Synced: 2025-04-22T23:06:04.613Z (about 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## robots.txt smart package
Copyright (c) 2013 Gadi Cohen , released under the MIT license (see LICENSE.txt).
Currently, all this package does is implement a robots.addLine('line')
which other packages can use to add lines to what is served at /robots.txt.
If there is any demand for other functions, they can be added too. Let me know
if you need to modify an existing robots.txt or want other functionality.
### Existing public/robots.txt
* In Meteor <= 0.6.4, if `public/robots.txt` exists, it's contents will be served
in addition to whatever is added with robots.addLine().
* In Meteor >= 0.6.5, if `public/robots.txt` exists, **this smart package will
not work**. I am working on a fix, but for now, if you want to use the functionality
offered by this package, pleasure ensure that this file *does not exist* (if it does,
only it's own contents will be served, and nothing else).