Skip to content

Commit

Permalink
core(seo): consistent help text links (#3901)
Browse files Browse the repository at this point in the history
* core(help-text): improve help text

Update help text meta-description audit to be more consistent with the other audits.

* core(help-text): improve help text
  • Loading branch information
daannijkamp authored and patrickhulce committed Dec 7, 2017
1 parent b72dffe commit 28f816e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/audits/seo/meta-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Description extends Audit {
description: 'Document has a meta description',
failureDescription: 'Document does not have a meta description',
helpText: 'Meta descriptions may be included in search results to concisely summarize ' +
'page content. Read more in the ' +
'[Search Console Help page](https://support.google.com/webmasters/answer/35624?hl=en#1).',
'page content. ' +
'[Learn more](https://support.google.com/webmasters/answer/35624?hl=en#1).',
requiredArtifacts: ['MetaDescription'],
};
}
Expand Down

0 comments on commit 28f816e

Please sign in to comment.