Skip to content

Default browserslist should include Googlebot (Chrome 41) #6271

Description

@buildbreakdo

Googlebot is based on Chrome 41 and should be included in the default browserslist in package.json:

...
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
...

Googlebot uses a web rendering service (WRS) that is based on Chrome 41 (M41). Generally, WRS supports the same web platform features and capabilities that the Chrome version it uses — for a full list refer to chromestatus.com, or use the compare function on caniuse.com.

Source: https://developers.google.com/search/docs/guides/rendering

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions