Log in

View Full Version : PHP or ASP



Boston30
10-03-2006, 01:34 PM
I know that there is probably no definitive answer, but
does it matter in search engine optimization whether you use PHP or ASP for your CMS.

Look forward to hearing your ideas.

costas
10-03-2006, 05:51 PM
Well, I haven't tried ASP yet!! But I think that PHP is better as newer and I hear that it is used more and more by newly created sites and that replaces ASP in the older ones -- don't know if it's true.

xeno
10-03-2006, 05:54 PM
PHP is the most popular, thus you can find more help and resources. That should help you make your decision.

blm126
10-03-2006, 07:36 PM
No search engines do not care what powers your site.

djr33
10-04-2006, 01:40 AM
Search engines care about the CONTENT of your site. Don't think you can trick it by pretending to have something cool.... they just don't care. Google, for example, has complex ways of choosing "good" sites, and that's almost entirely based on content on the pages, in addition to some traffic stats.

As for php vs. asp, I'd suggest php for the same reason as above... it's free, widely used with a lot of support, the website is actually helpful, and it should do everything you need. Plus, it's not a microsoft product. Can't go wrong there ;)

tech_support
10-04-2006, 04:48 AM
What about ASPX?

djr33
10-04-2006, 04:54 AM
I believe that's just a different file extension.
But.... I may be wrong here.

tech_support
10-04-2006, 04:58 AM
Well, ASPX is ASP.net 2.0, so I guess ASP.net 1.0 is ASP.

Twey
10-04-2006, 04:45 PM
By default, .aspx is the extension for ASP.NET, while .asp is the extension for ASP.

boxxertrumps
10-04-2006, 08:25 PM
all php/asp pages are echoed as HTML. i dont think the file extention would matter.