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?
|