Googlebot

Googlebot is the web crawler software used by Google, which collects documents from the web to build a searchable index for the Google Search engine. This name is actually used to refer to two different types of web crawlers: a desktop crawler (to simulate desktop users) and a mobile crawler (to simulate a mobile user).[1]

Googlebot
Original author(s)Google
TypeWeb crawler
WebsiteGooglebot FAQ

Behavior

A website will probably be crawled by both Googlebot Desktop and Googlebot Mobile. The subtype of Googlebot can be identified by looking at the user agent string in the request. However, both crawler types obey the same product token (useent token) in robots.txt, and so a developer cannot selectively target either Googlebot mobile or Googlebot desktop using robots.txt.

If a webmaster wishes to restrict the information on their site available to a Googlebot, or another well-behaved spider, they can do so with the appropriate directives in a robots.txt file,[2] or by adding the meta tag <meta name="Googlebot" content="nofollow" /> to the web page.[3] Googlebot requests to Web servers are identifiable by a user-agent string containing "Googlebot" and a host address containing "googlebot.com".

Currently, Googlebot follows HREF links and SRC links.[2] There is increasing evidence Googlebot can execute JavaScript and parse content generated by Ajax calls as well.[4] There are many theories regarding how advanced Googlebot's ability is to process JavaScript, with opinions ranging from minimal ability derived from custom interpreters.[5] Currently, Googlebot uses a web rendering service (WRS) that is based on Chromium rendering engine (version 74 as on 7 May 2019).[6] Googlebot discovers pages by harvesting all the links on every page it finds. It then follows these links to other web pages. New web pages must be linked to from other known pages on the web in order to be crawled and indexed or manually submitted by the webmaster.

A problem that webmasters with low-bandwidth Web hosting plans have often noted with the Googlebot is that it takes up an enormous amount of bandwidth. This can cause websites to exceed their bandwidth limit and be taken down temporarily. This is especially troublesome for mirror sites which host many gigabytes of data. Google provides "Search Console" that allow website owners to throttle the crawl rate.[7]

How often Googlebot will crawl a site depends on the crawl budget. Crawl budget is an estimation of how often a website is updated. Technically, Googlebot's development team (Crawling and Indexing team) uses several defined terms internally to takes over what "crawl budget" stands for.[8] Since May 2019, Googlebot uses the latest Chromium rendering engine, which supports ECMAScript 6 features. This will make the bot a bit more "evergreen" and ensure that it is not relying on an outdated rendering engine compared to browser capabilities.[9]

Mediabot

Mediabot is the web crawler that Google uses for analysing the content so Google AdSense can serve contextually relevant advertising to a web page. Mediabot identifies itself with the user agent string "Mediapartners-Google/2.1".

Unlike other crawlers, Media bot does not follow links to discover new crawlable URLs, instead only visiting URLs that have included the AdSense code.[10] Where that content resides behind a login, the crawler can be given a log in so that it is able to crawl protected content.[11]

Media bot will usually first visit a page within seconds of AdSense code first being called from that page. Thereafter it revisits pages on a regular but unpredictable basis. Changes made to a page, therefore, do not immediately cause changes to the ads displayed on the page.

Ads can still be shown on a page even if the Mediabot has not yet visited it. In this instance ads chosen will be based on a combination of the overall domain theme and keywords appearing in the URL string. If no ads can be matched to the page, either public service ads, blank space or a solid color are shown, depending on the settings for that ad unit.

Google bots crawl a website and Give that information to Google's servers and if there is a problem, then give a warning to the owner from the Google search console.

If there are such links in it that point to another website, then give it to the software. in short google bots don't crawl your website, then your website does not index in the search results of Google.

References

  1. "Googlebot". Google. 2019-03-11. Retrieved 2019-03-11.
  2. "Google Search Console". Google.com.
  3. "Google Search Console". search.google.com. Retrieved 2019-03-11.
  4. "Understand the JavaScript SEO basics | Search for Developers". Google Developers. Retrieved 2020-07-26.
  5. Splitt, Martin. "How Google Search indexes JavaScript sites - JavaScript SEO". YouTube.
  6. "The new evergreen Googlebot". Official Google Webmaster Central Blog. Retrieved 2019-06-07.
  7. "Google - Webmasters". Retrieved 2012-12-15.
  8. "What Crawl Budget Means for Googlebot". Official Google Webmaster Central Blog. Retrieved 2018-07-04.
  9. "The new evergreen Googlebot". Official Google Webmaster Central Blog. Retrieved 2019-06-17.
  10. "About the AdSense Crawler".
  11. "Display ads on login-protected pages".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.