Forum Moderators: not2easy

Message Too Old, No Replies

Bold in Text

         

lxenterprise

10:48 pm on Nov 1, 2005 (gmt 0)

10+ Year Member



I am currently optimizing my site and a problem I have run into is that the text on my site is bold. I think it looks much better that way but I wanted to know if I have to change it. Also my style1 that I use from the CSS has a bold attribute attached to it, is it possible that if the code only says <style1> which means a bold style that it would be overlooked as not spamming. I don't know if my rankings have been affected but I currently have #3 on my main keyword on MSN.

Thanks I am not very familiar with code design I use templates and dreamweaver to make my pages.

tedster

1:42 am on Nov 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There's no search engine problem with using font-weight:bold in your css -- even for the <body> element.

It's <b> or <strong> tags in the actual HTML that algorithms may look for, in my experience. And even then, if everything is marked-up as bold, that's probably going to come out the same as if nothing is bold -- in other words, that kind of mark-up says that all the text on your page has the same importance.

lxenterprise

1:54 am on Nov 2, 2005 (gmt 0)

10+ Year Member



OK thanks for the reply that makes it a lot easiar on me.