Make WordPress Core

Changeset 59949


Ignore:
Timestamp:
03/07/2025 08:43:49 AM (2 months ago)
Author:
audrasjb
Message:

General: Add noindex,nofollow meta tag to the readme.html file.

Site owners likely don't intend for the content of the readme.html file to be indexed, as it's unrelated to the site content.

Follow-up to [59944].

Props peterwilsoncc, sabernhardt, dd32, audrasjb, abcd95.
Fixes #63069.
See #63000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r59944 r59949  
    44    <meta name="viewport" content="width=device-width" />
    55    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     6    <meta name="robots" content="noindex,nofollow" />
    67    <title>WordPress &#8250; ReadMe</title>
    78    <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
Note: See TracChangeset for help on using the changeset viewer.