Alternative tag to the bold tag for SEO

Discussion in 'Search Engine Optimization' started by garish, Mar 29, 2011.

  1. #1
    Everyone knows that google gives more weightage to a page where the targetted keyword or keyphrase is in bold or underlined or italics. But doing that makes our blog or site looks spammy. So, is there any other tag which we can use instead of bold tag but the keyword will not look bold but still give the same weightage to google ?
    Anyone Please help..
     
    garish, Mar 29, 2011 IP
  2. byronhbrown

    byronhbrown Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Take advantage of header tags.
     
    byronhbrown, Mar 29, 2011 IP
  3. Contrarian

    Contrarian Guest

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Not really, an H3 tag will still bold and will give it more SEO juice. Nothing wrong with bolding, underlining, etc. its when you over do it and ruin the readers experience is when you have problems and might look spammy if you get manual review.
     
    Contrarian, Mar 29, 2011 IP
  4. charles_24

    charles_24 Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree with Contrarian....just don't spam the bold tag.
     
    charles_24, Mar 29, 2011 IP
  5. JasonWright337

    JasonWright337 Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    Dont make so many terms bold. And so it will not look spammy.
     
    JasonWright337, Mar 30, 2011 IP
  6. garish

    garish Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #6
    It means that there is no way I can highlight keywords to google without highlighting it to readers ?
     
    garish, Mar 30, 2011 IP
  7. twhite40

    twhite40 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    <strong>Strong Tag maybe?</strong>
     
    twhite40, Mar 30, 2011 IP
  8. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Why not using h2 - h6, and change the font size and style with css?

    You can even show a h1 tag to your visitors as normal text!
     
    kevinnn, Mar 30, 2011 IP
  9. goldhome

    goldhome Peon

    Messages:
    124
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I hope <strong> tag is what you are looking for??
     
    goldhome, Mar 30, 2011 IP
  10. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Read carefully, TS is looking for the opposite :p
     
    kevinnn, Mar 30, 2011 IP
  11. Ajay Bhargava

    Ajay Bhargava Peon

    Messages:
    556
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    There is no other option but you can customize your bold, strong, h1 etc. tag with css.
     
    Ajay Bhargava, Mar 30, 2011 IP
  12. garish

    garish Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #12
    @kevinnn, @Ajay Bhargava
    What should I put in the CSS. My theme has a custom CSS box where I can add any new external custom CSS. Kindly help me how to change the size which you mentioned in your post as I have little knowledge regarding coding.
     
    garish, Mar 31, 2011 IP
  13. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Add this to your 'already having' CSS code:
    h1{
    font-size: 12px;
    font-weight:normal;
    }

    The last property makes sure that the h1 tag won't be bold.
     
    kevinnn, Mar 31, 2011 IP
  14. garish

    garish Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #14
    Thanks a lot, Kevinnn.
    Also, if I used this code, my post titles will also become unbold...Right??
    Can I use this same code for h2 tags ? Also, do h3 to h6 have weightage in google SERP.
    I am asking too much. But please kindly answer me, I really need help. Thanks in advance.
     
    garish, Apr 1, 2011 IP
  15. commissionoverload

    commissionoverload Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    It means that there is no way I can highlight keywords to Google without highlighting it to readers ? :):)
     
    commissionoverload, Apr 1, 2011 IP
  16. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Ofcourse you can use them on every tag! ;)
     
    kevinnn, Apr 1, 2011 IP
  17. richbate

    richbate Peon

    Messages:
    211
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #17
    You need to set priorities with the content. If its not quality content then it won't make a slight bit of difference if you bold or underline your keywords.. You need to make sure the content first is useful to the reader.

    I normally only use two tags in my content, H1 for the main title and H2 for subheadings. I've never really used bold tags on my keywords. Bolding your keywords is probably only 1% of your entire SEO effort. I'd spend more time on other things.
     
    richbate, Apr 1, 2011 IP
  18. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #18
    That's true, SEO starts with the content, but I suggest that our TS is aware of this and had already good content :)
     
    kevinnn, Apr 1, 2011 IP
  19. garish

    garish Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #19
    Exactly Kevinn, My first priority is always good content. Keywords come after that.
     
    garish, Apr 3, 2011 IP