Googlebot is Google's web crawling bot which discovers new and updated pages/documents from the web to build a searchable index for the Google search engine.

learn more… | top users | synonyms

1
vote
4answers
62 views

how seo optimize a bunch of similar images?

For example I have a website consists of 1000 images that are in a similar subject (for example: bedroom decoration design). When define meta tags, alt text and image file name, logically many of the ...
0
votes
4answers
227 views

How Next and Previous link buttons affect on Crawler

I am new to SEO, I had done a research and read several guids, but I am still confused. A google guid said Avoid creating complex webs of navigation links, e.g. linking every page on your site ...
0
votes
3answers
143 views

JS dynamic img change and SEO

I've built a web site using jquery to make nice transitions between content. The code works this way: there are 2 imgs (body and footer). When I click on a link (instead of going to another page) I ...
2
votes
2answers
159 views

Non-indexed file (?) still found in Google

How is it possible that my page /admin/login.asp is found in Google with the query "inurl:admin/login.asp" while it isn't with the "site:www.domain.xx" query? I've this line of code in my robots.txt: ...
0
votes
2answers
281 views

In Webmaster tools googlebot is getting a crawl error 500 from the server

I've noticed my sites are not ranking as well as they did before and when I checked Webmaster tools I see that gooblebot cannot crawl pages that I can perfectly crawl with my browser and I'm getting ...
0
votes
2answers
289 views

Googlebot is accessing .aspx pages, it should access SEO-friendly URLs only

Googlebot is accessing .aspx pages in my website e.g http://mysite.com/thepage.apx?id=32 I have used Intellgencia URL module for SEO-friendly URLs and my website also has links that present friendly ...
0
votes
2answers
107 views

Anonymous users support vs Google bot

I have a User class in my web app that represents a user currently logged in. Every time a user vists a page, a User instance is populated based on authentication data supplied in cookies. A User ...
3
votes
1answer
138 views

Does Googlebot Index CSS Background Images?

I have a page that displays images as background images, defined via css, to div elements. These images do not load dynamically via js, they are there on page load. Without getting into why it was ...
2
votes
1answer
89 views

How to show thumbnail in Google search result

I'm wondering why Google shows thumbnail image in search results for one site and doesn't show it for another? E.g. when I google kfc chicken recipe I can see thumbnail for www.food.com and cannot see ...
2
votes
1answer
398 views

Current state of Google bot ajax indexing

what's the current status of Google bot indexing ajax sites? I have links displaying some list: mysite.com/list#key=value&foo=bar Content is loaded dynamic by jQuery just after page load: ...
1
vote
1answer
169 views

Can I make my ajax website 'crawlable'?

I'm currently building a music based website and I want to build something like this template. It uses ajax and deep linking. (And it makes use of the History.js library - please notice how there's no ...
1
vote
1answer
295 views

What to put in HTML snapshot for hash-bang URL for SEO?

I am using hash-bang URLs in my AJAX application and I am implementing the server-side for: handle ?_escaped_fragment_=key1=value1%26key2=value2 So when I look at Google's FAQ, it says that ...
1
vote
1answer
304 views

useragent googlebot using selenium

I'm trying to use selenium to invoke my webpage as googlebot. below is my code, but it does redirect the traffic to view webpage as googlebot...Can someone help me to direct my requests to googlebot ...
1
vote
1answer
185 views

Googlebot crawls my site even though my robots.txt file tells it not to

I've set up robots.txt to stop google crawling my site, since it's under development: # robots.txt User-agent: * Disallow: / But, the log indicates that Googlebot visits various and random parts ...
0
votes
1answer
38 views

google analytics - googlebot cant access site

Sorry if this is the incorrect area. I develop websites using Yootheme and Rockettheme. they have a coded area in the backend where you simply enter the code from Analytics. however lately im ...
0
votes
1answer
40 views

Google bots index both site ip and domain

It is a strange thing that google index both my site ip and domain at the same time. I read lots of think about that but I could'nt find any satisfying answer. I have two question about that: 1- How ...
0
votes
1answer
38 views

Does Googlebot occasionally send cookies?

I am trying to sort out crawler traffic from real human traffic on a site. I assumed all http requests sending cookies would not be from bots. But some of the http requests over the past 6 months ...
0
votes
1answer
56 views

Google cant find any pages in my mvc

Hi I have a homepage that is just now working with google. When I type following into a google search box "site:http://www.nameofmysite.com", I get Page not found. Google is not able to index a ...
0
votes
1answer
22 views

Indexing a link under an if statement?

will index Google any links witch are under an if statement? Ex <a"; if($user_category=="register2"){ $link="href='".$databaselink; echo $link;}"> BOOK</a> The links are ...
0
votes
1answer
81 views

Jquery Datatable and Google BOT

I'm using jquery Datatable plugin to load posts dynamically with pagination(Ajax Calls). Here is example. But I'm worried about SEO. There is no anchor tag for moving to the next Page, Only a button ...
0
votes
1answer
71 views

ip address or visitors staying long on my website

i am experiencing heavy CPU usage, i observe that some ip address staying long and hit count also gone above 50000 each and time on website reached 10 hours. ip address time hits page ...
0
votes
1answer
35 views

Stop google from following my api

OK, I have a website which has a series of buttons which call an api to return informtion relating to products. The problem i have is that google is accessing and following the api every 10 minutes ...
0
votes
1answer
49 views

what status code to be issued to google bot

google is trying out different urls structures for my site and trying to crawl. I'm able to see these in my webmasters tool under crawl errors. What status code to be issued to all these request types ...
0
votes
1answer
119 views

why this wrong in robot.txt file even after specifing URL?

In robot.txt file I have put a URL /custompages/* and google bot should not crawl the pages which are matched with "/custompages/". But when I looked into webmaster, I can still see the error ...
0
votes
1answer
39 views

Remove incomming links from duplicate website

There is a duplicate development website that exists for legacy reasons and is pending a complete removal, it always had a rule in it's robots.txt file to deny all search engines, but at one point the ...
0
votes
1answer
96 views

MSN bot appending wrong parameters to URLs

On my site http://www.mustseeindia.com/places-around-bangalore"" is valid URL. While crawling, MSN bot is appending a string to it and there by causing a crawl error. String appended by MSN bot ...
-1
votes
1answer
175 views

Show age check form to users, not bots - SEO safe?

I've got an issue where I have an age verification script on my site which prevents pages on the site being indexed by google. The workarounds for this seem pretty flimsy, javascript and css overlays ...
2
votes
0answers
148 views

.htaccess how to block US without blocking searchengine crawlers (Uses cloudflare)

Currently in my htaccess I have this SetEnvIf CF-IPCountry US UnwantedCountry=1 Order allow,deny Allow from all Deny from env=UnwantedCountry <Files /error/403.html> ...
2
votes
0answers
293 views

Understanding Googlebots AJAX crawling

I've been through Googles documentation and countless blog posts about this subject, and depending on date and source, there seems to some conflicting information. Please shine your wisdom upon this ...
1
vote
0answers
57 views

Why does Googlebot keep on requesting “value.png”?

Looking through my request logs, I see various requests for /value.png: 66.249.75.199 - - [29/Jan/2013:20:49:01 +0000] "GET /robots.txt HTTP/1.1" 301 459 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; ...
1
vote
0answers
68 views

Nested HTML snapshot recognition

For Ajax crawling I use HTML snapshot technique (https://developers.google.com/webmasters/ajax-crawling). In my project the HTML snapshot (Level 1) contains links that refer to another HTML snapshots ...
0
votes
0answers
10 views

Google Bot Rename Page Indexing

I have a domain like www MYDOMAIN com, when i create a website for a client, even if it has domain like www CLIENTDOMAIN com, googl's indexing it like: www CLIENTDOMAIN MYDOMAIN com ... my folders ...
0
votes
0answers
23 views

Googlebot attempting to submit every select option in form creating 118,000 404's in webmaster tools

I have a form on every page of my site that you need to select 4 options from dropdowns before it can be submitted (validated by jquery). However it appears a googlebot is successfully being able to ...
0
votes
0answers
12 views

Robots.txt using pattern to block some of dynamic URLs

I'm trying to exclude some of page from indexing. I have search form where you can use some of predefined parameters or user typed queries. I need to block search results that have user-provided ...
0
votes
0answers
33 views

Google caching issue

I have a situation. I introduced a website redirection with javascript for every user that doesn't support specific browser. I was sure that Google cache will always put homepage as cached page. But ...
0
votes
0answers
48 views

Googlebot and others can't crawl my site

I recently bought a domain from Godaddy.com and wanted to host it on my own computer. I enabled iis7 on Windows 7 and created a new site. I then went to Godaddy and changed the "Points To" section ...
0
votes
0answers
51 views

2 questions about redirect mobile users using javascript

I having two questions about javascript redirection for mobiles. First: i thought i would use user agent, but also thought about screen size. Why screen size? So much simplier and you dont need to ...
0
votes
0answers
16 views

xhtml 1.0 strict way to exclude some text from indexing by googlebot et al

I have some header/footer text on my web-pages that has no relevance to the meaning and content of the pages (for example, links to other versions of the pages on other sites). What would be an XHTML ...
0
votes
0answers
31 views

Where does Googlebot crawl from?

I have been looking high and low for the locations from which Googlebot and its brothers and sisters crawl from other than "CA" and am having no luck finding locations specific to crawling. I have ...
0
votes
0answers
30 views

Googlebot and geolocation prompts for mobile

In a mobile environment on lets say a store locator where there's a prompt for "http://site.com wants to locate you" so the page can output the closest stores to the user... When Googlebot(mobile) ...
0
votes
0answers
98 views

removing duplicate title tag from website where url is modified dynamically

I tested my website on webmaster tool and it showed that duplicate title tags exist in pages and below showed a list of urls, as shown in screenshot below: If you observe it,the url remains same ...
0
votes
0answers
47 views

Redirect or Rewrite by .htaccess or is it a server misconfiguration?!

Out of the blue we have lately crawl errors -> Google Webmaster tools pointed us on this <-. Thats not a real problem if it wasn't like following; Error: Googlebot couldn't crawl this URL ...
0
votes
0answers
20 views

Googlebot Timing Out For GWT App

I have implemented crawler support for my GWT web app. My crawler servlet picks up requests in the following format: http://myapp.com/?_escaped_fragment_=mytag%3Bmyparam%3Dmyvalue My crawler ...
0
votes
0answers
39 views

Symfony 2 Multi-language GoogleBot

I have a website under Symfony 2 and I search to have this : When you go on the website.com, if user has no preferred language, set default locale 'en'. If user goes to website.fr, if he has no ...
0
votes
0answers
49 views

Should I show none AJAX versions of my page to googlebot?

I have a site, lets say has a paged lists of products. The pagination is AJAX based, it degrades 100% without JavaScript. With JavaScript Turned on or off this Url will show the same content. (page ...
0
votes
0answers
55 views

Search Engine Friendly landing page with linked pages via iframe

My landing page has a bunch of links - when the link is clicked, the html content is loaded into the iframe of the landing page. The linked pages are just fragment pages and not full page (without ...
0
votes
0answers
111 views

Adsense bot AJAX crawlable pages

To crawl my AJAX based pages, I put "meta !" into head of my page and used "escaped fragment" solution. Its okay for Googlebot. But I found out that, Adsense bot doesn't crawl my pages with "escaped ...
0
votes
0answers
242 views

How can I change Google's crawl rate?

I just switched servers; from a shared host to EC2 and have been seeing better performance. I guess Google noticed this too and cranked up the crawl rate, unfortunately for me it is currently too ...
0
votes
0answers
217 views

SEO friendly urls with mod_rewrite shows file trying to be seo friendly in results

Having some trouble getting my mod rewrites right, for Google seo. www.example.com/p/press goto internal ./pages/press.html But google should display the link as www.example.com/p/press Is that ...