Fri 18 Jul 2008
Which Is Better For Google? PHP, HTML or ASP?
Blurb by ShaunAloha! Subscribe TODAY for FREE Website Promotion Tips from Hobo!
TIP 16Google hates everything Microsoft does so avoid ASP lol
Google doesn’t care. As long as it renders as a browser compatitible document, it appears Google can read it these days.
I prefer php these days even with flat documents as it is easir to add server side code to that document if I want to add some sort of function to the site.
Subscribe!
7 Shouts
We close old posts on the Hobo blog, but you can link to the article from your own blog, and get a trackback link to your website from the post.

I prefer html for small websites and PHP only if I need to, like more complex websites.
Shout Out by Marius — July 20, 2008 @ 8:44 am
Thats a little bit mean on poor old ASP.
I quite like ASP really, but that is just the language I was taught at Uni.
The main dissadvantage I find with it is that a lot/most people use shared servers. If you are using ASP on a shared host then you are kinda screwed when it comes to URL re-writes as most hosts don’t have the isapi re-write module installed.
Also with windows hosts it is very rare that a shared host will allow you to run scheduled jobs, while PHP/Apache you have cron jobs.
I need to pull my finger out and learn PHP!
Shout Out by Yossarian — July 24, 2008 @ 9:30 am
I was just playing about. I see this type of question in the forums all the time.
Shout Out by Shaun — July 28, 2008 @ 6:59 pm
Yeah, and most hosting sites charge more money for an ASP/SQL package over the PHP/MySQL.
~ Jim
Shout Out by Jim Gaudet — August 6, 2008 @ 5:44 am
I could be completely wrong on this (and if I am please don’t hesitate bring boiling oil raining down the ramparts) but ultimately the only difference (from a browser’s or spider’s perspective) between the different technologies is the file extension… Whichever one you choose it outputs html for the browser to render. Personally php running on Apache is the best fit as the .htaccess file lets you control canonicalisation and other URL rewrites.
Shout Out by Andrew Burnett — September 14, 2008 @ 6:36 pm
I like html pages. Most of the times my html pages got good rank in google. Aviod to use aspx pages (asp.net).
Shout Out by Ayush Kumar — September 18, 2008 @ 7:44 am
I prefer PHP pages
Shout Out by Accident Claims — October 30, 2008 @ 11:03 am