diff --git a/README.md b/README.md index 02ba4c8..cece4c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,34 @@ -#No Bots -This module blocks (well-behaved) search engine robots from -crawling, indexing, or archiving your site by setting a +#[No Bots](https://github.com/SU-SWS/nobots) +##### Version: 7.x-1.0 + +Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) +[Changelog.txt](CHANGELOG.txt) + + +This module blocks (well-behaved) search engine robots from +crawling, indexing, or archiving your site by setting a "X-Robots-Tag: noindex,nofollow,noarchive" HTTP header. Enable the module to block search engine robots. Disable the module to let them crawl your site. + +Installation +--- + +Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7) + +Configuration +--- + +Enable the module to block search engine robots. +Disable the module to let them crawl your site. + +Troubleshooting +--- + +If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page. + +Contribution / Collaboration +--- + +You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests) diff --git a/nobots.info b/nobots.info index f280b57..7da7ec2 100644 --- a/nobots.info +++ b/nobots.info @@ -1,3 +1,6 @@ name = No Bots description = Blocks (well-behaved) search engine robots from crawling, indexing, or archiving your site. +version = 7.x-1.0 core = 7.x +package = Stanford +project = nobots