Skip to content

Commit

Permalink
Add pattern for Googlebot-News Audio
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengr committed Jan 25, 2024
1 parent fe8e583 commit 3adcb98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
},
{
"name": "Googlebot",
"pattern": "Googlebot/|Googlebot-Video/|Googlebot-Image/|^Feedfetcher-Google|google-xrawler",
"pattern": "Googlebot/|Googlebot-Video/|Googlebot-Image/|^Feedfetcher-Google|google-xrawler|^Googlebot-News",
"description": "Google's search bots",
"urls": [
"http://www.google.com/bot.html"
Expand All @@ -428,7 +428,8 @@
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; http://www.google.com/bot.html)",
"Googlebot-Image/1.0",
"Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 1 subscribers; feed-id=4653447469100830145)",
"google-xrawler"
"google-xrawler",
"Googlebot-News Audio"
]
},
{
Expand Down

0 comments on commit 3adcb98

Please sign in to comment.