[wp-meta] [Making WordPress.org] #4994: Stale themes should be noindex'd

Making WordPress.org noreply at wordpress.org
Tue Mar 3 23:46:07 UTC 2020


#4994: Stale themes should be noindex'd
-----------------------------+-----------------------
 Reporter:  jonoaldersonwp   |       Owner:  dd32
     Type:  defect           |      Status:  reopened
 Priority:  low              |   Milestone:
Component:  Theme Directory  |  Resolution:
 Keywords:  seo              |
-----------------------------+-----------------------

Comment (by dd32):

 Looks like something to do with caching.

 {{{
 $ curl -is https://wordpress.org/themes/guruq/ | grep '\(robots\|x-nc\)'
 x-nc: MISS ord 1
 <meta name='robots' content='noindex,follow' />

 $ curl -is https://wordpress.org/themes/chinese-love/ | grep
 '\(robots\|x-nc\)'
 x-nc: MISS ord 1
 <meta name='robots' content='noindex,follow' />

 $ curl -is https://en-gb.wordpress.org/themes/portfilo/ | grep
 '\(robots\|x-nc\)'
 x-nc: MISS ord 2
 $ curl -is https://en-gb.wordpress.org/themes/portfilo/ | grep
 '\(robots\|x-nc\)'
 x-nc: MISS ord 2
 <meta name='robots' content='noindex,follow' />
 }}}

 It's not nginx caching, so I'm not sure what to make of that at first.

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


More information about the wp-meta mailing list