[wp-meta] [Making WordPress.org] #5476: Setting a Rosetta site to private mode should add noindex tags everywhere

Making WordPress.org noreply at wordpress.org
Fri Oct 16 06:57:42 UTC 2020


#5476: Setting a Rosetta site to private mode should add noindex tags everywhere
-------------------------------------------+---------------------
 Reporter:  jonoaldersonwp                 |       Owner:  (none)
     Type:  defect                         |      Status:  closed
 Priority:  lowest                         |   Milestone:
Component:  International Sites (Rosetta)  |  Resolution:  fixed
 Keywords:  seo                            |
-------------------------------------------+---------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed via r16563-dotorg
 {{{
 Inherit the blog_public option from the locale site on
 *.wordpress.org/(themes|plugins|gutenberg|support/update-php)/ so that any
 not-indexable domains have all those assets as not-indexable as well.
 }}}


 {{{
 $ curl -s https://test.wordpress.org/ https://test.wordpress.org/plugins/
 https://test.wordpress.org/themes/ | grep robots

 <link rel="pingback" href="https://test.wordpress.org/xmlrpc.php" /><meta
 name='robots' content='noindex,nofollow' />
 <link rel="pingback" href="https://test.wordpress.org/plugins/xmlrpc.php"
 /><meta name='robots' content='noindex,nofollow' />
 <link rel="pingback" href="https://test.wordpress.org/themes/xmlrpc.php"
 /><meta name='robots' content='noindex,nofollow' />
 }}}

 and to be safe:
 {{{
 $ curl -s https://wordpress.org/ https://wordpress.org/plugins/
 https://wordpress.org/themes/ | grep robots
 // no output

 $ curl -s https://de.wordpress.org/ https://de.wordpress.org/plugins/
 https://de.wordpress.org/themes/ | grep robots
 // no output
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5476#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list