GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   index.php harm SE ranking (https://gfy.com/showthread.php?t=426244)

Pointless 02-02-2005 09:01 PM

index.php harm SE ranking
 
simple question would having index.php harm chances at SE ranking?

vivency-AdamQ 02-02-2005 09:01 PM

no... why would it

BloodFart 02-02-2005 09:01 PM

no

888888

Pointless 02-02-2005 09:02 PM

just wanted to make sure some ppl where saying it does

beemk 02-02-2005 09:03 PM

doesnt php effect pagerank or something like that? i remember someone saying that about gfy threads.

Alex 02-02-2005 09:07 PM

no something like

page.php?=contact.php instead of a contact.html may be bad for s.e's

sean416 02-02-2005 09:08 PM

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. :2 cents:

Pointless 02-02-2005 09:09 PM

ok thanks guys for clearing that up for me :thumbsup

StuartD 02-02-2005 09:10 PM

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. :2 cents:

Those actually increase my rankings on google these days :winkwink:

sean416 02-02-2005 09:20 PM

Quote:

Originally Posted by NichePay - StuartD
Those actually increase my rankings on google these days :winkwink:

I highly doubt it, willing to elaborate?

Top Jimmy 02-02-2005 09:29 PM

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. :2 cents:

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.

Alex 02-02-2005 09:32 PM

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. :2 cents:


Even with taht, there is a way to use modrewrite to make the pages .html

Kevsh 02-02-2005 09:38 PM

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.


All times are GMT -7. The time now is 01:25 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123