Google sends many people to my website using the translator. It is not needed. Therefore, when someone arrives, it looks like this:
http://translate.google.com/translate?hl=en&sl=de&u=http://stackoverflow.com
The site functions OK but not 100% like it should.
I would prefer to have an index.php
(or HTML) file that is a redirect to the main URL. It should target and replace the entire window (removing any reference to Google Translate).
I tried different variations of the below but it did not work.
<META http-equiv="refresh" content="0;URL=http://www.domain.com" target="_new">
_parent and _top were tried.
Can you please help with this?