This is a discussion on "Image in h1" within the Web Page Design section. This forum, and the thread "Image in h1 are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Image in h1
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi guys,
Does it matter for SEo if i use image as <h1>? Is it good or bad? Thank you for your help |
|
|
|
#2
|
||||
|
||||
|
Re: Image in h1
Here's the best way to go about it. Using CSS of course. And for reference, you should always have just one h1 tag per page.
|
|
#3
|
|||
|
|||
|
Re: Image in h1
Thank you Ryan! i dont know what i would do without you! Should i also close the page with <h6>?
|
|
#4
|
||||
|
||||
|
Re: Image in h1
No! In case you don't know, you should never skip a header number. Your page be organized in a way something like this:
|
|
#5
|
|||
|
|||
|
Re: Image in h1
Just a quick thought here. If you were going to use an image in the h1 spot, I would try to name the image with a keyword or keyword phrase.
|
|
#6
|
|||
|
|||
|
Re: Image in h1
Ichad - I wouldn't use any image in h1 unless it was a background image from the css.
I've been taking the policy of making my heading text 1% size, which works okay, if you can have a black dot somewhere in the picture... Ryanfait - how strictly do you stick to the heading sequences rule, and how in sequence do you feel they have to be... For instance, recently on a site I wanted:
"Some people consider skipping heading levels to be bad practice. They accept H1 H2 H1 while they do not accept H1 H3 H1 since the heading level H2 is skipped." Thanks very much the w3c! So I'd like you'r input on what's right! Snow |
|
#7
|
||||
|
||||
|
Re: Image in h1
First off, snow, I have text-indent: -5000px; to hide the text. While a black dot doesn't hurt anything in most cases, there's nothing left over unless you have a 5000 pixel long string of text with the negative indent method
As for the order, I think you're thinking more in terms of design, not structure. I firmly believe in the three layers of a website: XHTML - The Structural Layer CSS - The Presentation Layer JavaScript - The Behavioral Layer They should all be kept completely separate. If you've got a site with no design at all and you were organizing text, would you still skip that h3? Some people will say it's so trivial it doesn't matter, but I don't mind doing this to my CSS and XHTML respectively to make them look the same while keeping the structure intact:
Last edited by Ryan Fait; Dec 15th, 2006 at 09:35. |
|
#8
|
|||
|
|||
|
Re: Image in h1
Whats so bad about missing out a header tag?
|
|
#9
|
|||
|
|||
|
Re: Image in h1
its not good for structure and for SEo
|
|
#10
|
|||
|
|||
|
Re: Image in h1
Snow, I wouldn't use an image in h1 either... but that's what the original post was about.... or did I miss something?
|
|
#11
|
||||
|
||||
|
Re: Image in h1
Quote:
|
|
#12
|
|||
|
|||
|
Re: Image in h1
Read on...
http://www.w3.org/QA/Tips/Use_h1_for_Title If you follow the html phrase element link http://www.w3.org/TR/REC-html40/struct/text.html You won't find any reference to using images inside H1's. Headers are not SEO gold despite their praise. It's one more tool in the arsenal of SEO, but they are more about proper document structure. The standards for their use are made pretty clear by W3. Even so, these tags are still highly debated on just about every design forum. You'll never find the true answer anywhere except for the published standards. |
![]() |
| Tags |
| image |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Treating an image with <div> tags like a normal image | mikeym | Web Page Design | 2 | Mar 1st, 2008 15:28 |
| [SOLVED] multiple image rollover not restoring image | snappy | JavaScript Forum | 4 | Nov 5th, 2007 14:38 |
| Image gallery not displaying enlarged image | AdRock | PHP Forum | 15 | Sep 1st, 2006 11:31 |
| Background image overlaping footer image at bottom of div | lw_d | Web Page Design | 4 | Mar 21st, 2006 00:27 |
| how can i create a wireframe image from a solid image of som | benbacardi | Graphics and 3D | 5 | May 22nd, 2004 11:05 |