Don't know if this is the right place to ask this type of question. If not, sorry.
Otherwise:
Are there any steps to be taken in consideration when publishing a php website so as to enable it to be found by search engines en general and google in particular?
I am not talking about page optimization, rather steps to consider such as special characters (question marks (?) etc...
I am very new to php and I have questions which may seem very basic:
Is it better to construct a html page and insert php code?
If I want to populate html title (and other) tags from a table, will these values be read by the search engines?
I know that php generates html code (at least I think) in reaction to a dynamic action of a surfer (ie clicking on a search button) but will search engine stop at that level and not continue deeper?
Lots of questions I know. Any input would be appreciated.