Changeset 3190219
- Timestamp:
- 11/16/2024 02:32:29 PM (17 months ago)
- Location:
- simple-noai-and-noimageai/trunk
- Files:
-
- 2 edited
-
noai.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-noai-and-noimageai/trunk/noai.php
r3188129 r3190219 7 7 Plugin URI: http://www.foundationwebdev.com/plugins/noai-imageai 8 8 Description: This plugin very simply adds a line of code to your header that tells AIs not to use anything on your website for indexing. It also has settings to disallow certain crawlers in your robots.txt file including GPTBot and Google-Extended. 9 Version: 1.6. 59 Version: 1.6.6 10 10 Author: Aimee Cozza 11 11 Author URI: http://www.aimeecozza.com … … 147 147 $output .= 'User-agent: ImagesiftBot' . "\n" . 'Disallow: /' . "\n"; 148 148 $output .= 'User-agent: FacebookBot' . "\n" . 'Disallow: /' . "\n"; 149 $output .= 'User-agent: Meta-ExternalAgent' . "\n" . 'Disallow: /' . "\n"; 149 150 $output .= 'User-agent: Diffbot' . "\n" . 'Disallow: /' . "\n"; 150 151 $output .= 'User-agent: cohere-ai' . "\n" . 'Disallow: /' . "\n"; … … 222 223 if ( isset($robots_options['meta']) && !isset($robots_options['allrobots']) ) { 223 224 $output .= 'User-agent: FacebookBot' . "\n" . 'Disallow: /' . "\n"; 225 $output .= 'User-agent: Meta-ExternalAgent' . "\n" . 'Disallow: /' . "\n"; 224 226 225 227 } -
simple-noai-and-noimageai/trunk/readme.txt
r3188128 r3190219 5 5 Requires at least: 1.2 6 6 Tested up to: 6.7 7 Stable tag: 1.6. 57 Stable tag: 1.6.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 == Changelog == 41 = 1.6.6 = 42 * Added support for Meta-ExternalAgent 43 41 44 = 1.6.5 = 42 45 * Supports WordPress 6.7
Note: See TracChangeset
for help on using the changeset viewer.