Forum Moderators: open

Message Too Old, No Replies

best way to modify h1,h2,h3 tags WITHOUT hurting rank?

Using CSS of course.....

         

tokey666

11:31 pm on Oct 14, 2007 (gmt 0)

10+ Year Member



Aloha everyone! My first post here to this well respected community, so be easy on me. :)

I have heard mixed emotions regarding changing the format/style of header tags because it may confuse search engines and cause them not to rank as well.

Now, I have heard the arguments that Hx tags don't matter, but lets just ASSUME they do for argumentative sake.

NOW, has anyone heard (and can point to documentation) that modifying the header tags hurts ranking? I am talking about CSS via stylesheets, nothing inline.

Any arguments out there? I know CSS makes them LOOK prettier. Any ideas?

Thanks in advance for any help!

Quadrille

12:02 am on Oct 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



They DO matter; and that means they can be as damaging under misuse, as helpful when used sensibly.

Changing the Hx attributes with css makes no difference; what matters is the numbers of Hx tags, and the way they are used; there's plenty of advice on using correctly; eg only one H1 per page, use others in a heirarchy.

The joy of NOT using css is that the appearance of the page will warn you if you've overdone it. The page will look plain old fashioned stupid. So if in doubt check without css.

Use css with HX to get the best page design. If H1=14 and H2=14, for example, then clearly you are missing something.

If there's no hierarchy, then there's trouble brewing.

I hope that helps.

tokey666

12:24 am on Oct 15, 2007 (gmt 0)

10+ Year Member



Yep it did. :) Thanks.

I completely understand HOW to use them correctly on the pages, however, I have heard that changing the font size of them via CSS may be damaging because the search engines see the Hx tags and think "Ok, thats a header, but wait... why did he change the size of the header? He's trying to trick me! Let's hurt his rank."

Any truth to this?

Quadrille

3:21 am on Oct 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've heard it too, but I've seen zero evidence, and don't believe it.

I have heard tales of people doing crazy things with, Hx and CSS then getting problems ... but on cross examination, it turns out they were usually doing other many high risk activities known to attract SE action.

In my experience, overdoing it is the danger, esp H1 tags.

tokey666

12:53 pm on Oct 17, 2007 (gmt 0)

10+ Year Member



Yep, I completely agree. I usually limit my use of Hx tags on a page. I was mainly just worried about changing their size in stylesheets.

h1 {
font-size: 14px;
}

Do search engines see that as cheating? Hence not ranking so high? Cmon, lets face it. A regular H1 tag is HUGE and ugly.

Quadrille

2:05 pm on Oct 17, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've heard it too, but I've seen zero evidence, and don't believe it.