I'm having trouble figuring out how to control the search results that google is indexing. We have injection attacks and have been hit so many times it's showing up in search results. Is there a simple way to fix this?
Example of results.
Hi @prestigewebdev,
Maybe you can try using robots.txt and adding some line like:
Disallow: /catalogsearch
But maybe you will find more useful this link: https://github.com/Creare/magento-robots/blob/master/robots.txt
(A complete list of items to be disable for robots)