Skip to content

Commit

Permalink
DEV: Add Google-InspectionTool as a crawler user agent (#26375)
Browse files Browse the repository at this point in the history
This user-agent is sent when URLs are inspected via the UI of Google's search console. It makes sense for us to serve it the same content as other bots, including GoogleBot.
  • Loading branch information
davidtaylorhq committed Mar 26, 2024
1 parent f2a781b commit 312a5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/site_settings.yml
Expand Up @@ -1928,7 +1928,7 @@ security:
list_type: compact
crawler_user_agents:
hidden: true
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse"
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse|google-inspectiontool"
type: list
list_type: compact
browser_update_user_agents:
Expand Down

1 comment on commit 312a5ea

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.