Forum Moderators: Robert Charlton & goodroi
http://www.example.com/ and
http://www.example.com/?lang="lv"
have same content.
What if someone puts link on http://www.example.com/?lang="lv". Should they use mod_rewrite to solve this problem?
[edited by: tedster at 4:46 pm (utc) on May 11, 2008]
[edit reason] use example.com [/edit]
As it's dynamic you could
(a) nofollow the link to the default English language option
(b) also autogenerate a noindex,nofollow tag for this page
But, yes, a rule in htaccess will make absolutely sure you don't waste any IBLs.
[edited by: Unce at 6:35 pm (utc) on May 11, 2008]
If you're concerned about malicious IBLs to non-existent urls then the answer is still yes - the re-writes will fix that too. I believe you can also get these to return a 404.
How much of a risk this sort of thing is in teh first place I don't know.