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.


Built from https://develop.svn.wordpress.org/trunk@59949


git-svn-id: http://core.svn.wordpress.org/trunk@59291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-03-07 08:45:23 +00:00
parent e57e4cdf1a
commit 429d53f13e
2 changed files with 2 additions and 1 deletions

View File

@ -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 &#8250; ReadMe</title>
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
</head>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-beta1-59948';
$wp_version = '6.8-beta1-59949';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.