SitePoint Sponsor |
|
User Tag List
Results 1 to 11 of 11
Thread: Google and PHP
-
Jun 15, 2002, 15:06 #1
- Join Date
- Oct 2001
- Location
- Bay City, Oregon
- Posts
- 715
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Google and PHP
So... does Google still have a problem indexing pages with a "?" in the URL?
I've read Aspen's excellent article and I can do the foo if necessary, but it adds a layer of complexity I would like to avoid.
Search engine tactics change so fast and so often...
What are people doing today?
-
Jun 15, 2002, 15:17 #2
- Join Date
- Jun 2002
- Posts
- 4
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Excuse me, but where do I find this aspens' article?
Thanks.
Oh, and Googlde does not have a problem indexing the URL with the ? in it, they simply don't want to put too much stress on your server, knowing that url with ? means a dymanic page. They still index dynamic pages, just not too many of them at one shot.
I actually see several search results in Google contain the pages with the "?" in it.
-
Jun 15, 2002, 15:49 #3
- Join Date
- Oct 2001
- Location
- Bay City, Oregon
- Posts
- 715
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Bad on me.
As soon as I left the site I realized I should have posted the link to Aspen's article...
http://www.promotionbase.com/article/485
-
Jun 15, 2002, 18:44 #4
- Join Date
- Aug 1999
- Location
- East Lansing, MI USA
- Posts
- 12,937
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Google has never had a problem with such URLs, its other search engines that did.
Although other search engines are coming around and more and more are indexing such URLs. However I still recommend using a method from my article. The reason is that these are also user friendly URLs. They are easier for a user to remember and type in.
Also if you one day change your scripting language or variable names your URLs, and thus all incoming links and directory listings, can stay the same.Chris Beasley - I publish content and ecommerce sites.
Featured Article: Free Comprehensive SEO Guide
My Guide to Building a Successful Website
My Blog|My Webmaster Forums
-
Jun 15, 2002, 21:12 #5
- Join Date
- Mar 2002
- Location
- Central, PA - originally from Monterey, CA
- Posts
- 497
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Also by using urls in the way Aspen points out, you have the option of putting in static pages for databased articles and content that gets hit often but is updated rarely. You could toggle between static or dynamic pages using the same url references.
-
Jun 15, 2002, 21:37 #6
- Join Date
- Sep 2001
- Location
- Somewhere in this vast universe
- Posts
- 3,741
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Google treat php like regular pages. I just reads the code like a text file. I don't know about perl though.
-
Jun 16, 2002, 07:24 #7
- Join Date
- Jan 2002
- Location
- London, UK
- Posts
- 759
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
re: Aspen's SE friendly URLs article
I started reading Chris's article looking to implement this method for my sites redesign - however there is one important fact about how Google assign PageRank that it doesn’t mention...
By assigning each page down 2 or more directory levels (promotionbase.com/article/485) you loose a significant amount of that pages PR:
http://www.promotionbase.com/article/485 (PR 1 according to Google Toolbar)
where as without using Search Engine-Friendly URLs, say your main page has a PR of 7:
promotionbase.com/
any page located in the root:
promotionbase.com/article.php?id=485
would return a PR of 6 depending on how well you've linked thru to the article.php file.
-
Jun 16, 2002, 07:29 #8
- Join Date
- Aug 1999
- Location
- East Lansing, MI USA
- Posts
- 12,937
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Actually thats inaccurate Chas.
PageRank is not based on directory structure at all, only on incoming links.
The toolbar guesses a PageRank on pages based on their directory structure if the page itself does not have a PageRank. However this is only a guess and has absolutely no value. I have this direct from guys at Google via a conversation with Wayne Yeager of Trafficology.com
Once a page is spidered and Google updates the guess goes away replaced by a valid PageRank.
This is why sites on geocities have high PageRanks until they are actually spidered.Chris Beasley - I publish content and ecommerce sites.
Featured Article: Free Comprehensive SEO Guide
My Guide to Building a Successful Website
My Blog|My Webmaster Forums
-
Jun 16, 2002, 07:52 #9
- Join Date
- Jan 2002
- Location
- London, UK
- Posts
- 759
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by aspen
Actually thats inaccurate Chas.
PageRank is not based on directory structure at all, only on incoming links.
Even allowing for a slight drop in PR from all the links leading off the subcat page this still doesn’t explain why your page only has a PR of 1 -- unless each sites page PR drops down significantly each directory level.Last edited by Chas; Jun 16, 2002 at 08:01.
-
Jun 16, 2002, 08:49 #10
- Join Date
- Aug 1999
- Location
- East Lansing, MI USA
- Posts
- 12,937
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Its true Chas, its factual, you can look it up if you like. PageRank is not based at all on directories, only on incoming links. The fact is for many of the older articles on promotionbase Google is not showing any backwards links. Meaning there aren't any links that provide a sufficient enough weight to show. Lack of incoming links is why the PR on the articles is so low, not because of what directory they are in.
This isn't something I can't argue with you about, its like you're claiming the sky is green when anyone can easily look into the sky and see that its blue.
You obviously don't understand PageRank at all. I suggest reading this page:
http://www-db.stanford.edu/~backrub/google.html
I am really quite suprised, I thought you knew more about search engines than this.
If you still don't believe that thesis by the creators of google and don't believe the software guys at Google, and you don't believe me then you can test this yourself. Make a geocities page and notice it has a PageRank (according to the toolbar) of 7 or so. Then submit it to Google and wait for Google to spider it and then update. Tell me if the PageRank is still a 7.Chris Beasley - I publish content and ecommerce sites.
Featured Article: Free Comprehensive SEO Guide
My Guide to Building a Successful Website
My Blog|My Webmaster Forums
-
Jun 16, 2002, 09:59 #11
- Join Date
- Jan 2002
- Location
- London, UK
- Posts
- 759
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ok, it would have been stupid of you Chris not to have looked into this before posting your article -- it looks now that Google does work on a page-by-page basis and disregards directory structure.
As for questioning my ability as a SEO'er, ill simply have to challenge you to a duel -- shot glasses at ten paces!
Bookmarks