will using CSS on header tag hurt the effectiveness?

Discussion in 'Search Engine Optimization' started by spencermjax, Sep 9, 2006.

  1. #1
    I am new to SEO and have read many posative things about using header tags (h1, h2, stc.). Well, I now want to know if it is ok to modify the header tags. Can I use CSS to make the h2 tag look like the rest of the text on my page. What I mean is will it affect the effectiveness of the tag its self?
     
    spencermjax, Sep 9, 2006 IP
  2. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    360
    #2
    It's perfectly ok to change the size of header tags with css, but that doesn't mean you can use them more because they are smaller. Only use (1) h1 tag per page. You'll get different opinions about number of "h2" tags, but I personally don't use more than 2 per page.
     
    mjewel, Sep 9, 2006 IP
  3. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Header tags will be treated as headers no matter how we style them :)

    Therefore, the following has the same effect as <H2>Hello</H2>:

    
    <H2 class="somestyle">Hello</H2>
    
    Code (markup):
     
    KC TAN, Sep 9, 2006 IP
  4. spencermjax

    spencermjax Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    does this mean that there is an SEO difference between hi,h2,etc.?
     
    spencermjax, Sep 9, 2006 IP
  5. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    360
    #5
    Absolutely. h1 is the most important.
     
    mjewel, Sep 9, 2006 IP