Quote:
Originally posted by eroswebmaster
Don't deal much with php...but will a page with a .php extension pick up just as well in the SE's as a .html page?
|
php/html/phtml will all get indexed the same (as long as the content on them is the same) however, once you start to throw more than one variable into the url (IE:
http://www.foo.com/bar.phtml?foo=1&bar=2), it wont get picked up like as easy as the urls without variables at the end of it.