I never really thought about it until having a need to make a specific section SEO friendly.
if I have a DD box offering a bunch of links, all well formed and 100% friendly, PHP and MySQL generated;
leading to "templated" dynamic pages with a "real meaningful name" such as (for example) red_widget.php,
will they be crawled and indexed?
The system I built is semi-"templated"
A template is copied and written to a dir, both the dir and the new page then exist physically.
each new page gets its content dynamically.
your thoughts?