|
75 | 75 | "id": "uses-responsive-images", |
76 | 76 | "title": "Properly size images", |
77 | 77 | "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).", |
78 | | - "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). " |
| 78 | + "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)" |
79 | 79 | }, |
80 | 80 | { |
81 | 81 | "id": "valid-lang", |
|
316 | 316 | { |
317 | 317 | "id": "time-to-first-byte", |
318 | 318 | "title": "Server response times are low (TTFB)", |
319 | | - "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)." |
| 319 | + "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).", |
| 320 | + "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." |
320 | 321 | }, |
321 | 322 | { |
322 | 323 | "id": "user-timings", |
|
504 | 505 | { |
505 | 506 | "id": "is-crawlable", |
506 | 507 | "title": "Page isn’t blocked from indexing", |
507 | | - "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)." |
| 508 | + "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).", |
| 509 | + "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)" |
| 510 | + |
508 | 511 | }, |
509 | 512 | { |
510 | 513 | "id": "hreflang", |
511 | 514 | "title": "Document has a valid `hreflang`", |
512 | | - "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)." |
| 515 | + "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).", |
| 516 | + "secondaryDescription": "Consider using a plugin/service that will automatically add an `hreflang` link. Otherwise, consider choosing a theme that supports `hreflang`." |
513 | 517 | }, |
514 | 518 | { |
515 | 519 | "id": "mobile-friendly", |
516 | 520 | "title": "Page is mobile friendly", |
517 | | - "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/)." |
| 521 | + "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/).", |
| 522 | + "secondaryDescription": "Choose a theme that is mobile friendly." |
518 | 523 | }, |
519 | 524 | { |
520 | 525 | "id": "structured-data", |
|
0 commit comments