Welcome Guest, Not a member yet? Register   Sign In
Bot detection glitch?
#1

[eluser]Lovecannon[/eluser]
I wrote a RIA with AJAX+CodeIgniter, and to combat the fact that SEO doesnt work well with that, I send static content to any bots that may approach the site, using this code

Code:
if ($this->agent->is_browser() && $this->agent->browser() != 'Lynx' && !$this->agent->is_robot())
{
//Displays RIA content
}
else
{
//Displays static content for bots.
}

Well, after checking the various bots, like Googlebot, to see what they cached, they still cached the RIA, which just makes it look bad on search engine results...and Im not sure whats going wrong, unless Googlebot is intentionally making itself look like a different user agent..
#2

[eluser]Lovecannon[/eluser]
Anyone know why this is doing that?




Theme © iAndrew 2016 - Forum software by © MyBB