View Single Post
  #2 (permalink)  
Old Feb 17th, 2008, 01:59
nate2099 nate2099 is offline
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: web crawler not following links

Problem turned out to be with session variables. I have a session variable to set what country the user wants to see. Unfortunately the crawler does level 1 links, then level 2 links, etc, which doesn't retain the country session variable. (whereas a user would click on a level 1 link - sets country variable - level 2 link - same country variable - level 3 link gets reached with the appropriate country variable.)

Can I expect googles crawler to act similar to the sitemap crawler, or does it actually follow links in succession?

I hope this makes sense...?
Reply With Quote