{"id":28967577,"url":"https://github.com/su-sws/nobots","last_synced_at":"2025-07-03T14:41:09.474Z","repository":{"id":33949581,"uuid":"37676161","full_name":"SU-SWS/nobots","owner":"SU-SWS","description":"Blocks (well-behaved) search engine robots from crawling, indexing, or archiving your site.","archived":false,"fork":false,"pushed_at":"2023-04-18T16:12:57.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":22,"default_branch":"8.x-2.x","last_synced_at":"2025-06-24T08:09:25.945Z","etag":null,"topics":["d7","d8","jumpstart-core","module"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SU-SWS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-18T18:07:09.000Z","updated_at":"2022-06-13T22:47:45.000Z","dependencies_parsed_at":"2022-07-13T21:43:31.444Z","dependency_job_id":null,"html_url":"https://github.com/SU-SWS/nobots","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/nobots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fnobots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fnobots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fnobots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fnobots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/nobots/tar.gz/refs/heads/8.x-2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fnobots/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632136,"owners_count":23187273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d7","d8","jumpstart-core","module"],"created_at":"2025-06-24T08:09:26.826Z","updated_at":"2025-06-24T08:09:27.677Z","avatar_url":"https://github.com/SU-SWS.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [No Bots](https://github.com/SU-SWS/nobots)\r\n##### Version: 8.x\r\n\r\nMaintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama), [pookmish](https://github.com/pookmish)\r\n[Changelog.txt](CHANGELOG.txt)\r\n\r\n\r\nThis module blocks (well-behaved) search engine robots from\r\ncrawling, indexing, or archiving your site by setting a\r\n\"X-Robots-Tag: noindex,nofollow,noarchive\" HTTP header.\r\n\r\nEnable the module to block search engine robots.\r\nDisable the module to let them crawl your site.\r\n\r\nInstallation\r\n---\r\n\r\nInstall this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7)\r\n\r\nConfiguration\r\n---\r\n\r\nEnable the module to block search engine robots.\r\nDisable the module to let them crawl your site.\r\n\r\nAdvanced Configuration\r\n---\r\nYou can set the `nobots` variable to **FALSE** to leave the module enabled, yet still allow robots to crawl your site.\r\n\r\nAn example use-case would be to set `$settings['nobots'] = FALSE;` in settings.php for the production environment, and `TRUE` for all other environments.\r\n\r\nTo set the state `nobots` to **TRUE**. `drush @[alias] state:set nobots 1` would block robots.\r\nYou can also set the state `nobots` to **FALSE**. `drush state:set nobots 0` would set this state to false.\r\n\r\nTroubleshooting\r\n---\r\n\r\nIf 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.\r\n\r\nContribution / Collaboration\r\n---\r\n\r\nYou 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)\r\n\r\n\r\nReleases\r\n---\r\n\r\nSteps to build a new release:\r\n- Checkout the latest commit from the `8.x-2.x` branch.\r\n- Create a new branch for the release.\r\n- Commit any necessary changes to the release branch.\r\n  -  These may include, but are not necessarily limited to:\r\n    - Update the version in any `info.yml` files, including in any submodules.\r\n    - Update the CHANGELOG to reflect the changes made in the new release.\r\n- Make a PR to merge your release branch into `master`\r\n- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`).  This may happen automatically via Github actions (if a labeler action is configured).\r\n- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.\r\n- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.\r\n\r\nDeprecated\r\n---\r\nThis repo and su-sws/nobots is replaced by [drupal/nobots](https://www.drupal.org/project/nobots).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fnobots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-sws%2Fnobots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fnobots/lists"}