Opened 5 years ago
Closed 5 years ago
#4548 closed defect (bug) (wontfix)
Noindex empty support profile subpages
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | seo 2nd-opinion |
Cc: |
Description
Profiles in the support section, such as https://wordpress.org/support/users/evalim/, feature multiple 'subpages' such as https://wordpress.org/support/users/evalim/reviews/ and https://wordpress.org/support/users/evalim/replied-to/.
When these subpages have no content, they should output a meta robots tag with a value of 'noindex, follow'.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Took a quick look into this, and threw it into the
too-hard
basket to implement as requested.It's yet another page where bbPress doesn't know if the page has any data until it attempts to render it, and in this case I don't think the double-uncached-queries option makes sense here (That's what happened when all the other robots tags were added to the forums..)
I think the only option here that makes sense, is to
Robots: noindex, follow
/support/users/*
. We've already got the user endpoint canonical'd to profiles.wordpress.org anyway.