Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I obtain a list of User Agents for SEO bots? [closed]

I am implementing a simplistic filter on how much of my site unregistered users can acces. Naturally, I want to give SEO bots free reign/access to most of the site.

I know this is simplistic. But its not worth doing anything more complicated. I need to compile a list of names of user agents I will allow, for this, I need a list of the names of the bots, starting with Googlebot (I don't even know if that is the official spelling of Gogles web crawling bot).

Anyone I would like a link to a definite resource that gives the names of the SEO indexing bots?. I tried http://www.user-agents.org/ but the granularity is not fine enough - it appears to list every user agent ever created!

like image 389
morpheous Avatar asked Jun 27 '10 22:06

morpheous


People also ask

What is the user agent of Googlebot?

A user agent string is a short “string” of text that identifies the browser to the web server — every browser has a unique one!

How many user agents are there?

Browse our database of 219.4 million User Agents - WhatIsMyBrowser.com.

How do I find Google crawlers?

Alternatively, you can identify Googlebot by IP address by matching the crawler's IP address to the list of Googlebot IP addresses. For other Google IP addresses from where your site may be accessed (for example, by user request or Apps Scripts), match the accessing IP address against the list of Google IP addresses.


1 Answers

Try this list: http://www.useragentstring.com/pages/useragentstring.php?typ=Crawler

Although the combination of Google, Yahoo, Bing, Baidu, Ask, and AOL represent virtually 100% of the search engine market. So I would recommend adding the crawler user agents for just those to your filter and you really don't need to worry about the rest.

like image 170
jwanagel Avatar answered Sep 28 '22 01:09

jwanagel