-
-
Notifications
You must be signed in to change notification settings - Fork 33
Google search bot
Charles de Beauchesne edited this page Apr 4, 2019
·
1 revision
Chrome google bot use chrome 41, current version is 70 (as of october 2018). So we must pay attention to not use any feature, espacially javascript features, that are not supported by Chrome.
The strategy on this is quite limited, because we must also test any dependancies (vue-moment, we're talking about you...). The best we have is quite manual :
- Get knowledge of DO and DON'T
- And manually test it :
- Install Chormium 41, it work's fine on Windows, not on MacOSX
- open your dev site and check that everything is fine
- you can also check google search console, with "fetch as google" tool
function foo(...args){
}
browserslist on package.json should handle this... https://browserl.ist/?q=cover+95%25+in+FR%2C+%3E+1%25%2C+not+ie+%3C%3D+8%2C+Chrome+41%2C+last+2+versions
- 🏠 Home
- 📋 Changelog
- 🛠️ Dev environment
- 🎉 Resolving issues
- 🤖 CI/CD
- 📝 Tech docs
- 🎓 Courses
- 🤓 Admin