From 1cd55e963e8986a39b72ad86e551c5e600cb9409 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 14 May 2024 17:14:17 +1000 Subject: [PATCH] Add Google inspection tool to the google bot list (#130) This user agent is used by Google when using the URL inspection tool from the Google search console. https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers#google-inspectiontool --- lib/legitbot/google.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/legitbot/google.rb b/lib/legitbot/google.rb index edb0db2..4edfcfa 100644 --- a/lib/legitbot/google.rb +++ b/lib/legitbot/google.rb @@ -20,5 +20,6 @@ class Google < BotMatch googleweblight Storebot-Google Google-Site-Verification + Google-InspectionTool ] end