I have a Turkish joomla based website. Its encoding is utf-8 and all the articles are writtenin Turkish. But when I make a search on google.com.tr (turkish google) next to the sites link, an another link says "Translate this page" . When you click it, a message says This website is translated to Turkish from English. That's nonsense. What is the problem and is anyone here knows the solution?
<META HTTP-EQUIV="Content-Language" CONTENT="en-GB"> You need to adapt that for turkish, find the proper code (format is Langauge-Country) Add this into your pages head section and google will understand.
Thanks for replies but the code is already as this: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr-tr" lang="tr-tr" dir="ltr" > There is a problem somewhere but I couldn't find it. I have a disadvantage against my competitors. I have to find the solution. Any idea?