prerender-proxy-0.2.6
krishanthisera
released this
26 May 06:33
·
489 commits
to main
since this release
What's Changed
- add ico extension to the default static file mapping by @crispy101 in #1044
- Eslint and Prettier setup by @krishanthisera in #1048
- Include Google-InspectionTool in prerender check function by @krishanthisera in #1049
- Prerender check function code cleanup by @krishanthisera in #1051
Full Changelog: static-hosting-0.1.14...prerender-proxy-0.2.6
Further note
Google has recently added a new crawler to its list called ‘Google-InspectionTool’
Its used for search testing tools like Rich Result Test and URL inspection in search console, it also mimics Googlebot
User agent token:
- Google-InspectionTool
- Googlebot
Full user agent string:
- MobileMozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Google-InspectionTool/1.0)
- DesktopMozilla/5.0 (compatible; Google-InspectionTool/1.0)
More info about this specific crawler can be found here