Skip to content

Commit

Permalink
core(config): add silent seo audits to default config (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed Oct 17, 2017
1 parent e0bdcc2 commit 67ebde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lighthouse-core/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'dobetterweb/response-compression',
'dobetterweb/tags-blocking-first-paint',
'dobetterweb/websql',
'seo/meta-description',
],
},
{
Expand Down Expand Up @@ -144,6 +145,8 @@ module.exports = {
'dobetterweb/script-blocking-first-paint',
'dobetterweb/uses-http2',
'dobetterweb/uses-passive-event-listeners',
'seo/meta-description',
'seo/http-status-code',
],

groups: {
Expand Down

0 comments on commit 67ebde2

Please sign in to comment.