Forum Moderators: open
I've looked at my site using a text browser and am concerned about how 'deep' on each page the body copy falls. My Nav links all float to the top of the text browser which worries me.
I'm hoping I can surrond my nav link text with code to for google to see as nav.
thanks
[edited by: encyclo at 1:16 am (utc) on May 24, 2006]
[edit reason] no personal URLs please, see forum charter [/edit]
Today's search engines are pretty sophisticated about seeing what's the "template" and what's the content. If you just do your best to make your mark-up lean -- use external files for css and js, for example, navigation sections are not usually a problem.
You can try a simple skip naigation link [webmasterworld.com] in your markup to help people using aural browsers. That's a good move, even if the search engines don't pay it any attention.
The problem with rel="nofollow" is that you won't be passing any PR into your other pages. That attrubte was created to say "I can't vouch for the validity of these links" -- thatv is, to combat blog comment spamming. Using it is a nav section would probably hurt you.
Still, the css positioning approach can be a real asset because that div gets rendered first, keeping your new visitor happy early in the page load.