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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-02-2005, 09:01 PM   #1
Pointless
Confirmed User
 
Join Date: Jan 2003
Location: Australia
Posts: 2,142
index.php harm SE ranking

simple question would having index.php harm chances at SE ranking?
__________________
355 north
Adultdatelink.com
Pointless is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:01 PM   #2
vivency-AdamQ
Confirmed User
 
Join Date: Jan 2005
Posts: 462
no... why would it
__________________
MSN/E-Mail: [email protected] (Always online)
AIM: thnbic (Rarely online)
ICQ: 88990969 (Very rarely online)
vivency-AdamQ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:01 PM   #3
BloodFart
Confirmed User
 
Join Date: Feb 2004
Posts: 728
no

888888
__________________
Jesus = harry potter 2000 years ago.
BloodFart is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:02 PM   #4
Pointless
Confirmed User
 
Join Date: Jan 2003
Location: Australia
Posts: 2,142
just wanted to make sure some ppl where saying it does
__________________
355 north
Adultdatelink.com
Pointless is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:03 PM   #5
beemk
CLICK HERE
 
Industry Role:
Join Date: Jan 2002
Posts: 20,829
doesnt php effect pagerank or something like that? i remember someone saying that about gfy threads.
__________________
I host with Vacares
beemk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:07 PM   #6
Alex
So Fucking Banned (YEA!!)
 
Join Date: Jun 2004
Posts: 10,963
no something like

page.php?=contact.php instead of a contact.html may be bad for s.e's
__________________
Care about me?
Who?
Me!
Who?
Alex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:08 PM   #7
sean416
Confirmed User
 
Join Date: Feb 2004
Location: Toronto
Posts: 3,633
the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

http://www.yourdomain.com/index.php?id=10=cat=blah

But if you're just using php to run scripts within the source code, its fine.
__________________

ServerProvider.com
sean416 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:09 PM   #8
Pointless
Confirmed User
 
Join Date: Jan 2003
Location: Australia
Posts: 2,142
ok thanks guys for clearing that up for me
__________________
355 north
Adultdatelink.com
Pointless is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:10 PM   #9
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
Quote:
Originally Posted by sean416
the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

http://www.yourdomain.com/index.php?id=10=cat=blah

But if you're just using php to run scripts within the source code, its fine.
Those actually increase my rankings on google these days
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:20 PM   #10
sean416
Confirmed User
 
Join Date: Feb 2004
Location: Toronto
Posts: 3,633
Quote:
Originally Posted by NichePay - StuartD
Those actually increase my rankings on google these days
I highly doubt it, willing to elaborate?
__________________

ServerProvider.com
sean416 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:29 PM   #11
Top Jimmy
Confirmed User
 
Join Date: Dec 2004
Location: Down your street
Posts: 2,513
Quote:
Originally Posted by sean416
the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

http://www.yourdomain.com/index.php?id=10=cat=blah

But if you're just using php to run scripts within the source code, its fine.
Exactly right. If it has ID in the URL the robot thinks it's a session id and will not spider it.

This goes for cgi too.
__________________

Don't reply. Let it die.

Last edited by Top Jimmy; 02-02-2005 at 09:31 PM..
Top Jimmy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:32 PM   #12
Alex
So Fucking Banned (YEA!!)
 
Join Date: Jun 2004
Posts: 10,963
Quote:
Originally Posted by sean416
the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

http://www.yourdomain.com/index.php?id=10=cat=blah

But if you're just using php to run scripts within the source code, its fine.

Even with taht, there is a way to use modrewrite to make the pages .html
__________________
Care about me?
Who?
Me!
Who?
Alex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2005, 09:38 PM   #13
Kevsh
Confirmed User
 
Join Date: Dec 2004
Location: TO
Posts: 8,619
Quote:
Originally Posted by Top Jimmy
Exactly right. If it has ID in the URL the robot thinks it's a session id and will not spider it.

This goes for cgi too.
True. The key is how Google interprets it. I had an ASP-based commerce site (mainstream) a few years back with session ID's and not only did Google spider the entire site, I was ranked at/near the top for just about everything.

PHP pages can be indexed as can any other dynamic page. Just try to pass as few variables as possible and on the landing page keep the queries/code to a minimum. For example, if the variable passed is a customer ID and you need to match that with a DB, probably fine. Run the SELECT query and spit out the HTML. If you're running multiple queries on the page with Include files, session ID's and third-party software (like a transaction component) etc. etc. you may have issues.

Google is getting pretty good at spidering dynamic pages these days as the spider can recognize common app's (ecommerce, cms, etc.), but there are still concerns of being caught in an endless loop, for example, so it's cautious on custom-built pages.
Kevsh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.