Tagged Questions

Googlebot is the search bot software used by Google, which collects documents from the web to build a searchable index for the Google search engine.

learn more… | top users | synonyms

8
votes
4answers
467 views

Googlebots Ignoring robots.txt?

I have a site with the following robots.txt in the root: User-agent: * Disabled: / User-agent: Googlebot Disabled: / User-agent: Googlebot-Image Disallow: / And pages within this site are ...
6
votes
2answers
155 views

Request validation problem only for Googlebot

I don't have a lot of hair, but I'm pulling out what little of it is left. My MVC3 app serves images via Action like so /Image/ShowImage/25-000252?t=a&o=1 a is predefined image size, o is ...
5
votes
1answer
86 views

Cursors + Pagination & SEO

I would like to know if it's possible to paginate using cursors and keep those pages optimized for SEO at the same time. /page/1 /page/2 Using offsets, gives to Google bot some information about ...
5
votes
2answers
196 views

Googlebot doesn't see jquery generated content

I use jQuery to retrieve content from the database with a json request. It then replaces a wildcard in the HTML (like %title%) with the actual content. This works great and this way I can maintain my ...
5
votes
3answers
285 views

Google Crawling/Indexing Frequency Increasing? [closed]

Sometime ago google used to update their index and backlinks every 3-4 months. It used to be a big update. Recently I noticed that the updates are way too frequent. has anyone else noticed these sort ...
5
votes
2answers
185 views

Why and how does the googlebot use my website's search engine?

Looking through my search logs from time to time, I notice that by far the biggest user of my search engine is the google-bot. What gives? Is it looking for content that might not be directly ...
5
votes
5answers
1k views

Googlebot not respecting Robots.txt

For some reason when I check on Google Webmaster Tool's "Analyze robots.txt" to see which urls are blocked by our robots.txt file, it's not what I'm expecting. Here is a snippet from the beginning of ...
5
votes
5answers
1k views

How to set up a robot.txt which only allows the default page of a site

Say I have a site on http://website.com. I would really like allowing bots to see the home page, but any other page need to blocked as it is pointless to spider. In other words http://website.com ...
4
votes
3answers
86 views

Can I prevent spiders from accessing a page with certain GET parameters?

We have a page that can optionally take an ID as a GET parameter. If an invalid ID is provided, the page throws an error and sends out a notification that someone's accessing the page incorrectly. ...
4
votes
1answer
298 views

Search engines not able to index asp.net site due to 302 redirects to Error page

I am having the hardest time determining the cause of our Asp.net site not getting indexed in search engines - the entire site. When I use google's "Fetch As Googlebot" tool, it throws the below ...
4
votes
2answers
541 views

Why would Google (or Googlebot) index a page returning a 500 error?

Googlebot has been occasionally indexing one of our sites with a bad query string parameter. I am not sure how it is getting this query string parameter (there don't appear to be any sites linking to ...
3
votes
1answer
35 views

PHP script to detect the browser language, what about the google bot?

I am working on a website that will be avalaible on two language (english and french). I made a script to detect the browser language with $_SERVER['HTTP_ACCEPT_LANGUAGE'] and depending on the ...
3
votes
1answer
101 views

googlebot last access script php

i have following function to have last acces date of googlebot //get googlebot last access function googlebot_lastaccess($domain_name) { $request = ...
3
votes
2answers
87 views

ASP.Net authentication and Googlebot

I have an ASP.Net 3.5 web site with forms authentication enabled. Is it possible to have Googlebot crawl my web site without getting prompted for a username/password?
3
votes
1answer
95 views

Do google bots make invalid requests?

I'm building a component to ban spam bots' IPs based on the invalid requests that they make all the time, and that no user could ever make by mistake. For example, they are always trying to submit ...
3
votes
2answers
141 views

Show lightbox to everyone besides search engines?

Is there any that that I can show a lightbox to all users on page load but dont show it to Google? Note that my skills are very basic HTML so any reply would be appreciated with details. Edit: I just ...
3
votes
3answers
258 views

google bot rel=“nofollow” how long to stop following

I just added rel="nofollow" to some links. Anyone know how long it takes for google to stop following after "nofollow" is added to a link? I added an hour ago and still see them crawling the ...
3
votes
6answers
169 views

Where Googlebot starts crawling? [closed]

Say if I register a domain and have developed it into a complete website. From where and how Googlebot knows that the new domain is up? Does it always start with the domain registry? If it starts ...
3
votes
5answers
617 views

How does Google Know you are Cloaking?

I can't seem to find any information on how google determines if you are cloaking your content. How, from a technical standpoint, do you think they are determining this? Are they sending in things ...
3
votes
3answers
458 views

will googlebot index my site?

in my robots.txt file, I have the following line User-agent: Googlebot-Mobile Disallow: / User-agent:GoogleBot Disallow: / Sitemap: http://mydomain.com/sitemapindex.xml I know that if I put the ...
3
votes
5answers
356 views

Is this a blackhat SEO technique?

I have a site which has been developed completely in flash. Now the site owners do not want to shift to a more text/html based site. So am planning to create an alternative html/text based site which ...
3
votes
2answers
1k views

How to make Flex RIA contents accessible to search engines like Google?

How would you make the contents of Flex RIA applications accessible to Google, so that Google can index the content and shows links to the right items in your Flex RIA. Consider a online shop, created ...
2
votes
1answer
20 views

Is it possible to find when google bot is crawling any urls on my site and record the last access time to a text file on server

Here's a code below which sends an email whenver any page is crawled by google and its resulting in spamming of mailbox. so is it possible to just record last crawled timestamp in a text file on ...
2
votes
2answers
87 views

Googlebot receiving missing template error for an existing template

In the last couple of days, we have started to receive a missing template error when the google bot attempts to access our main home page (welcome/index). I have been staring at this for a couple of ...
2
votes
3answers
161 views

Does google bot keep session when crawling ? asp.net

When google bot crawling pages does it have session ? For example i am storing some variables at session and using them at the pages. When google bot crawling pages will i still have them ? For ...
2
votes
1answer
81 views

Best way to identify googlebot

What is the most reliable, fastest way to identify the Googlebot crawler? rDNS can be spoofed, so the googlebot ip list looks to be the most reliable way. Are there any sites/resources, where the ...
2
votes
1answer
46 views

How do I prevent GoogleBot from finding acquisition URLs?

I have apache in front of zope 2 (multiple virtual hosts) using the standard simple rewrite rule. I am having big issues with some of the old sites I host and googlebot. Say I have: ...
2
votes
1answer
207 views

Googlebot and FAMUOS $_SERVER['HTTP_ACCEPT_LANGUAGE']

I did $_SERVER['HTTP_ACCEPT_LANGUAGE'] on my site, where have two langs PL and EN. I really didn't suspect Google would reindex my site (meaning TITLE and DESC) from PL to EN that way. Shouldnt it ...
2
votes
3answers
251 views

Blocking bad web crawlers and bots

I'm writing a HttpModule for handling a problem I am having with a lot of bots crawling my website www.crawlabout.com I have a good solution which verifies the white listed bots (via User-Agent ...
2
votes
2answers
164 views

How to tell Google bot that certain links no longer exist

In the first days of a website, I made a mistake in the generation of some links; following them outputs a database error. Google bot has attempted to follow those links and now they appear as crawl ...
2
votes
3answers
497 views

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

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 ...
2
votes
1answer
256 views

Dynamic Content & SEO: Create 2 Separate Pages?

On a website, there are many pages with a component for users to leave comments. To reduce page load time and since few users use the commenting system, the commenting component is loaded via AJAX ...
2
votes
2answers
104 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: ...
2
votes
3answers
146 views

Legitimacy of optimizing a site to site to load fast for googlebot [closed]

The question I have is a bit of a ethical one. I read here that Google gives a little more influence to sites that are optimized to load quickly. Obviously this makes Google's job easier, using less ...
2
votes
1answer
178 views

How can I prevent the googlebot from crawling Ajaxified Links?

I've got a bunch of ajaxified links that do things like vote up, vote down, flag a post - standard community moderation stuff. Problem is that the googlebot crawls those links, and votes up, votes ...
2
votes
1answer
81 views

What should i add to my site to make google index the subpages as well

I am a beginner web developer and i have a site JammuLinks.com, it is built on php. It is a city local listing search engine. Basically i've written search pages which take in a parameter, fetch the ...
2
votes
2answers
156 views

How do I convince the Googlebot that two formerly aliased sites are now separate?

This will require a little setup. Trust me that this is for a good cause. The Background A friend of mine has run a non-profit public interest website for two years. The site is designed to ...
1
vote
2answers
37 views

How to validate GoogleBot

I want to prevent data harvesting in my site (except googlebot of course). I am guessing relying on the UserAgent of GB is not strong enough (every bot can fake it) How can I still authenticate ...
1
vote
0answers
27 views

How does Googlebot know a webserver is not cloaking when it requests a `?_escaped_fragment_=` URL?

With regard to Google's AJAX crawling spec, if the server returns one thing (namely, a JavaScript-heavy file) for a #! URL and something else (namely, a "html snapshot" of the page) to Googlebot when ...
1
vote
2answers
22 views

The best way for an App to recognize Bots (Googelbot/Yahoo Slurp)

I have a (Rails) site and I want the search engines to crawl and index it. However, I also have some actions that I want to log as having happened - and these actions can be triggered by logged in ...
1
vote
2answers
78 views

Why does request throw an exception when crawled by googlebot but not when I paste in the URL?

I've been getting a ton of these exceptions in my event log. EVENT ID: 1309 Event code: 3005 Event message: An unhandled exception has occurred. Event time: 12/12/2011 1:40:41 PM Event time ...
1
vote
4answers
61 views

php code to exclude google

i have a classifieds website. On this website i store in the db, each product page that a user visits for history purposes, so he can view the last products he visited. The problem is that when ...
1
vote
1answer
54 views

Is my AJAX content already crawlable?

I have build a site based on Ajax navigation. I have build it that way, that whenever someone without javascript visits my site, the nav links, which usually load content via Ajax, are acting like ...
1
vote
2answers
74 views

Prevent Googlebot from running a function

We have implemented a new Number of Visits function on our site that saves a row in our Views database when a company profile on our site is accessed. This is done using a server-side "/addVisit" ...
1
vote
1answer
59 views

Ignore googlebot for Rack::Cache?

I'm using Rack::Cache, and google search bot triggers all my cache misses, so my cache is always full of pages that don't actually represent the most popular ones on my site, I can't seem to find how ...
1
vote
2answers
571 views

MVC2/3 ChildActionOnly controller methods are accessible for Googlebot?

If have this issue for already several months and thought that I showed to Googlebot in early versions of app that controller method. But recently added new one - LatestNews also marked with ...
1
vote
1answer
53 views

How to disallow a certain action?

I'd like to disallow /questions/{ID}/foo but not /questions/{ID}. Is the syntax Disallow: /questions/*/foo?
1
vote
1answer
59 views

how long have I got to wait until the googlebot scan my website once again?

In the statistics of my website I saw that the google crawler have scanned my website once, unfortunately my website is under construction and some informations that have been changed earlier became ...
1
vote
1answer
141 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
92 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 ...

1 2 3