https://github.com/sakanafurai/robots-strong
A stronger plugin against robots for Bludit CMS.
https://github.com/sakanafurai/robots-strong
bludit bludit-plugin noarchive nofollow noindex
Last synced: 12 months ago
JSON representation
A stronger plugin against robots for Bludit CMS.
- Host: GitHub
- URL: https://github.com/sakanafurai/robots-strong
- Owner: sakanafurai
- License: mit
- Created: 2025-01-06T13:32:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T10:44:44.000Z (over 1 year ago)
- Last Synced: 2025-03-16T01:26:55.105Z (over 1 year ago)
- Topics: bludit, bludit-plugin, noarchive, nofollow, noindex
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Robots (strong)
[Download](https://github.com/sakanafurai/robots-strong/releases/download/1.4.0/robots-strong.zip)
## About
Stronger plugin against robots for Bludit CMS.
Adds metatags to site head of all pages, including home page and category lists.
And also adds ```robots.txt``` that blocks access from bots.
**THIS PLUGIN CAN BLOCK NOT ALL CRAWLERS OR ROBOTS ACCESS, INDEXING, OR DATA SCRAPING.**
**USE THIS PLUGIN AT OWN LISK.**
## Modes
### Strong mode (default)
Avoid search engine indexing.
Adds these metatags to site head
```
```
Adds these content to ```robots.txt```.
```
User-agent: *
Disallow: /
```
### Strongest mode
Hard protection against search engines and AI crawlers. In **strongest** mode, uses explicitly defined robots.txt rules and service-specific metatags.
Metatags to add:
```
```
Adds rules to robots.txt that disallows access bots.
This plugin contains 149 rules.
## License
MIT
## Credit
* [Robots](https://github.com/bludit/bludit/tree/v3.0/bl-plugins/robots)
Bludit default Robots plugin
* [個人サイトをAIに学習されるのを拒否しよう | 古の夢の住人](https://blog.yume-saku.site/ai-learning/) (***JA***)
* [2023年1月更新!アクセス拒否するbot一覧!(.htaccess)](https://parudou5.com/webseisaku/113/) (***JA***)
* [検索避けについて](https://con.jp/seo/borocchi/noseo.html) (***JA***)
Metatags and robots.txt rules source