How to prevent search engines from indexing script URLs like:
domain.tld/?[whatever is here]
robots.txt
User-agent: *
Disallow: /?
does seem to work.
But still to allow indexing of the main page.
How to prevent search engines from indexing script URLs like:
domain.tld/?[whatever is here]
robots.txt
User-agent: *
Disallow: /?
does seem to work.
But still to allow indexing of the main page.