Skip to content

Commit

Permalink
report(seo): update link to the is-crawlable/indexing reference (#4678)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Mar 15, 2018
1 parent 0bee31b commit eb982c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/audits/seo/is-crawlable.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ class IsCrawlable extends Audit {
name: 'is-crawlable',
description: 'Page isn’t blocked from indexing',
failureDescription: 'Page is blocked from indexing',
helpText: 'The "Robots" directives tell crawlers how your content should be indexed. ' +
'[Learn more](https://developers.google.com/search/reference/robots_meta_tag).',
helpText: 'Search engines are unable to include your pages in search results ' +
'if they don\'t have permission to crawl them. [Learn ' +
'more](https://developers.google.com/lighthouse/audits/indexing).',
requiredArtifacts: ['MetaRobots', 'RobotsTxt'],
};
}
Expand Down

0 comments on commit eb982c8

Please sign in to comment.