Skip to content

Commit

Permalink
7.x-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed May 30, 2016
1 parent 53260b9 commit f4b480d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
33 changes: 30 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions nobots.info
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f4b480d

Please sign in to comment.