Opened 5 years ago
Closed 4 years ago
#4769 closed defect (bug) (fixed)
Empty user 'favourite' subpages should noindex
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | seo |
Cc: |
Description
When a user profile 'subpage' is empty (i.e., "no favourites", or "no topic replies"), we should:
- Remove the canonical URL tag
- Add a meta robots tag with a
noindex, follow
valaue.
E.g:
https://wordpress.org/support/users/jonoaldersonwp/favorites/
https://wordpress.org/support/users/jonoaldersonwp/topics/
But NOT
https://wordpress.org/support/users/jonoaldersonwp/replies/
https://wordpress.org/support/users/jonoaldersonwp/subscriptions/
Change History (3)
Note: See
TracTickets for help on using
tickets.
Is there really any reason for any of the https://wordpress.org/support/users/$user/$subpage to be indexed?
Seems like
noindex, follow
makes sense for all of them.