|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  10-26-2004, 01:31 PM | #1 | 
| Confirmed User Join Date: May 2003 
					Posts: 1,697
				 | 
				
				PHP pages and Search Engines
			 I am working on some new sites which I am hoping to optimize for SEs and I was wondering how much does it effect ranking by using PHP pages? I know in the past some SEs preffered pure HTML but wasn't sure how much it has changed. | 
|   |           | 
|  10-26-2004, 01:34 PM | #2 | 
| Programming King Pin Industry Role:  Join Date: Oct 2003 Location: Montreal 
					Posts: 27,360
				 | I think they can get the same rank as the HTMLs one 
				__________________ UUGallery Builder - automated photo/video gallery plugin for Wordpress!  Stop looking!  Checkout Naked Hosting, online since 1999 !    | 
|   |           | 
|  10-26-2004, 01:37 PM | #3 | 
| Confirmed User Join Date: May 2003 Location: Seattle 
					Posts: 2,176
				 | it doesnt matter. there ive contributed my bit for the community this month. also, for november as well. back to trolling. | 
|   |           | 
|  10-26-2004, 01:39 PM | #4 | 
| Confirmed User Industry Role:  Join Date: Sep 2002 
					Posts: 5,391
				 | good question! | 
|   |           | 
|  10-26-2004, 02:39 PM | #5 | 
| Confirmed User Join Date: Dec 2002 Location: New Zealand 
					Posts: 2,998
				 | change your server so it interprets php in .html pages   | 
|   |           | 
|  10-26-2004, 02:42 PM | #6 | 
| Confirmed User Join Date: Jan 2004 Location: Cleveland & Atlanta 
					Posts: 6,706
				 | Look at your pages the way a spider see's them....and if you don't know how, I'm sorry for you   
				__________________   | 
|   |           | 
|  10-26-2004, 02:43 PM | #7 | 
| Confirmed User Join Date: Sep 2002 Location: Nashville, TN 
					Posts: 104
				 | I have done sites in both striaght HTML and others in straight PHP. Both seem to rank about the same in the search engines. 
				__________________ http://www.xRag.com | 
|   |           | 
|  10-26-2004, 03:03 PM | #8 | 
| Registered User Join Date: Mar 2002 Location: Norway 
					Posts: 87
				 | It doesn't matter whether the files are ending with .HTML or .PHP. However, if you use some tool like for example mod_rewrite, you could manipulate all the urls to make them as search friendly as possible. No need to have file endings at all. Examples: domain.com domain.com/categoryname domain.com/categoryname/girlname domain.com/categoryname/girlname/setname If done properly you get a great link structure which pays off with the SE's. 
				__________________  1:287 all November with UnrealBank | 
|   |           | 
|  10-26-2004, 03:08 PM | #9 | 
| Confirmed User Industry Role:  Join Date: Mar 2002 
					Posts: 8,234
				 | doesn't matter.  the only thing those spiders look at is what is ON the page.  and the best way to optimize it in a structured sense is through xhtml/CSS and not using tables for layout. | 
|   |           | 
|  10-26-2004, 03:27 PM | #10 | 
| Pounding Googlebot Industry Role:  Join Date: Aug 2002 Location: Canada 
					Posts: 34,486
				 | To answer your question, while PHP is not listed among the supported documents on Google's list: http://www.google.com/webmasters/facts.html (see last fact), it is definitely supported and I don't see any types of penalties being imposed for it. The best example to compare this is to go to http://www.php.net The whole site is powered on PHP and both its results in the SERP's and its PR show that php is fully supported. WG 
				__________________ I play with Google. | 
|   |           | 
|  10-26-2004, 06:07 PM | #11 | |
| Too lazy to set a custom title Join Date: Feb 2003 
					Posts: 12,240
				 | Quote: 
 
				__________________ I post on GFY so that when people ask me what I do, I can tell them that I work with the mentally retarded. | |
|   |           | 
|  10-26-2004, 06:10 PM | #12 | |
| Confirmed User Join Date: May 2004 
					Posts: 886
				 | Quote: 
 | |
|   |           | 
|  10-26-2004, 07:57 PM | #13 | 
| Confirmed User Join Date: May 2003 
					Posts: 1,697
				 | Thanks for all the info guys! | 
|   |           | 
|  10-26-2004, 08:02 PM | #15 | |
| Confirmed User Industry Role:  Join Date: Mar 2002 
					Posts: 8,234
				 | Quote: 
 | |
|   |           | 
|  10-26-2004, 08:11 PM | #16 | 
| Too lazy to set a custom title Join Date: Mar 2002 Location: Australia 
					Posts: 17,393
				 | Try to avoid using ? type commandline variables. www.somedomain.com/somescript/variable1/variable2 is always better than www.somedomain.com/somescript.php?variable1=...&variable2=... Some spiders may be reluctant to follow obviously dynamic links. Just be careful that they don't get stuck in a loop, trying out 69,891,627 combinations of your variables. | 
|   |           |