View Single Post
  #4 (permalink)  
Old 06-18-2005, 01:04 PM
hyperdog hyperdog is offline
WebProWorld New Member
 
Join Date: Jun 2005
Location: Colorado
Posts: 20
hyperdog RepRank 0
Default

If you have content being displayed from the database that is not in html format, you can (create &) pull related html content and embed it in <noscript> tags for robots, screen readers, mobile devices, and older browsers to find.

Some debate continues on how well dynamic sites are indexed. I personally see a jump in traffic and indexing on sites once I implement modrewrite to divert .html requests to their .php equivalent (a request for the page site.com/Contact.html returns site.com/template.php?page=Contact).

Are these the sorts of tips you are looking for?
__________________
Colorado Web Development
Reply With Quote