1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Does bold title at the top helps ? (not H1 tag but only bold tags)

Discussion in 'Search Engine Optimization' started by poseidon, May 4, 2006.

  1. #1
    Hi,

    in my pages, I am using bold tags for my title. I know H1 tags helps but they look really odd so I am only using bold tag for the title. something like

    Will this help me in serps or do I have to revert back to ugly H1 tags ?

    Regards
     
    poseidon, May 4, 2006 IP
  2. poslogistics

    poslogistics Guest

    Messages:
    36
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I use H1 tags in my website, but have used CSS to alter their appearance and size.www.poslogistics.co.uk
     
    poslogistics, May 4, 2006 IP
  3. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thats the best way to do it. However, using bold and italics on specific words throughout the page can help empahsize some of the content for the SERPS.
     
    BILZ, May 4, 2006 IP
  4. ForgottenCreature

    ForgottenCreature Notable Member

    Messages:
    7,441
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    260
    #4
    You can make a CSS filter to make H1 tags display like <b> tags.
     
    ForgottenCreature, May 5, 2006 IP
  5. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #5
    Hi poseidon,

    Just like the what the other posters have mentioned, H1 tag weights more heavily than <b>.. so its advisable to use <h1> instead.

    You may use something like the following in your css file:
    
    h1{
            font-size: 100%; //adjust to the size you want 
    	font-weight: bold; //adjust the boldness accordingly     
    }
    
    Code (markup):
    Hope it helps :)
     
    KC TAN, May 5, 2006 IP
    Indian and poseidon like this.
  6. gfriedm1

    gfriedm1 Guest

    Messages:
    81
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    can CSS detect classes?

    for example if i made a standard H1 tag in CSS.

    then i defined

    h1.small {
    size: 8pt
    }

    when i use the tag <h1 class=small>text text text</h1>

    does Google recognize that as a standard h1 tag, or does referencing a class, downplay the use of the h1 tag?
     
    gfriedm1, May 5, 2006 IP
  7. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #7
    Hi gfriedm1,

    Yes, of course. Classes worked just fine for SEO.

    Using different H1 across pages will not hurt your SEO either but other issues such as design inconsistency arises.. (out of topic :p )
     
    KC TAN, May 5, 2006 IP
  8. WebFreedom

    WebFreedom Peon

    Messages:
    807
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    H1 tags will provide the greatest SEO benefit, but in my experience the best strategy has been to use H1, bold, and italics in different places on the page (never more than one per instance). All of these add weight to your keywords with respect to the SERPs.

    HTH,
    Sam
     
    WebFreedom, May 6, 2006 IP