Forum Moderators: open
In my experience, .html DOES rank better than .php, but I am and could never be sure. I would certainly recommend to parse .html as .php from your server, it's very easy to do.
IMHO, php is nice only because it offers great flexibility in terms of site management. But small uncomplicated sites can still be managed very nicely in straight html thank you.
They only see the HTML that is output from the script.
The biggest mistakes that PHP programmers make is:
- not having unique title and description per page
- having tag soup HTML that does not validate
- having multiple URLs that can access the same content.
Avoid those three pitfalls and your PHP page will do as well as any static HTML coded site can do.