How do I stop scrapers, and /?=hello urls?
Posted: Thu May 23, 2013 5:34 am
We have a url like this:
http://www.testurl.com/?in=what-do-pills-do
It's not damaging us, but how do I make a URL that doesn't exist, with that ?in=***** redirect to our homepage instead?
In theory, I can set a variable called $in, and redirect it. But what stops them doing ?out-.......
Also, how do I identify within my code if the site is within a scraper, which looks like an iframe - and redirect them?
http://www.testurl.com/?in=what-do-pills-do
It's not damaging us, but how do I make a URL that doesn't exist, with that ?in=***** redirect to our homepage instead?
In theory, I can set a variable called $in, and redirect it. But what stops them doing ?out-.......
Also, how do I identify within my code if the site is within a scraper, which looks like an iframe - and redirect them?