Image replacement

Discussion in 'Search Engine Optimization' started by jan.onesork, Oct 5, 2005.

  1. #1
    Hello,
    if I have:
    
    <div>
     <h1>Company</h1>
    </div>
    
    HTML:
    and this in styles:

    
    div {
     background-image: url('foo.gif');
     height: 200px;
    }
    
    h1 {
     display: none;
    }
    
    Code (markup):
    Has this image replacement any SEO value?

    btw. foo.gif is a logo of a company.
     
    jan.onesork, Oct 5, 2005 IP
  2. lorien1973

    lorien1973 Notable Member

    Messages:
    12,206
    Likes Received:
    601
    Best Answers:
    0
    Trophy Points:
    260
    #2
    I think google would see it as an attempt to hide text; which they frown upon. I've seen in another forum where googleguy specifically mentioned display: none; in why a particular site lost rankings.

    It involved a huge paragraph, but still, I'd not do that unless it has some practical value to the site (such as hiding/expanding navigation or similar things).
     
    lorien1973, Oct 5, 2005 IP
  3. jan.onesork

    jan.onesork Active Member

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #3
    I'm compelled to use a special image instead a plain text. So, I wanted to know how can I save some SEO at least :rolleyes:
     
    jan.onesork, Oct 5, 2005 IP
  4. Voasi

    Voasi Active Member

    Messages:
    1,054
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Their are ways to get around it. The problem is that people will leave their CSS file in the main folder. If you want to be sneaky, you could put your main css file in the images folder and then use your robots.txt file and exclude the bots from crawling the folder.

    Then, no search engine would be able to access your css file and see what you're doing with the display:none

    But...I wouldn't. :)
     
    Voasi, Oct 5, 2005 IP
  5. jan.onesork

    jan.onesork Active Member

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #5
    Dangerous solution ;) ;)

    I'll just sneeze at hiding anything :)
     
    jan.onesork, Oct 5, 2005 IP