SEO effectiveness of a <h1> Tag that’s edited with CSS

Discussion in 'Search Engine Optimization' started by jpf566, Mar 27, 2008.

  1. #1
    Hey guys from what I understand <h1> tag is part of what search engine spiders search.. I would like to use <h1> tags in my site for the headers but the font size is huge…if I assign a style to it do you think that will negatively affect the way the search engine spider sees it? In other words..to a spider is

    <h1>This is my heading!</h1>

    and

    <h1 align="center" class="heading1style">This is my heading!</h1>

    The same thing ?? Thanks people!


    -jon
     
    jpf566, Mar 27, 2008 IP
  2. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #2
    I don't think it really matters, but I suppose it technically could. Why don't you just fix that by applying the style directly to the h1 tag. Instead of .heading1style { } change it to h1 { }. This should keep you from having to apply a class to that tag at all. :)
     
    PHPGator, Mar 27, 2008 IP
  3. fhgk

    fhgk Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    jpf566 your solution should work fine. I have always styled headers in this way and I have never had any problems
     
    fhgk, Mar 27, 2008 IP
  4. jpf566

    jpf566 Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    Thanks guys! thats what I figued but I just wanted to make sure! :D
     
    jpf566, Mar 27, 2008 IP
  5. Erikman

    Erikman Guest

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just make ALL the styling with CSS, no point making more classes for nothing :)
     
    Erikman, Mar 27, 2008 IP
  6. Snaps

    Snaps Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    There is not difference between the two.
     
    Snaps, Mar 28, 2008 IP
  7. seojig

    seojig Well-Known Member Affiliate Manager

    Messages:
    1,122
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    140
    #7
    both will remain same, you can give style to your h1 tags, but make sure that dont use h1 tag more than once in single page.
     
    seojig, Mar 28, 2008 IP
  8. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It'll mean two things to the search engines - and Jack left town. The search engines read the markup and the content, not the styling of the markup (unless they have reason to believe that you're trying to manipulate them, in which case your site will be flagged for human review).
     
    Dan Schulz, Mar 29, 2008 IP
  9. newtothegame

    newtothegame Peon

    Messages:
    145
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Great question, thanks for the answers.
     
    newtothegame, Mar 29, 2008 IP
  10. YMC

    YMC Well-Known Member

    Messages:
    2,787
    Likes Received:
    404
    Best Answers:
    4
    Trophy Points:
    190
    #10
    Unless you are using the styling to cloak/hide content from humans you will have no problems.
     
    YMC, Mar 29, 2008 IP
  11. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Just an addendum here - legitimate uses like CSS dropdown menus, image substitution techniques and so forth are the exceptions to this sage advice. :)
     
    Dan Schulz, Mar 29, 2008 IP
  12. Shane McManus

    Shane McManus Guest

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I agree, make use of CSS.
     
    Shane McManus, Mar 30, 2008 IP