Please support our Search Engine Optimization advertiser: Get a Free SEO Analysis!
Reply

Join Date: Oct 2006
Posts: 3
Reputation: Andrew008 is an unknown quantity at this point 
Solved Threads: 0
Andrew008 Andrew008 is offline Offline
Newbie Poster

PHP or ASP

 
0
  #1
Oct 3rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: PHP or ASP

 
0
  #2
Oct 3rd, 2006
There is no difference at all. Search engines don't care what server-side language you use. They only see the HTML they produce.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: PHP or ASP

 
0
  #3
Oct 3rd, 2006
There is an absolutely definitive answer: search engines see pages. Search engines do not see the code that produces pages.

I remember the day when "web developers" first concerned themselves about oh, performance, database connectivity, effeciency, code reuse... now we worry about search engine "optimization" before even learning the most fundamental first principles of web development, such as the difference between "client" and "server".

This is sad.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 44
Reputation: MCP is an unknown quantity at this point 
Solved Threads: 3
MCP MCP is offline Offline
Light Poster

Re: PHP or ASP

 
0
  #4
Oct 3rd, 2006
Slightly OT, one thing you might consider is that search engines don't tend to carry results like http://www.example.com/products.php?category=5&id=6. Instead, you might want to use something like mod_rewrite (if you use Apache) and have your links point to http://www.example.com/products/5/6 instead, and have mod_rewrite re-write it to the original URL. That's a negative effect of these scripting languages. Back to the original question, it then doesn't matter what language you use, as the search engine won't even know you're using php (well, they can find out under normal config, but you can disable things like that too (php.ini expose_php setting)).
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: PHP or ASP

 
0
  #5
Oct 4th, 2006
That's simply not true. Bots can follow parameterized links just fine. Nor do they have access to configuration files. I'm sure you mean well, but spreading "SEO" rumors and mis-information is not helpful.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 130
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: PHP or ASP

 
0
  #6
Oct 4th, 2006
I disagree! Nearly all bots can follow paramaterized links just fine. However, they are aware that they are dynamic URLs and are often much more reluctant to include them. MCP was right in stating that "search engines don't tend to carry results like" ... he said nothing about having a problem following them.
Last edited by cscgal; Oct 4th, 2006 at 3:59 am.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: PHP or ASP

 
0
  #7
Oct 4th, 2006
Based on what evidence? I know you use mod_rewrite here, but I don't on my forum, and when I do a targeted search for specific pages, there isn't an issue finding them. I think this is one of the great myths of SEO.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: PHP or ASP

 
0
  #8
Oct 4th, 2006
Search engines will index any page that has a query string with the she same results as a page without a query string. The only time a query string will cause SEO issues is if it contains a session ID or id= in the query string (because that can be perceived as a session ID). Otherwise there is no difference between the two as far as getting pages indexed.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 44
Reputation: MCP is an unknown quantity at this point 
Solved Threads: 3
MCP MCP is offline Offline
Light Poster

Re: PHP or ASP

 
0
  #9
Oct 4th, 2006
tgreer, it depends on the URL, specifically the types and number of parameters present. stymiee is more correct in this regard. There's a video by Matt Cutts (see http://en.wikipedia.org/wiki/Matt_Cutts for more on who he is) on how Google pageranks dynamic URLs vs static URLs. You can view this here http://video.google.com/videoplay?do...20126300142609

Of course, this is only talks about how Google treats these, and other search engines may use different logic.

My original point was more along the lines that mod_rewrite can help eliminate any bias search engine logic may weigh against dynamic URLs. I can't see how it can hurt anyhow.

(And, for the record, I found this video with that URL through Google and it was the #1 hit.)
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: PHP or ASP

 
0
  #10
Oct 5th, 2006
Keep in mind, though, that "PageRanks" have very little to do with actual search engine results, the indexing of the pages. All search engines can and do index parameterized URLs, so there should be no excessive hand-wringing in regard to dynamically-generated pages with PHP and/or ASP.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Search Engine Optimization Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC