Skip to content

Commit

Permalink
Merge pull request #4 from chrisblakley/master
Browse files Browse the repository at this point in the history
Added additional descriptions
  • Loading branch information
housseindjirdeh authored Feb 4, 2019
2 parents 1c95905 + 22f0221 commit 7821d37
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions wordpress/audits.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"id": "uses-responsive-images",
"title": "Properly size images",
"description": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).",
"secondaryDescription": "Upload images directly through the media library to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). "
"secondaryDescription": "Upload images directly through the media library to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). Avoid using `Full Size` images unless the dimensions are adequate for their usage. [Learn More](https://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages#Image_Size)"
},
{
"id": "valid-lang",
Expand Down Expand Up @@ -316,7 +316,8 @@
{
"id": "time-to-first-byte",
"title": "Server response times are low (TTFB)",
"description": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)."
"description": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb).",
"secondaryDescription": "Themes, plugins, and server specifications all contribute to server response time. Consider finding a more optimized theme, carefully selecting an optimization plugin, and/or upgrading your server."
},
{
"id": "user-timings",
Expand Down Expand Up @@ -504,17 +505,21 @@
{
"id": "is-crawlable",
"title": "Page isn’t blocked from indexing",
"description": "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/web/tools/lighthouse/audits/indexing)."
"description": "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/web/tools/lighthouse/audits/indexing).",
"secondaryDescription": "Make sure the Search Engine Visibility setting (under Reading) is not discouraging search engines from indexing this site by unchecking the box. Individual posts may be set to `noindex` by plugins. [Learn more](https://codex.wordpress.org/Settings_Reading_Screen)"

},
{
"id": "hreflang",
"title": "Document has a valid `hreflang`",
"description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/hreflang)."
"description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/hreflang).",
"secondaryDescription": "Consider using a plugin/service that will automatically add an `hreflang` link. Otherwise, consider choosing a theme that supports `hreflang`."
},
{
"id": "mobile-friendly",
"title": "Page is mobile friendly",
"description": "Take the [Mobile-Friendly Test](https://search.google.com/test/mobile-friendly) to check for audits not covered by Lighthouse, like sizing tap targets appropriately. [Learn more](https://developers.google.com/search/mobile-sites/)."
"description": "Take the [Mobile-Friendly Test](https://search.google.com/test/mobile-friendly) to check for audits not covered by Lighthouse, like sizing tap targets appropriately. [Learn more](https://developers.google.com/search/mobile-sites/).",
"secondaryDescription": "Choose a theme that is mobile friendly."
},
{
"id": "structured-data",
Expand Down

0 comments on commit 7821d37

Please sign in to comment.