Dave,
translateflags.php has a problem with default language settings.
Line for English (my default language) is adding this code to the end of my existing English pages: "&hl=en"
This creates double posts, because, example:
forum.com/showthread.php?t=59894&hl=en
is the same thing as:
forum.com/showthread.php?t=59894
Google would recognize this as two different pages and eventually ban my site for duplicate posting.
THIS IS A HUGE PROBLEM WHICH NEEDS TO BE ADDRESSED.
I've fixed this issue on my site already, by amending the line and getting rid of &hl=en references.
Dave, amend your code so your script doesn't get people's website banned or penalized by Google.
|