[wp-meta] [Making WordPress.org] #4994: Stale themes should be noindex'd
Making WordPress.org
noreply at wordpress.org
Wed Mar 4 01:33:02 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):
Yup, looks like it's some kind of caching, the `$theme` data isn't
available when the header functions run:
{{{
$ curl -is https://en-gb.wordpress.org/themes/portfilo/ | grep
'\(<meta\|x-nc\)'
x-nc: MISS ord 1
<meta charset="utf-8" />
<meta property="fb:page_id" content="6427302910" />
<meta name="google-site-verification" content="7VWES_-
rcHBcmaQis9mSYamPfNwE03f4vyTj4pfuAw0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="always">
<meta name="generator" content="WordPress 5.4-beta3-47420" />
<meta name="description" content="Free WordPress Themes" />
Seconds later:
$ curl -is https://en-gb.wordpress.org/themes/portfilo/ | grep
'\(<meta\|x-nc\)'
x-nc: MISS ord 1
<meta charset="utf-8" />
<meta property="fb:page_id" content="6427302910" />
<meta name="google-site-verification" content="7VWES_-
rcHBcmaQis9mSYamPfNwE03f4vyTj4pfuAw0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="always">
<meta name="generator" content="WordPress 5.4-beta3-47420" />
<meta property='og:title' content='Portfilo' />
<meta property='og:description' content='Portfilo is a responsive theme
designed for businesses to help implement their online presence along with
blog. With the help of recommended free plugins, you can showcase your
portfolio and testimonials on the website. Theme provides customizer
options to change look and feel of your website. Theme provides options to
change logo, favicon, color scheme, tyapography, etc. It supports popular
plugins like BuddyPress, WooCommerce and WPML. Portfilo theme is
translatable so that you can easily localize it in the language you want.'
/>
<meta property='og:site_name' content='WordPress.org' />
<meta property='og:type' content='website' />
<meta property='og:url' content='https://en-
gb.wordpress.org/themes/portfilo/' />
<meta property='og:image'
content='https://i0.wp.com/themes.svn.wordpress.org/portfilo/1.0.18/screenshot.png'
/>
<meta name='twitter:card' content='summary_large_image'>
<meta name='twitter:site' content='@WordPress'>
<meta name='twitter:image'
content='https://i0.wp.com/themes.svn.wordpress.org/portfilo/1.0.18/screenshot.png?w=560&strip=all'
/>
<meta name='robots' content='noindex,follow' />
<meta name="description" content="Portfilo is a responsive theme designed
for businesses to help implement their online presence along with blog.
With the help of recommended free plugins, you can showcase your portfolio
and testimonials on the website. Theme provides customizer options to
change look and feel of your website. Theme provides options to change
logo, favicon, color scheme,…" />
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4994#comment:10>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list