lambda-at-edge-handlers-0.1.1
krishanthisera
released this
28 May 23:15
·
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
- Eslint and prettier setup - Fixes by @krishanthisera in #1050
Full Changelog: static-hosting-0.1.14...lambda-at-edge-handlers-0.1.1
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