diff options
author | Jb Audras <audrasjb@git.wordpress.org> | 2025-03-07 08:43:49 +0000 |
---|---|---|
committer | Jb Audras <audrasjb@git.wordpress.org> | 2025-03-07 08:43:49 +0000 |
commit | 3bff6ee95777a95838d1c478eee6e64ce1e657ee (patch) | |
tree | 06abfc601138da5538e0a892c526f1a622961a5b /src | |
parent | c44c37d996ae00164c733de98faad1212a57f5c6 (diff) | |
download | wordpress-3bff6ee95777a95838d1c478eee6e64ce1e657ee.tar.gz wordpress-3bff6ee95777a95838d1c478eee6e64ce1e657ee.zip |
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.
git-svn-id: https://develop.svn.wordpress.org/trunk@59949 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src')
-rw-r--r-- | src/readme.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readme.html b/src/readme.html index aab00710dc..b40b60ff4b 100644 --- a/src/readme.html +++ b/src/readme.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex,nofollow" /> <title>WordPress › ReadMe</title> <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" /> </head> |