Forum Moderators: open

Message Too Old, No Replies

all text in <bold> type

is this a problem

         

coosblues

4:52 am on May 29, 2003 (gmt 0)

10+ Year Member



The text on all my pages is bold. My reason for doing so was because I am using a black background and plain white text looked dull. Should I concern myself with this?

tedster

5:20 am on May 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I do this too in some cases. Some darker or textured backgrounds make a normal weight font a bit tough to read.

If you create the font-weight in a CSS file, and you don't give that CSS to aural browsers, then you're probably OK. Otherwise the user of an aural browser will hear every word on the page shouted at them.

If you make all the text bold with on page tags, you are also sacrificng one small tool in the SEO tool kit. The occasional bold word will get weighted as slightly more important than the rest of the text. So sometimes, even though my CSS file makes an entire passage bold, I will still place <b> or <strong> HTML tags in the HTML document, around important keywords in the passage.

coosblues

7:04 am on May 29, 2003 (gmt 0)

10+ Year Member



tedster: Thanks. That was one (of many) SEO techniques I had overlooked. Your point was well taken.