Forum Moderators: coopster
PHP is also a more dynamic way to keep a site up. Some people make sites for more than PR and making a quick buck... Keeping them updated with relevent information is made much easier by PHP.
Jim
yes it does... its be proven that HTML pages rank better than PHP and get quicker indexed
I've used php for the last two years and had great rankings on some difficult terms, I've had pages crawled within hours and appearing in the serps the next day, its also been posted on WWW that php asp html extensions make no difference and MC from Google stated this at a conference I went to.
Looking at it from the search engines perspective they want to deliver relevant results and couldn't give a monkeys if its .html or .waz so long as they can crawl it and use the results.
The one thing that does have an impact on on using php is when session id's are used or extremely long urls with www.domaindotcom&sid=8798765tgkgku756i7tg or urls that use this with +gjgkj+gjkgghl
yes it does... its be proven that HTML pages rank better than PHP and get quicker indexed
FWIW google's take on the matter:
[google.com...]
(see last entry). php isn't specifically mentioned but I can't imagine it being treated any differently to asp etc.
My sites are mostly php but I mask to html for "aesthetic" reasons; the few pages which do end in .php don't seem to have caused google any problems and rank as expected.
IMO it's not something worth worrying about, infact I quite like that my pages look a little different from the .html norm :)
Yes, Google says it indexes .php pages.
Yes, people can confirm that .php pages are indexed, ranked, etc.
But isn't it how you use them that is key.
Does a set of pages like this : mysite.com/start.php?index=1&type=45678?set=43?format=a (my widgets mainpage)
mysite.com/start.php?index=41&type=4543?set=47?format=a (my blue widgets page)
mysite.com/start.php?index=3&type=41123?set=43?format=a(my widgets warrantee policy page)
perform as well as the following pages would?
mysite.com/widgets/index.html
mysite.com/bluewidgets/index.html
mysite.com/warranty/index.html
Or, how about the following php pages?
mysite.com/index.php?category=widgets
mysite.com/index.php?category=blue_widgets
mysite.com/index.php?category=warranty
Sure, php pages get spidered and indexed. But is that really what you want, or do you want them to be understood and properly categorized for relevance?
As always, folks, it ain't as much about technology as it is about deploying technology smartly.
which pages rank better of these
mysite.com/widgets/index.html
mysite.com/bluewidgets/index.html
mysite.com/warranty/index.html
or
mysite.com/widgets/index.php
mysite.com/bluewidgets/index.php
mysite.com/warranty/index.php
you'll have a very hard time proving any response on that and that is really the point here.
The real question here is "pages with query strings... never seen one site using them rank well" it really has nothing to do with php at all. The extansion has nothing to do anything. It is the lazy use of query strings and not using mod_rewrite to change them.
How about a thought, don't use GET strings at all, I've programmed all of my sites with out them for years. I use them only on pages that I either don't care about or don't want spidered anyway.
mysite.com/widgets/
mysite.com/bluewidgets/
mysite.com/warranty/
That way if you decided to go to any extension those links would still be valid.
Secondly, just like .com's are the only true domains that are recognized by the public at large, most people only know html. So if any layman was to guess at your extension, they would probably guess html or htm, and might be confused by anything else. That is why sites that rewrite urls, do so with an html extension.
Note: I'm not saying that .php or .asp or .xyz extensions are bad at all, just making a usability point.
So not much expected difference between index.html and index.php (or index.htm, index.asp, etc)
But my point was that if your pages i.e. collection of info unqiuely identified with a URI string, aren't also uniquely identified by a helpful filename, you are sub-optimal.
php pages do have the advantage of being able to run blogs, etc.. I did try an experiment with a dynamic title and heading that changes on my index.php homepage from a list of keyword phrases everytime you refresh the page or when it's re-spidered by a search engine, but this has not helped my ranking or traffic.
Does running a blog help much with ranking? I haven't had any luck finding one that's pertinent to my site, so I may not be able to use blogs for that reason. I could create my own blogs to run on my own pages.
What's a good free blogger script that doesn't take a software engineering degree to install on my own?
Fred