googlebot

Googlebot getting an error

Hello, I have the following code as my index.php for my multi-language website. Each available language has a subdirectory. <?php if (isset($_POST['URL']) && strlen($_POST['URL']) == 3) { header("location: ".$_POST[URL]); } else { function lixlpixel_get_env_var($Var) { if(empty($GLOBALS[$Var])) { ...

googlebot vs 302 document moved message

Hi, I tried searching for the same issue but couldnt find the right answer for me. Anyway, I have a site http://mysite.com but the index.php from the root is going to redirect to a subfolder say, http://mysite.com/pages/index.php and on google webmaster tools fetch as googlebot i get the document moved message. And no indexing seems to...

Googlebot is crawling my site and entering ratings on my rating system

My rating system allows anonymous users to add ratings, but Google's crawler is rating things. How can I ensure that Googlebot won't follow the link? ...

Does googlebot crawl urls in jQuery $.get() calls and can it be prevented?

Hi, I have a page that has a form using this ajaxForm jQuery plugin. The form submits, and when it's complete, there is a call using $.get() to load some new content to the page. My problem is, the Googlebot "appears" to be indexing the url in the $.get() method. My first question is, is that even possible? I was under the impression...