Forum Moderators: open

Message Too Old, No Replies

Accessible site - hidden H tags

         

dalecoms

10:57 am on Jul 26, 2004 (gmt 0)

10+ Year Member



I am building a site using css for layout, Id like to include H tags for reasons of sematics - so it will make sense for people using screen readers. I dont require the H tags to show when using a normal web browser so Im considering using the display:none property.
Will google penalize me for this? Im not using them for SEO - just to provide better markup for visually impaired users.

Thanks for any advice

dirkz

3:02 pm on Jul 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> Im not using them for SEO - just to provide better markup for visually impaired users.

And what's with the rest? No markup for them?

GreenLeaf

3:10 pm on Jul 26, 2004 (gmt 0)

10+ Year Member



As far as i know display:none will not do any good for screen readers, only visibility:hidden does.