- This topic is empty.
-
AuthorPosts
-
August 14, 2023 at 10:55 am #7319
Sarah
GuestI discovered today on a high traffic Woo client’s website that many types of complex search parameters are missing the
noindexmeta tag that WordPress core is supposed to enable on search results… not sure if this is caused by one of their plugins or if its a bug in Woo but it caused a huge amount of Google GSC errors:Duplicate without user-selected canonical
August 14, 2023 at 10:57 am #7320Alexis
GuestI don’t remember which WP Core version added that meta tag. But its definitely supposed to exist for internal search results.
https://wordpress.org/support/topic/how-do-i-add-noindex-nofollow-to-all-search-results-pages/
August 14, 2023 at 10:59 am #7321Katherine
GuestExamples of what I’m talking about:
Has noindex meta tag:
https://example.com/?s=flowers
Missing noindex meta tag:
https://example.com/?s=flowers&post_type=product
August 14, 2023 at 11:03 am #7322Hannah
Guestno good….
August 14, 2023 at 11:32 am #7324Judith
Guestis that caused by Woo filters?
==> https://wordpress.org/support/topic/noindex-on-woocommerce-filters/
August 14, 2023 at 12:37 pm #7325Joshua
GuestI think filters are an entirely different parameter, not
/s=...August 14, 2023 at 12:39 pm #7326Scott
GuestUPDATE:
Okay, SlickStack now force-noindexes any URLs that begin with
/?s=no matter what, in case WooCommerce or other plugins are screwing with it.This enforces clean indexing and noindexing practices along with some of the other existing rules in our Nginx config:
https://github.com/littlebizzy/slickstack/blob/master/modules/nginx/sites/production.txt
Any feedback please let us know on GitHub or on the forums.
August 14, 2023 at 1:13 pm #7327Donald
Guesthow exactly does SlickStack force noindexing?
August 10, 2024 at 8:35 am #25905Theresa
Guestf*****g WooCommerce lol
-
AuthorPosts