View Single Post
  #5 (permalink)  
Old 08-03-2005, 03:17 AM
Paul B Paul B is offline
WebProWorld Veteran
 
Join Date: Sep 2004
Posts: 822
Paul B RepRank 1
Default

Keeping the site design in the stylesheet (CSS) and leaving the HTML/XHTML page for content will clear the clutter of <font>/<table> etc. tags for ease of spidering. You can even specify that menu items visually appear at the top of a page, but at the bottom of the code.

NOT using javascript, Flash and of course frames (though not iframes) will help too.
Reply With Quote