Skip to content

Commit

Permalink
report: update link to rel=canonical reference (#4701)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Mar 15, 2018
1 parent bd1dd3d commit 0bee31b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lighthouse-core/audits/seo/canonical.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ class Canonical extends Audit {
description: 'Document has a valid `rel=canonical`',
failureDescription: 'Document does not have a valid `rel=canonical`',
helpText: 'Canonical links suggest which URL to show in search results. ' +
'Read more in [Use canonical URLs]' +
'(https://support.google.com/webmasters/answer/139066).',
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/canonical).',
requiredArtifacts: ['Canonical', 'Hreflang'],
};
}
Expand Down

0 comments on commit 0bee31b

Please sign in to comment.