Plugin Directory

Changeset 3190219


Ignore:
Timestamp:
11/16/2024 02:32:29 PM (17 months ago)
Author:
the9mm
Message:

Added Meta-ExternalAgent

Location:
simple-noai-and-noimageai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-noai-and-noimageai/trunk/noai.php

    r3188129 r3190219  
    77 Plugin URI: http://www.foundationwebdev.com/plugins/noai-imageai
    88 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.5
     9 Version: 1.6.6
    1010 Author: Aimee Cozza
    1111 Author URI: http://www.aimeecozza.com
     
    147147    $output .= 'User-agent: ImagesiftBot' . "\n" . 'Disallow: /' . "\n";
    148148    $output .= 'User-agent: FacebookBot' . "\n" . 'Disallow: /' . "\n";
     149    $output .= 'User-agent: Meta-ExternalAgent' . "\n" . 'Disallow: /' . "\n";
    149150    $output .= 'User-agent: Diffbot' . "\n" . 'Disallow: /' . "\n";
    150151    $output .= 'User-agent: cohere-ai' . "\n" . 'Disallow: /' . "\n";
     
    222223        if ( isset($robots_options['meta']) && !isset($robots_options['allrobots']) ) {
    223224    $output .= 'User-agent: FacebookBot' . "\n" . 'Disallow: /' . "\n";
     225    $output .= 'User-agent: Meta-ExternalAgent' . "\n" . 'Disallow: /' . "\n";
    224226   
    225227}
  • simple-noai-and-noimageai/trunk/readme.txt

    r3188128 r3190219  
    55Requires at least: 1.2
    66Tested up to: 6.7
    7 Stable tag: 1.6.5
     7Stable tag: 1.6.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939 
    4040== Changelog ==
     41= 1.6.6 =
     42* Added support for Meta-ExternalAgent
     43
    4144= 1.6.5 =
    4245* Supports WordPress 6.7
Note: See TracChangeset for help on using the changeset viewer.