-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |