Google-Structured-Data-Testing-Tool

search-engine Google-Structured-Data-Testing-Tool

Google structured data testing web crawler

About this crawler

Google-Structured-Data-Testing-Tool is a web crawler identified by the regular-expression pattern Google-Structured-Data-Testing-Tool in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block Google-Structured-Data-Testing-Tool traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
Google-Structured-Data-Testing-Tool
Pattern
Google-Structured-Data-Testing-Tool
Tags
search-engine
Reference
https://developers.google.com/search/docs/appearance/structured-data
Added
2018/10/02
Instances
2 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; Google-Structured-Data-Testing-Tool +https://search.google.com/structured-data/testing-tool)
Mozilla/5.0 (compatible; Google-Structured-Data-Testing-Tool +http://developers.google.com/structured-data/testing-tool/)

Block this crawler

robots.txt — disallow Google-Structured-Data-Testing-Tool:

User-agent: Google-Structured-Data-Testing-Tool Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Google-Structured-Data-Testing-Tool [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Google-Structured-Data-Testing-Tool") { return 403; }
← back to all crawlers