Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

RE: FN-FORUM: Google won't index PHP site

date posted 24th January 2006 13:33

On 24 Jan 2006 11:08:15 -0000, "James Firth" said:
> > If you rely on session cookies to display the content then YES it will not
> index
> > your pages properly, the spiders do not understand or support cookies of
> any kind
> > so if you cant view the page without them then it will not see them
> either.
>
> The site does not RELY on cookies, and WILL render without cookie
> support,
> it will just try to plant a new guest session cookie on each visit if the
> visitor's client does not support cookies.

If it automatically puts a session ID in the URL, then the spider will
read the first page (no session ID) but won't follow the links to the
other pages as they have a session ID on them. Spiders don't like
session IDs as they can get trapped spidering the same content over and
over again when the ID changes over time.

You can set your PHP.ini to not put session IDs through the URL, or if
you don't have access to that use this code just before session_start()

ini_set('url_rewriter.tags', '');

And that will stop the session ID being appended to the URLs.

That's worked for me in the past. And I've seen search results with one
and two variables in them, so that shouldn't be a problem once you get
rid of the ID.

HTH

Paul
--
Paul Silver - Web Development and Technical Search Engine Optimisation
07813 654285 -- http://www.paulsilver.co.uk
Check your web pages: http://www.spidertest.com



Messages by Day
January 31st 2006
January 30th 2006
January 29th 2006
January 28th 2006
January 27th 2006
January 26th 2006
January 25th 2006
January 24th 2006
January 23rd 2006
January 22nd 2006
January 21st 2006
January 20th 2006
January 19th 2006
January 18th 2006
January 17th 2006
January 16th 2006
January 15th 2006
January 14th 2006
January 13th 2006
January 12th 2006
January 11th 2006
January 10th 2006
January 9th 2006
January 8th 2006
January 7th 2006
January 6th 2006
January 5th 2006
January 4th 2006
January 3rd 2006
January 2nd 2006
January 1st 2006


Messages by Month
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000