I have robots.txt support enabled and this in my robots.txt file
But Zoom still indexes pages with query strings. How do I set Zoom up so it ignores all pages with a query string.
Example:
/product.php -> Good
/product.php?Currency=USD -> Bad/Don't index
PS: I did a search but it came up with nothing.
CP
Code:
User-agent: * Disallow: /*?
Example:
/product.php -> Good
/product.php?Currency=USD -> Bad/Don't index
PS: I did a search but it came up with nothing.
CP
Comment