Skip to content

Commit

Permalink
report: update SEO audit descriptions & links (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Mar 31, 2018
1 parent 216eccf commit b9fa760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lighthouse-core/audits/seo/hreflang.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class Hreflang extends Audit {
name: 'hreflang',
description: 'Document has a valid `hreflang`',
failureDescription: 'Document doesn\'t have a valid `hreflang`',
helpText: 'hreflang allows crawlers to discover alternate translations of the ' +
'page content. [Learn more]' +
'(https://support.google.com/webmasters/answer/189077).',
helpText: 'hreflang links tell search engines what version of a page they should ' +
'list in search results for a given language or region. [Learn more]' +
'(https://developers.google.com/web/tools/lighthouse/audits/hreflang).',
requiredArtifacts: ['Hreflang'],
};
}
Expand Down
5 changes: 3 additions & 2 deletions lighthouse-core/audits/seo/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ class Plugins extends Audit {
name: 'plugins',
description: 'Document avoids plugins',
failureDescription: 'Document uses plugins',
helpText: 'Most mobile devices do not support plugins, and many desktop browsers restrict ' +
'them.',
helpText: 'Search engines can\'t index plugin content, and ' +
'many devices restrict plugins or don\'t support them. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/plugins).',
requiredArtifacts: ['EmbeddedContent'],
};
}
Expand Down

0 comments on commit b9fa760

Please sign in to comment.