What Triggers " [Translate This Page] " ?

Gixlusannuany

New Member
I was just looking through a site:domain.com SERP for one of my sites and came across quite a few instances where Google has placed a [Translate This Page] link beside the results, even though they're already in English with the exception of a couple of words on some pages. If I click the link, it just gives me the unaltered page in English.I looked at my HTTP headers, and I'm not currently sending any Content-Language headers, nor do I have the <meta> equivalent in my HTML source. The language is specified in the <html> element though.Code: [ Select ]Getting Apache to send a Content-Language header is easy enough with mod_mime and AddLanguage available.Code: [ Select ]So did setting the Content-Language header resolve the problem with the translate this page link coming up?I believe it did, so far.I've got category pages with similar titles, the only difference being a pattern of "Title Text (# of #)". In some cases the only part of the content that changes, is some displayed images.When I looked just now I found instances of those pages having similar titles both with and without the translation link on them. If I remember right, these category pages each had the translation link before.There is one specific page, with "Vide Guerra" in the title, that still has the translate link beside it in the title. Once that or all of the other affected category pages drops the translation link, I'll be more confident that it worked.Unfortunately my pages are set to NOARCHIVE, so I don't think I can check a cache for a timestamp on these pages.I just went through 46 SERPs and now the only result which still has a translation link appended is the one for the page I've been watching to make up my mind whether it worked or not! After 2 months I'm still seeing one single result with a "translate this page" link beside it.My thinking at the moment is that sending the Content-Language header did tell Google which language the page is written in and has stopped the translation link from displaying. This one odd-ball result has to simply be a page that Google hasn't revisited since the change.
 
Top