Skip to content

Commit b76fc0c

Browse files
Add Googlebot UA
1 parent a975ff9 commit b76fc0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

db/user_agents/googlebot.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"agents": [
3+
{
4+
"aliases": [
5+
"googlebot"
6+
],
7+
"name": "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
8+
}
9+
],
10+
"type": "user_agents"
11+
}

0 commit comments

Comments
 (0)