Google cant understand language of my website.

Discussion in 'Google' started by kargaa, Oct 21, 2009.

  1. #1
    My url is blabla.in , i was rising up good on google.com.tr cause it was turkish keyword , now i cant find website in com.tr but only co.uk .com is good im on first website.

    I entered website tools cant change language setting cause .in is india ok?

    I added language meta tags i dunno if i did right.

    Do you have any suggestions?
     
    kargaa, Oct 21, 2009 IP
  2. tattoos

    tattoos Prominent Member

    Messages:
    1,903
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    335
    #2
    The easiest way to do it would be to add the language code before the head in the html...

    EG: Change

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><head>


    To

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="tur"><head>



    Or if you plan to mix languages, you can add lang="" to span each paragraph and change the language code depending on the language.
    EG:
    <p><span lang="tur">Turkish text here</span></p>

    <p><span lang="en">English text here</span></p>


    If the whole page is one language, then I would use the first example.
    Hope that helps

    Cheers
    James
     
    tattoos, Oct 21, 2009 IP
  3. 2advance

    2advance Well-Known Member

    Messages:
    2,614
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    140
    #3
    This is somewhat interesting thanks for your tip
     
    2advance, Oct 21, 2009 IP
  4. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    have u change meta tag to related language.
     
    newlogo, Oct 21, 2009 IP
  5. kargaa

    kargaa Well-Known Member

    Messages:
    183
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5
    İ changed related and i will try tattos suggestion thanks a lot
     
    kargaa, Oct 23, 2009 IP