Search result pages showing up in search results
I am getting search result pages showing up in search results. E.g. a search for "search-term" returns matches with the following: http://website.com/search/results?col...
How do I stop search results from being indexed and showing up in subsequent search results?
Replies
Low 11 Mar 2014 06:33
You're saying Low Search returns pages of search results in its result set? Or is Google indexing LS result pages?
The former is most unlikely because LS will always return Entries, not "pages". If you're linking to certain search result pages, then they could be picked up by Google. Adding a rule in your robots.txt might help there.
Low 11 Mar 2014 09:02
Well, looking at your Results tag, it seems {page_url} is empty for that entry. You might want to either put it in a conditional or make sure the entries from that particular channel have a {page_url} assigned.
grege 11 Mar 2014 09:11
Ok. Got it. Thanks. Those pages aren't using structure, so I just need to use standard EE tags rather than {page_url}. Cheers.