[wp-meta] [Making WordPress.org] #4027: Support posts which have been closed to replies, and have no replies, should be noindex'd
Making WordPress.org
noreply at wordpress.org
Sat Feb 2 19:29:44 UTC 2019
#4027: Support posts which have been closed to replies, and have no replies,
should be noindex'd
----------------------------+-----------------------
Reporter: jonoaldersonwp | Owner: dd32
Type: defect | Status: reopened
Priority: lowest | Milestone:
Component: Support Forums | Resolution:
Keywords: seo |
----------------------------+-----------------------
Comment (by SergeyBiryukov):
Replying to [comment:6 coffee2code]:
> #4025 essentially wanted a change for older topics, which were at the
time getting a `noindex, nofollow`, to instead get a `noindex, follow`.
Line 46 is what targets these older topics (more than a year since last
activity).
> `( time() - get_post_time( 'U', true, $post ) > YEAR_IN_SECONDS )`
Right, topics older than a year already had the `noindex` tag, regardless
of replies. It was implemented at some point when the forums were still on
bbPress 1.x, and then ported to bbPress 2.x in [3667].
[8044] did not affect that logic here, only changed `nofollow` to
`follow`.
Is there any benefit in removing `noindex` for topics older than a year
that have replies?
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4027#comment:10>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list