Archived topic
How to no index search results
3 replies · Started by Nicole on January 18, 2023
I suddenly have 500 pages indexed which are all search results in foreign languages. Please see the link below.
How do I no index the search results? I can't find a search results page so I assume it is something the theme creates when a user searches.
Thanks in advance!
Hi there,
WP generates those links, its odd that google has found them but you could try the following:
1. In Appearance > Elements -> Add New --> Hook
2. in the text area add:
<meta name="robots" content="noindex">
3. set the hook to wp_head
4. set the Display Rules to Search Results
Thanks!
You're welcome