diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d3faa1..90d24f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## UNRELEASED + +- Add Google Site Verification to the bot list. + ## v2.5.2 - Add COMODO SSL Checker bot diff --git a/bots.yml b/bots.yml index 2549705e..3056e789 100644 --- a/bots.yml +++ b/bots.yml @@ -74,6 +74,7 @@ gimmeusabot: "Gimme60 (gimme60.com)" go http package: "Go http library" google page speed insights: "Google Page Speed Insights" google Web Preview: "Google Instant Previews crawler" +google-site-verification: Google-Site-Verification google-structured-data-testing-tool: "Google-StructuredDataTestingTool" google-structureddatatestingtool: "Google-StructuredDataTestingTool" googlebot: "Google Bot" diff --git a/test/ua_bots.yml b/test/ua_bots.yml index d5347fca..bbc718f6 100644 --- a/test/ua_bots.yml +++ b/test/ua_bots.yml @@ -15,6 +15,7 @@ DUCKDUCKGO: 'DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)' FACEBOOK_BOT: 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)' GOOGLE_BOT: 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' GOOGLE_PAGE_SPEED_INSIGHTS: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko; Google Page Speed Insights) Chrome/22.0.1229 Safari/537.4' +GOOGLE_SITE_VERIFICATION: Mozilla/5.0 (compatible; Google-Site-Verification/1.0) GOOGLE_STACKDRIVER_UPTIME_CHECKS: 'GoogleStackdriverMonitoring-UptimeChecks' GOOGLE_STRUCTURED_DATA_TESTING_TOOL2: 'Mozilla/5.0 (compatible; Google-Structured-Data-Testing-Tool +http://developers.google.com/structured-data/testing-tool/)' GOOGLE_STRUCTURED_DATA_TESTING_TOOL: 'Mozilla/5.0 (compatible; X11; Linux x86_64; Google-StructuredDataTestingTool; +http://www.google.com/webmasters/tools/richsnippets)'