|
If you want to see what a search engine spider "sees" on your site, turn off ALL javascript and all css and look at it as text-only. You'll usually find with table-based sites that the content isn't presented in a linear fashion and doesn' t flow well and you can see the order the information is in.
With css layouts, you can control how the information is presented. If done well, viewing the site in text-only mode should make sense and be accessible. Using javascript to push some content above others for search engines is pointless - search engine spiders don't process scripts. There's really nothing wrong with having a nav above the content, but you should always provide a 'skip to content' link in your code, for accessibility.
You should write your code and your content FOR PEOPLE, not search engine spiders.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|