
Acid Paul wrote: So the forum you mean is the one, which is part of phpbbhacks.com? (I'm new here, as you know, so can't see any clues yet). I guess you ment some other place, cause 500 visitors seems little for such an active place. Like I have a forum at http://forum.acidics.com with 8 posts a day on average but 200 unique visitors coming from the main acidics.com site and other places (not SE yet). Maybe it's just that your audience is more active.
Still I can't get *did you mean to say you have 3-4 entries for Google in daily logs or whether each forum page is hit by Google 3-4 times*? Which of the two?
BTW I tried checking your site in the profile; it won't load.
Acid Paul wrote: Frankly, I don't see how Google can bring lots of traffic to the forum through search listings - forums usually aren't that well optimized, meta data is least helpful here (though I'll try to optimize .tpl files).
Antony wrote: Google visits my site around 3 times each day.
I can't show you without giving you access to my server logs, but it is there, and thanks about the site.
Code: Select all
global $SID;
if ( !empty($SID) && !preg_match('#sid=#', $url) )
Code: Select all
global $SID;
if ( !empty($SID) && !eregi('sid=', $url) )
Code: Select all
global $SID, $HTTP_SERVER_VARS;
if ( !empty($SID) && !eregi('sid=', $url) && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'Googlebot') && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'slurp@inktomi.com;'))