web crawler not following links

This is a discussion on "web crawler not following links" within the Web Page Design section. This forum, and the thread "web crawler not following links are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 17th, 2008, 00:06
SuperMember

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

I've tried various crawlers on this site:
http://www.freelancetechaustralia.com.au/index.htm

and none of them will follow the links on this dynamically generated page (and others)
http://www.freelancetechaustralia.co...dio_Technician

The right hand side menu are indexed fine, but not the name links under each image, or the 'refine search' links. This page is only 2 links deep.

links are being generated by this code:
Code: Select all
echo "| <a href='".$_SERVER['PHP_SELF']."?c3=$states[$i]&$query_string2' >$states[$i] </a>";
and
echo "<li> <a href='".$_SERVER['PHP_SELF']."?c4=$regions[$i]&$query_string2' >$regions[$i] </a></li>";
incase it helps...


Can anyone suggest why?

Last edited by nate2099; Feb 17th, 2008 at 00:37.
Reply With Quote

  #2 (permalink)  
Old Feb 17th, 2008, 01:59
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
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
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Msie doesn't make my links links.. delusion Web Page Design 7 Nov 7th, 2007 08:05
My pet crawler jhappeal Webforumz Cafe 12 Mar 16th, 2007 18:51
PR4 links for sale...links in an excellent position agent14 Link Building and Link Sales 1 Mar 5th, 2007 21:33
Links a crawler should ignore Don Logan Web Page Design 0 Oct 6th, 2006 18:55
Different coloured links without modifying links? Webforumz Staff Web Page Design 12 Aug 29th, 2003 18:48


All times are GMT. The time now is 17:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43