Having text in images bad SEO?

Discussion in 'HTML & Website Design' started by pHrEaK, Jan 1, 2012.

  1. #1
    I was curious how much it would effect SEO having text inside images. I'm tuning the homepage layout of a site and some of the important text that describes just what someone can actually do on the site is part of an image. I'm fairly sure bots wouldn't recognize this text so they wouldn't get some important information that could be used to help place the site in search engines...what could i do to eliminate this problem? Just how bad is having text inside images?
     
    pHrEaK, Jan 1, 2012 IP
  2. Icecube_media

    Icecube_media Peon

    Messages:
    656
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hi
    text in image seen as the image if you using this then use alt tags so that it can be crawled by the robots atleast as an image .
     
    Icecube_media, Jan 1, 2012 IP
  3. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #3
    Put the text in alt tags and the search engines can find it.
     
    mmerlinn, Jan 1, 2012 IP
  4. simrankim

    simrankim Member

    Messages:
    143
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    Use alt tag with your image text.
     
    simrankim, Jan 2, 2012 IP
  5. octoberlabs

    octoberlabs Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, search engines cannot read texts inside images. You can use the alt tag as simrankim suggested but the best method is to put the text in a <p> tag or a <span> and target that using css. do text-indent:-999px to remove the text, and then assign a height and width and use the image as the background image. The search engine will read the text in the p or span tag but the users will see the image in place of the text. PM me if you need help.
     
    octoberlabs, Jan 2, 2012 IP