Results 1 to 6 of 6

 

Thread: Styling h1's off the page

  1. #1
    n00b1e and lovin' it

    Status
    Offline
    Join Date
    May 2006
    Posts
    40
    Thanks
    3
    Thanked 0 Times in 0 Posts


    Hi - can I ask some advice please.

    Because of the font face the S & M (that's sales and markting) director wanted to use we build our subjects out of indidual images (1 letter per image). This is obviouisly very bad for seo.

    Does anybody know please whether it would be frowned upon to generate a text based "<h1>" at the same time and style the "<h1>"'s with either positioning or z-index out of the users sight.

    many thanks

    stuart

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Feb 2006
    Posts
    566
    Thanks
    0
    Thanked 2 Times in 2 Posts
    hello good sir

    directors can do some funny things

    a letter per image, how bizarre.

    You're right about h1's - they would be better for SEO. But any invisible or otherwise hidden header is likely to be very bad for you SEO.

    White text, hidden text, text on the same coloured background - Google knows all the tricks and doesn't look highly upon any of it, so what you'd be doing would most likely fall into the same category and get a penalty.

    I suggest putting it all into one image and using Alt-text, and not worrying about it too much!

  3. #3
    n00b1e and lovin' it

    Status
    Offline
    Join Date
    May 2006
    Posts
    40
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Thanks for the input Harvey harvey.

    Tbh the letter per image was my idea :blush and just built a little online form for generating it as it ensures consistency, saves a heck of a lot of time and it means anybody can do it from anywhere

    I guess we could just carry the alt through to the first image - by no means ideal but better that nothing. I think I'd personally push for just using text but whether this is possible or not who knows.

  4. #4
    Registered User

    Status
    Online
    Join Date
    Jun 2006
    Posts
    628
    Thanks
    7
    Thanked 70 Times in 67 Posts
    Quote Originally Posted by stuey_p View Post
    Does anybody know please whether it would be frowned upon to generate a text based "<h1>" at the same time and style the "<h1>"'s with either positioning or z-index out of the users sight.
    Probably best is to set a background image on the H1 - this way you still have the text for SEO and the "look" that marketing wants. Something like this
    Code:
    <style type="text/css">
    h1#test {
        padding-top: 35px; /* height of the replacement image */
        height: 0px;
        overflow: hidden;
        background-image: url("background.gif");
        background-repeat: no-repeat;
    }
    </style> <h1 id="test">Heading One</h1>

  5. #5
    n00b1e and lovin' it

    Status
    Offline
    Join Date
    May 2006
    Posts
    40
    Thanks
    3
    Thanked 0 Times in 0 Posts
    See - I was thinking something along the lies off:

    HTML Code:
    <style type="text/css">
    h1 {
    position:absolute;
    top:-500px;
    left:-500px;
    }
    </style>
    <table cellpadding="1" cellspacing="1" align="center" border="0" class="titletable">  
    <tr>  
    <td>  
    <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/dark/t.gif" class="borderless" alt="test title">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/dark/e.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/dark/s.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/dark/t.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/spacer.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/t.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/i.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/t.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/l.gif" class="borderless">  </td>  
    <td>  <img src="http://www.web-clubs.co.uk/alphabet/travellers/features/medium/light/e.gif" class="borderless">  </td>  
    </tr>  
    </table> <h1>test title</h1>
    Jon - I'm not being funny - my seo skills are next to none - but do you think your method is likely to be less frowned upon?

    many thanks

    Stuart

  6. #6
    n00b1e and lovin' it

    Status
    Offline
    Join Date
    May 2006
    Posts
    40
    Thanks
    3
    Thanked 0 Times in 0 Posts
    SEOmoz suggests that you won't get penalized but some search engines do look for excessive margins...blows my solution out of the water but a simple :

    Code:
    <style type="text/css">
    h1 {
    
    display:none;
    }
    </style>
    seems to work...

    Thanx for suggestions



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Redesigning a page with page rank
    By Dazza30 in forum Affiliate Marketing Lounge
    Replies: 1
    Last Post: 13-10-08, 07:19 PM
  2. Landing Page
    By seekituk in forum Affiliate Marketing Lounge
    Replies: 7
    Last Post: 05-07-06, 01:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2