Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel committed Sep 12, 2017
1 parent b926cab commit 5c667bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lighthouse-core/audits/seo/http-status-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class HTTPStatusCode extends Audit {
return {
category: 'Crawling and Indexing',
name: 'http-status-code',
description: 'Page has successful HTTP status code',
failureDescription: 'Page doesn\'t have a successful HTTP response code',
helpText: 'The HTTP status code tells crawlers whether a URL leads to a valid page or not. ' +
'Pages with unsuccessful status codes may not be indexed properly. Learn more about ' +
'the [HTTP status codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes).',
description: 'Page has successful HTTP status code.',
failureDescription: 'Page has unsuccessful HTTP status code',
helpText: 'Pages with unsuccessful HTTP status codes may not be indexed properly. ' +
'[Learn more]' +
'(https://developers.goole.com/web/tools/lighthouse/audits/successful-http-code).',
requiredArtifacts: ['HTTPStatusCode']
};
}
Expand Down

0 comments on commit 5c667bd

Please sign in to comment.