0

Possible Duplicate:
Why does Chrome incorrectly determine page is in a different language and offer to translate?

On one of my pages chrome tells that my page is written in Portuguese. It is in Spanish. I can't figure out why this is happening. Here is the link: Web page

All other pages are ok, without any errors.

I use Joomla 2.5.

Community
  • 1
  • 1
Artur Rain
  • 339
  • 1
  • 5
  • 20

1 Answers1

0

Google's language algorithms aren't the best.

Try being explicit with your meta tag for content-language

<meta http-equiv="content-language" content="es-es">
htmldrum
  • 2,431
  • 20
  • 20