Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4027, comment 6


Ignore:
Timestamp:
02/01/2019 12:20:59 AM (6 years ago)
Author:
coffee2code
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4027, comment 6

    initial v1  
    77`( bbp_is_topic_closed( $post->ID ) && ! bbp_get_topic_reply_count( $post->ID, true ) )`
    88
    9 Making the proposed change to line 46 would only have the effect of ALL older topics no longer getting any `<meta name="robots">` tag at all. The proposed revised line 46 is largely moot since all topics older than 6 months (or perhaps it's 6 months since last activity; regardless...) are auto-closed anyways.
     9Making the proposed change to line 46 would only have the effect of ALL older topics with replies no longer getting any `<meta name="robots">` tag at all. The proposed revised line 46 is largely moot since all topics older than 6 months (or perhaps it's 6 months since last activity; regardless...) are auto-closed anyways.
    1010
    1111I believe we still want all older topics (for some arbitrary time ago; currently 1 year, though I could see this being changed to longer ago) to be noindexed. And if it's a closed thread with no replies, we want the noindexing to happen sooner (currently 6 months). All of which is the current behavior.