Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 04-21-2011, 02:29 AM   #1
HyperActive Warrior
 
Join Date: Dec 2010
Posts: 105
Thanks: 0
Thanked 3 Times in 2 Posts
Default Alternative tag to the bold tag for SEO

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..
skyvia is offline   Reply With Quote
Old 04-21-2011, 02:51 AM   #2
Warrior Member
 
Join Date: Jan 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Alternative tag to the bold tag for SEO

Article providing tips for optimizing your websites ALT Tags, Heading Tags, Anchor Text, File Names, and using Bold and Italics.........
willsonandreson is offline   Reply With Quote
Old 04-21-2011, 03:35 AM   #3
Warrior Member
 
Join Date: Aug 2010
Posts: 27
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Alternative tag to the bold tag for SEO

alt tags are used for images and if your content is in proper way without keywords stuffed and its fress use bold tags.

tcindia123 is offline   Reply With Quote
Old 04-21-2011, 05:34 AM   #4
Active Warrior
 
o2webtech's Avatar
 
Join Date: Apr 2011
Posts: 69
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Alternative tag to the bold tag for SEO

Google only crawls things which are new to its algorithm and either it is in bold or not so to get fast indexing you need to have unique title or content.
o2webtech is offline   Reply With Quote
Old 04-21-2011, 07:20 AM   #5
Advanced Warrior
War Room Member
 
Join Date: Nov 2010
Posts: 558
Thanks: 24
Thanked 72 Times in 63 Posts
Default Re: Alternative tag to the bold tag for SEO

You can use CSS to make bold tags look like normal tags, so whenever you put something in <b></b> tags, it appears to viewers just like normal text, but Google still sees the <b></b> as bold. PM me for more details if you like this idea - I can set this up for you on your site if you want.

mandark is offline   Reply With Quote
Old 04-21-2011, 08:02 AM   #6
Bodhost UK web hosting
 
Shirlyn's Avatar
 
Join Date: Nov 2010
Posts: 364
Thanks: 2
Thanked 8 Times in 8 Posts
Default Re: Alternative tag to the bold tag for SEO

The page with good and quality content can make indexers to index things really fast either the content has been written in bold or not.

Shirlyn is offline   Reply With Quote
Old 04-21-2011, 08:10 AM   #7
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,849
Thanks: 804
Thanked 1,199 Times in 886 Posts
Default Re: Alternative tag to the bold tag for SEO

Bolding keywords where a bold is out of place is just crazy anyway.
Anyone who puts bold, strong, whatever, on every keyword is just
making a bad user experience.

You should use <h1> tag in the appropriate place, as well as pick
a good, short, and sweet title.

On a side note. If you have adsense, you really need to watch the
bold, strong, <h...> headings wisely. If you do this on the wrong
words, you may get some real weird, irrelevant ads.

But adsense scans in a different way than a regular google bot.
For the most part, the google bot will look at the title, and the
first heading, then try and figure out in context what your site
is about. Make your page for a human first, but do some subtle
tweaks for the bots.

Paul

How to Make Money off Facebook: Login to your account. Deactivate your account. Get your butt to work.
paulgl is offline   Reply With Quote
Old 04-21-2011, 08:25 AM   #8
pay them no mind
War Room Member
 
scott g's Avatar
 
Join Date: Jul 2009
Location: StL
Posts: 1,133
Thanks: 207
Thanked 353 Times in 229 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Alternative tag to the bold tag for SEO

Quote:
Originally Posted by mandark View Post
You can use CSS to make bold tags look like normal tags, so whenever you put something in <b></b> tags, it appears to viewers just like normal text, but Google still sees the <b></b> as bold. PM me for more details if you like this idea - I can set this up for you on your site if you want.

Very good point... CSS can be very beneficial if utilized correctly.

I heard somewhere before that BOLDED phrases hold more weight than normal font... But I don't know... I don't bold letters - I do what paulgl said <h1> tags and other header tags.

Of course inner-linking and hyperlinking targeted terms is a must in my book... Obviously don't get hyperlink happy... A link or two or three... And CSS can come in handy for this too!

CHEERS!

scott g is offline   Reply With Quote
Old 04-21-2011, 08:29 AM   #9
Active Warrior
 
Join Date: Dec 2009
Location: Nebraska
Posts: 56
Thanks: 11
Thanked 5 Times in 4 Posts
Default Re: Alternative tag to the bold tag for SEO

Based on some authoritative classes I went to for work, utilize the h1 tag, as bold and em are not considered. <strong> used to be considered, but has been all but eliminated from the algorithm due to heavy spamming and keyword stuffing.
Writing good titles, h1's and content that is evenly distributed with my target keyword has made all the difference. I think *most* of the rest of the stuff people are touting is pure voodoo.
smorse1 is offline   Reply With Quote
Old 04-21-2011, 09:28 AM   #10
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Alternative tag to the bold tag for SEO

As already mentioned, you can style strong/bold text to look like normal text with CSS.

I use this on one of my WP sites.


CSS code:
Quote:
strong.my_strong_text {
font-weight: normal;
font-style: normal;
}

HTML code:
Quote:
<strong class="my_strong_text">This text looks normal!</strong>

You can change the name of the class (my_strong_text) to whatever you want, just remember to change both the CSS + HTML to be the exact same class name.

Anytime you want to <strong> some text on your page, you'll have to wrap it in the same (my_strong_text) class, or If you rename the class, whatever the new name is.

You could also swap the <strong> with a <bold>, I havn't tested it but I think it should work.

yukon is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
alternative, bold, seo, tag

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:56 AM.