Skip to content

Commit

Permalink
core(seo): link to "meta description" reference (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Feb 21, 2018
1 parent ee98193 commit 8605508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/meta-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Description extends Audit {
failureDescription: 'Document does not have a meta description',
helpText: 'Meta descriptions may be included in search results to concisely summarize ' +
'page content. ' +
'[Learn more](https://support.google.com/webmasters/answer/35624?hl=en#1).',
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/description).',
requiredArtifacts: ['MetaDescription'],
};
}
Expand Down

0 comments on commit 8605508

Please sign in to comment.