← back to Student Debt Crisis Redesign

audit/report.json

6075 lines

{
  "lighthouseVersion": "13.1.0",
  "requestedUrl": "https://www.studentdebtcrisis.org/",
  "mainDocumentUrl": "https://www.studentdebtcrisis.org/",
  "finalDisplayedUrl": "https://www.studentdebtcrisis.org/",
  "finalUrl": "https://www.studentdebtcrisis.org/",
  "fetchTime": "2026-04-25T14:16:29.174Z",
  "gatherMode": "navigation",
  "runWarnings": [],
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36",
  "environment": {
    "hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36",
    "benchmarkIndex": 3157.5,
    "credits": {
      "axe-core": "4.11.2"
    }
  },
  "audits": {
    "is-on-https": {
      "id": "is-on-https",
      "title": "Uses HTTPS",
      "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "url",
            "valueType": "url",
            "label": "Insecure URL"
          },
          {
            "key": "resolution",
            "valueType": "text",
            "label": "Request Resolution"
          }
        ],
        "items": []
      }
    },
    "redirects-http": {
      "id": "redirects-http",
      "title": "Redirects HTTP traffic to HTTPS",
      "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "errors-in-console": {
      "id": "errors-in-console",
      "title": "Browser errors were logged to the console",
      "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
      "score": 0,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "sourceLocation",
            "valueType": "source-location",
            "label": "Source"
          },
          {
            "key": "description",
            "valueType": "code",
            "label": "Description"
          }
        ],
        "items": [
          {
            "source": "network",
            "description": "Failed to load resource: the server responded with a status of 403 ()",
            "sourceLocation": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/v1/bulk/report-exposures",
              "urlProvider": "network",
              "line": 0,
              "column": 0
            }
          },
          {
            "source": "network",
            "description": "Failed to load resource: the server responded with a status of 502 ()",
            "sourceLocation": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/_serverless/cookie-consent-settings-serverless/v1/cookie-banner-settings?languageCode=en",
              "urlProvider": "network",
              "line": 0,
              "column": 0
            }
          }
        ]
      }
    },
    "image-aspect-ratio": {
      "id": "image-aspect-ratio",
      "title": "Displays images with correct aspect ratio",
      "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "label": ""
          },
          {
            "key": "url",
            "valueType": "url",
            "label": "URL"
          },
          {
            "key": "displayedAspectRatio",
            "valueType": "text",
            "label": "Aspect Ratio (Displayed)"
          },
          {
            "key": "actualAspectRatio",
            "valueType": "text",
            "label": "Aspect Ratio (Actual)"
          }
        ],
        "items": []
      }
    },
    "image-size-responsive": {
      "id": "image-size-responsive",
      "title": "Serves images with appropriate resolution",
      "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "label": ""
          },
          {
            "key": "url",
            "valueType": "url",
            "label": "URL"
          },
          {
            "key": "displayedSize",
            "valueType": "text",
            "label": "Displayed size"
          },
          {
            "key": "actualSize",
            "valueType": "text",
            "label": "Actual size"
          },
          {
            "key": "expectedSize",
            "valueType": "text",
            "label": "Expected size"
          }
        ],
        "items": []
      }
    },
    "deprecations": {
      "id": "deprecations",
      "title": "Avoids deprecated APIs",
      "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "value",
            "valueType": "text",
            "label": "Deprecation / Warning"
          },
          {
            "key": "source",
            "valueType": "source-location",
            "label": "Source"
          }
        ],
        "items": []
      }
    },
    "third-party-cookies": {
      "id": "third-party-cookies",
      "title": "Uses third-party cookies",
      "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
      "score": 0,
      "scoreDisplayMode": "binary",
      "displayValue": "5 cookies found",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "name",
            "valueType": "text",
            "label": "Name"
          },
          {
            "key": "url",
            "valueType": "url",
            "label": "URL"
          }
        ],
        "items": [
          {
            "name": "bSession",
            "url": "https://panorama.wixapps.net/api/v1/bulklog"
          },
          {
            "name": "XSRF-TOKEN",
            "url": "https://panorama.wixapps.net/api/v1/bulklog"
          },
          {
            "name": "bSession",
            "url": "https://panorama.wixapps.net/api/v1/bulklog"
          },
          {
            "name": "AWSALBCORS",
            "url": "https://panorama.wixapps.net/api/v1/bulklog"
          },
          {
            "name": "_can2_session",
            "url": "https://actionnetwork.org/css/style-embed-v3.css"
          }
        ]
      }
    },
    "valid-source-maps": {
      "id": "valid-source-maps",
      "title": "Page has valid source maps",
      "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "scriptUrl",
            "valueType": "url",
            "subItemsHeading": {
              "key": "error"
            },
            "label": "URL"
          },
          {
            "key": "sourceMapUrl",
            "valueType": "url",
            "label": "Map URL"
          }
        ],
        "items": [
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/handleAccessTokens.inline.dc220a1a.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/overrideGlobals.inline.306e90d8.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/sendFedopsLoadStarted.inline.1189ae2c.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/webpack-runtime.5b4e16b4.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/fastdom.inline.58a6f94c.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/custom-element-utils.inline.dfd062cc.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/initCustomElements.inline.25987d64.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/externals-registry.inline.2c3a9b6e.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/lazyCustomElementWrapper.inline.0a0bab45.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/bi-common.inline.4cb8b6a1.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/createPlatformWorker.inline.5582455f.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/windowMessageRegister.inline.d8470fd7.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/bi.inline.f636c49b.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://www.studentdebtcrisis.org/",
            "sourceMapUrl": "https://www.studentdebtcrisis.org/sendBeat12.inline.b6bc7452.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "error": "Error: Failed fetching source map (400)"
                }
              ]
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.b6975c2a.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.b6975c2a.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.b09c4d5c.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.b09c4d5c.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.ca2949bb.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.ca2949bb.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.23ab777e.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.23ab777e.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/TPABaseComponent.a461f98b.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/TPABaseComponent.a461f98b.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.f72183ab.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.f72183ab.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.2b110099.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.2b110099.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.b6ac6398.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.b6ac6398.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.dda061e2.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.dda061e2.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/stores.0468e03d.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/stores.0468e03d.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.a72bfdc3.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.a72bfdc3.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.0f29966f.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.0f29966f.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d38ddc5a.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d38ddc5a.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.c31eca95.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.c31eca95.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.4f6f476c.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.4f6f476c.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.c63ab772.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.c63ab772.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/routerFetch.4fed4805.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/routerFetch.4fed4805.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/router.a868afca.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/router.a868afca.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.b7edb858.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.b7edb858.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.90f3ef29.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.90f3ef29.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/quickActionBar.35dbd2c2.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/quickActionBar.35dbd2c2.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9e2f0c3d.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9e2f0c3d.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/popups.4f64a536.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/popups.4f64a536.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.bde4edad.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.bde4edad.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.884c7fe8.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.884c7fe8.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.1bdf1744.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.1bdf1744.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.b16478c5.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.b16478c5.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.5da71659.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.5da71659.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.857097f4.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.857097f4.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.a6072a7b.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.a6072a7b.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/mobileFullScreen.3c69b7f5.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/mobileFullScreen.3c69b7f5.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.a5b51f31.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.a5b51f31.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.a5c38083.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.a5c38083.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.c8b7529f.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.c8b7529f.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_8.8d04ec73.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_8.8d04ec73.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.c0d47db2.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.c0d47db2.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_50.c5131fce.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_50.c5131fce.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.19f45dc1.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.19f45dc1.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.b4a59480.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.b4a59480.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.825d1a51.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.825d1a51.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_38.90c9557b.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_38.90c9557b.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.2abbdf6f.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.2abbdf6f.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.443a1623.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.443a1623.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_28.98f4bda8.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_28.98f4bda8.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_27.24507aab.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_27.24507aab.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.ae2b90b3.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.ae2b90b3.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_23.572bd6dc.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_23.572bd6dc.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.476583c6.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.476583c6.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_20.1128a55d.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_20.1128a55d.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.2c8bde99.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.2c8bde99.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.71cad7d9.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.71cad7d9.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_11.e2f9d796.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_11.e2f9d796.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.5120b1c2.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.5120b1c2.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.bf1ce5f4.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.bf1ce5f4.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.dbb376f6.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.dbb376f6.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.ce65c260.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.ce65c260.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environment.aa72590f.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/environment.aa72590f.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.1b10d791.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.1b10d791.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.4d54a74d.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.4d54a74d.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.0df2cf2d.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.0df2cf2d.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.7085d18c.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.7085d18c.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.c7f0149b.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.c7f0149b.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.07f88113.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.07f88113.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.382014f6.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.382014f6.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.1a4bd352.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.1a4bd352.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.d502493c.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.d502493c.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.726e9885.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.726e9885.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations.49c55ede.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations.49c55ede.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.6895cb62.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.6895cb62.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.5a528201.chunk.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.5a528201.chunk.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/profile-card-tpa-ooi/1.2916.0/ProfileCardViewerWidgetNoCss.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/profile-card-tpa-ooi/1.2916.0/ProfileCardViewerWidgetNoCss.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[WPhoto_LiftedShadowPhoto].15573384.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[WPhoto_LiftedShadowPhoto].15573384.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_Default].76b92073.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_Default].76b92073.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].0b8489af.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].0b8489af.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].aec8153a.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].aec8153a.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].8b0178bf.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].8b0178bf.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[QuickActionBar_floatingSkin].76343ac3.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[QuickActionBar_floatingSkin].76343ac3.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MeshGroup].ed33e0e4.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MeshGroup].ed33e0e4.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Classic].3866d25e.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Classic].3866d25e.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[HtmlComponent].18b6b9b2.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[HtmlComponent].18b6b9b2.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].72adc7c0.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].72adc7c0.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[DropDownMenu_ComboBoxInputNavigation].47359326.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[DropDownMenu_ComboBoxInputNavigation].47359326.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].2353971d.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].2353971d.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].7122231e.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].7122231e.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_mobile.37766d1a.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_mobile.37766d1a.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.f95e24fd.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.f95e24fd.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.28aa948b.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.28aa948b.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/cookie-consent-banner-for-uou/1.819.0//app.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/cookie-consent-banner-for-uou/1.819.0//app.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://static.parastorage.com/services/communities-blog-ooi/1.3167.0/PostListViewerWidgetNoCss.bundle.min.js",
            "sourceMapUrl": "https://static.parastorage.com/services/communities-blog-ooi/1.3167.0/PostListViewerWidgetNoCss.bundle.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "scriptUrl": "https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js",
            "sourceMapUrl": "https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js.map",
            "subItems": {
              "type": "subitems",
              "items": []
            }
          }
        ]
      }
    },
    "csp-xss": {
      "id": "csp-xss",
      "title": "Ensure CSP is effective against XSS attacks",
      "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "description",
            "valueType": "text",
            "subItemsHeading": {
              "key": "description"
            },
            "label": "Description"
          },
          {
            "key": "directive",
            "valueType": "code",
            "subItemsHeading": {
              "key": "directive"
            },
            "label": "Directive"
          },
          {
            "key": "severity",
            "valueType": "text",
            "subItemsHeading": {
              "key": "severity"
            },
            "label": "Severity"
          }
        ],
        "items": [
          {
            "severity": "High",
            "description": "No CSP found in enforcement mode"
          }
        ]
      }
    },
    "has-hsts": {
      "id": "has-hsts",
      "title": "Use a strong HSTS policy",
      "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "description",
            "valueType": "text",
            "subItemsHeading": {
              "key": "description"
            },
            "label": "Description"
          },
          {
            "key": "directive",
            "valueType": "code",
            "subItemsHeading": {
              "key": "directive"
            },
            "label": "Directive"
          },
          {
            "key": "severity",
            "valueType": "text",
            "subItemsHeading": {
              "key": "severity"
            },
            "label": "Severity"
          }
        ],
        "items": [
          {
            "directive": "includeSubDomains",
            "description": "No `includeSubDomains` directive found",
            "severity": "Medium"
          },
          {
            "directive": "preload",
            "description": "No `preload` directive found",
            "severity": "Medium"
          }
        ]
      }
    },
    "origin-isolation": {
      "id": "origin-isolation",
      "title": "Ensure proper origin isolation with COOP",
      "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "description",
            "valueType": "text",
            "subItemsHeading": {
              "key": "description"
            },
            "label": "Description"
          },
          {
            "key": "directive",
            "valueType": "code",
            "subItemsHeading": {
              "key": "directive"
            },
            "label": "Directive"
          },
          {
            "key": "severity",
            "valueType": "text",
            "subItemsHeading": {
              "key": "severity"
            },
            "label": "Severity"
          }
        ],
        "items": [
          {
            "description": "No COOP header found",
            "severity": "High"
          }
        ]
      }
    },
    "clickjacking-mitigation": {
      "id": "clickjacking-mitigation",
      "title": "Mitigate clickjacking with XFO or CSP",
      "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "description",
            "valueType": "text",
            "subItemsHeading": {
              "key": "description"
            },
            "label": "Description"
          },
          {
            "key": "severity",
            "valueType": "text",
            "subItemsHeading": {
              "key": "severity"
            },
            "label": "Severity"
          }
        ],
        "items": [
          {
            "severity": "High",
            "description": "No frame control policy found"
          }
        ]
      }
    },
    "trusted-types-xss": {
      "id": "trusted-types-xss",
      "title": "Mitigate DOM-based XSS with Trusted Types",
      "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "description",
            "valueType": "text",
            "subItemsHeading": {
              "key": "description"
            },
            "label": "Description"
          },
          {
            "key": "severity",
            "valueType": "text",
            "subItemsHeading": {
              "key": "severity"
            },
            "label": "Severity"
          }
        ],
        "items": [
          {
            "severity": "High",
            "description": "No `Content-Security-Policy` header with Trusted Types directive found"
          }
        ]
      }
    },
    "accesskeys": {
      "id": "accesskeys",
      "title": "`[accesskey]` values are unique",
      "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.11/accesskeys).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-allowed-attr": {
      "id": "aria-allowed-attr",
      "title": "`[aria-*]` attributes match their roles",
      "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-allowed-role": {
      "id": "aria-allowed-role",
      "title": "Uses ARIA roles only on compatible elements",
      "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-command-name": {
      "id": "aria-command-name",
      "title": "`button`, `link`, and `menuitem` elements have accessible names",
      "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-command-name).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-conditional-attr": {
      "id": "aria-conditional-attr",
      "title": "ARIA attributes are used as specified for the element's role",
      "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-deprecated-role": {
      "id": "aria-deprecated-role",
      "title": "Deprecated ARIA roles were not used",
      "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-dialog-name": {
      "id": "aria-dialog-name",
      "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
      "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-hidden-body": {
      "id": "aria-hidden-body",
      "title": "`[aria-hidden=\"true\"]` is not present on the document `<body>`",
      "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-hidden-focus": {
      "id": "aria-hidden-focus",
      "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
      "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-input-field-name": {
      "id": "aria-input-field-name",
      "title": "ARIA input fields have accessible names",
      "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-meter-name": {
      "id": "aria-meter-name",
      "title": "ARIA `meter` elements have accessible names",
      "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.11/aria-meter-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-progressbar-name": {
      "id": "aria-progressbar-name",
      "title": "ARIA `progressbar` elements have accessible names",
      "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.11/aria-progressbar-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-prohibited-attr": {
      "id": "aria-prohibited-attr",
      "title": "Elements use only permitted ARIA attributes",
      "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-required-attr": {
      "id": "aria-required-attr",
      "title": "`[role]`s have all required `[aria-*]` attributes",
      "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-required-children": {
      "id": "aria-required-children",
      "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
      "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-required-parent": {
      "id": "aria-required-parent",
      "title": "`[role]`s are contained by their required parent element",
      "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-roles": {
      "id": "aria-roles",
      "title": "`[role]` values are valid",
      "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-roles).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-text": {
      "id": "aria-text",
      "title": "Elements with the `role=text` attribute do not have focusable descendents.",
      "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.11/aria-text).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-toggle-field-name": {
      "id": "aria-toggle-field-name",
      "title": "ARIA toggle fields have accessible names",
      "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-tooltip-name": {
      "id": "aria-tooltip-name",
      "title": "ARIA `tooltip` elements have accessible names",
      "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.11/aria-tooltip-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-treeitem-name": {
      "id": "aria-treeitem-name",
      "title": "ARIA `treeitem` elements have accessible names",
      "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.11/aria-treeitem-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "aria-valid-attr-value": {
      "id": "aria-valid-attr-value",
      "title": "`[aria-*]` attributes have valid values",
      "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "aria-valid-attr": {
      "id": "aria-valid-attr",
      "title": "`[aria-*]` attributes are valid and not misspelled",
      "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "button-name": {
      "id": "button-name",
      "title": "Buttons have an accessible name",
      "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "bypass": {
      "id": "bypass",
      "title": "The page contains a heading, skip link, or landmark region",
      "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.11/bypass).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "color-contrast": {
      "id": "color-contrast",
      "title": "Background and foreground colors have a sufficient contrast ratio",
      "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "definition-list": {
      "id": "definition-list",
      "title": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.",
      "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.11/definition-list).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "dlitem": {
      "id": "dlitem",
      "title": "Definition list items are wrapped in `<dl>` elements",
      "description": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.11/dlitem).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "document-title": {
      "id": "document-title",
      "title": "Document has a `<title>` element",
      "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.11/document-title).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "duplicate-id-aria": {
      "id": "duplicate-id-aria",
      "title": "ARIA IDs are unique",
      "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "empty-heading": {
      "id": "empty-heading",
      "title": "All heading elements contain content.",
      "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.11/empty-heading).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "form-field-multiple-labels": {
      "id": "form-field-multiple-labels",
      "title": "No form fields have multiple labels",
      "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "frame-title": {
      "id": "frame-title",
      "title": "`<frame>` or `<iframe>` elements have a title",
      "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.11/frame-title).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "heading-order": {
      "id": "heading-order",
      "title": "Heading elements appear in a sequentially-descending order",
      "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "html-has-lang": {
      "id": "html-has-lang",
      "title": "`<html>` element has a `[lang]` attribute",
      "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/html-has-lang).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "html-lang-valid": {
      "id": "html-lang-valid",
      "title": "`<html>` element has a valid value for its `[lang]` attribute",
      "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/html-lang-valid).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "html-xml-lang-mismatch": {
      "id": "html-xml-lang-mismatch",
      "title": "`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
      "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/html-xml-lang-mismatch).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "identical-links-same-purpose": {
      "id": "identical-links-same-purpose",
      "title": "Identical links have the same purpose.",
      "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.11/identical-links-same-purpose).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "image-alt": {
      "id": "image-alt",
      "title": "Image elements have `[alt]` attributes",
      "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "image-redundant-alt": {
      "id": "image-redundant-alt",
      "title": "Image elements do not have `[alt]` attributes that are redundant text.",
      "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "input-button-name": {
      "id": "input-button-name",
      "title": "Input buttons have discernible text.",
      "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.11/input-button-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "input-image-alt": {
      "id": "input-image-alt",
      "title": "`<input type=\"image\">` elements have `[alt]` text",
      "description": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.11/input-image-alt).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "label-content-name-mismatch": {
      "id": "label-content-name-mismatch",
      "title": "Elements with visible text labels have matching accessible names.",
      "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "label": {
      "id": "label",
      "title": "Form elements have associated labels",
      "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "landmark-one-main": {
      "id": "landmark-one-main",
      "title": "Document has a main landmark.",
      "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "link-name": {
      "id": "link-name",
      "title": "Links do not have a discernible name",
      "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).",
      "score": 0,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": [
          {
            "node": {
              "type": "node",
              "lhId": "1-0-A",
              "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,1,DIV,1,DIV,0,DIV,0,DIV,0,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,A",
              "selector": "div > div > div#comp-jg3bd4sj > a.aeyn4z",
              "boundingRect": {
                "top": 25,
                "bottom": 50,
                "left": 528,
                "right": 548,
                "width": 20,
                "height": 25
              },
              "snippet": "<a data-testid=\"linkElement\" href=\"https://www.studentdebtcrisis.org\" target=\"_self\" class=\"aeyn4z\">",
              "nodeLabel": "div > div > div#comp-jg3bd4sj > a.aeyn4z",
              "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
            }
          }
        ],
        "debugData": {
          "type": "debugdata",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ]
        }
      }
    },
    "link-in-text-block": {
      "id": "link-in-text-block",
      "title": "Links are distinguishable without relying on color.",
      "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "list": {
      "id": "list",
      "title": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
      "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "listitem": {
      "id": "listitem",
      "title": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements",
      "description": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/listitem).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "meta-refresh": {
      "id": "meta-refresh",
      "title": "The document does not use `<meta http-equiv=\"refresh\">`",
      "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.11/meta-refresh).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "meta-viewport": {
      "id": "meta-viewport",
      "title": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
      "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.11/meta-viewport).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "object-alt": {
      "id": "object-alt",
      "title": "`<object>` elements have alternate text",
      "description": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.11/object-alt).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "select-name": {
      "id": "select-name",
      "title": "Select elements have associated label elements.",
      "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.11/select-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "skip-link": {
      "id": "skip-link",
      "title": "Skip links are focusable.",
      "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.11/skip-link).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "tabindex": {
      "id": "tabindex",
      "title": "No element has a `[tabindex]` value greater than 0",
      "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.11/tabindex).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "table-duplicate-name": {
      "id": "table-duplicate-name",
      "title": "Tables have different content in the summary attribute and `<caption>`.",
      "description": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.11/table-duplicate-name).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "table-fake-caption": {
      "id": "table-fake-caption",
      "title": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.",
      "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.11/table-fake-caption).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "target-size": {
      "id": "target-size",
      "title": "Touch targets do not have sufficient size or spacing.",
      "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).",
      "score": 0,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": [
          {
            "node": {
              "type": "node",
              "lhId": "1-1-A",
              "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,0,LI,0,A",
              "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
              "boundingRect": {
                "top": 2511,
                "bottom": 2519,
                "left": 641,
                "right": 649,
                "width": 8,
                "height": 8
              },
              "snippet": "<a href=\"./#comp-llvrt3hh\" aria-label=\"Section3SlideShowItem1MediaImage1\" class=\"ZVUGJp Ale4Rm\">",
              "nodeLabel": "Section3SlideShowItem1MediaImage1",
              "explanation": "Fix any of the following:\n  Target has insufficient size (8px by 8px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px."
            },
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "relatedNode": {
                    "type": "node",
                    "lhId": "1-2-A",
                    "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,1,LI,0,A",
                    "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
                    "boundingRect": {
                      "top": 2511,
                      "bottom": 2519,
                      "left": 664,
                      "right": 672,
                      "width": 8,
                      "height": 8
                    },
                    "snippet": "<a href=\"./#comp-llvrt3hm5\" aria-label=\"Section3SlideShowItem2MediaImage1\" class=\"ZVUGJp\">",
                    "nodeLabel": "Section3SlideShowItem2MediaImage1"
                  }
                }
              ]
            }
          },
          {
            "node": {
              "type": "node",
              "lhId": "1-2-A",
              "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,1,LI,0,A",
              "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
              "boundingRect": {
                "top": 2511,
                "bottom": 2519,
                "left": 664,
                "right": 672,
                "width": 8,
                "height": 8
              },
              "snippet": "<a href=\"./#comp-llvrt3hm5\" aria-label=\"Section3SlideShowItem2MediaImage1\" class=\"ZVUGJp\">",
              "nodeLabel": "Section3SlideShowItem2MediaImage1",
              "explanation": "Fix any of the following:\n  Target has insufficient size (8px by 8px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px."
            },
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "relatedNode": {
                    "type": "node",
                    "lhId": "1-1-A",
                    "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,0,LI,0,A",
                    "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
                    "boundingRect": {
                      "top": 2511,
                      "bottom": 2519,
                      "left": 641,
                      "right": 649,
                      "width": 8,
                      "height": 8
                    },
                    "snippet": "<a href=\"./#comp-llvrt3hh\" aria-label=\"Section3SlideShowItem1MediaImage1\" class=\"ZVUGJp Ale4Rm\">",
                    "nodeLabel": "Section3SlideShowItem1MediaImage1"
                  }
                },
                {
                  "relatedNode": {
                    "type": "node",
                    "lhId": "1-3-A",
                    "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,2,LI,0,A",
                    "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
                    "boundingRect": {
                      "top": 2511,
                      "bottom": 2519,
                      "left": 687,
                      "right": 695,
                      "width": 8,
                      "height": 8
                    },
                    "snippet": "<a href=\"./#comp-llvrt3hr\" aria-label=\"Section3SlideShowItem3MediaImage1\" class=\"ZVUGJp\">",
                    "nodeLabel": "Section3SlideShowItem3MediaImage1"
                  }
                }
              ]
            }
          },
          {
            "node": {
              "type": "node",
              "lhId": "1-3-A",
              "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,2,LI,0,A",
              "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
              "boundingRect": {
                "top": 2511,
                "bottom": 2519,
                "left": 687,
                "right": 695,
                "width": 8,
                "height": 8
              },
              "snippet": "<a href=\"./#comp-llvrt3hr\" aria-label=\"Section3SlideShowItem3MediaImage1\" class=\"ZVUGJp\">",
              "nodeLabel": "Section3SlideShowItem3MediaImage1",
              "explanation": "Fix any of the following:\n  Target has insufficient size (8px by 8px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px."
            },
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "relatedNode": {
                    "type": "node",
                    "lhId": "1-2-A",
                    "path": "1,HTML,1,BODY,9,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,SECTION,1,DIV,0,DIV,2,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,NAV,0,OL,1,LI,0,A",
                    "selector": "nav.lZ5yqT > ol.dZxZOk > li > a.ZVUGJp",
                    "boundingRect": {
                      "top": 2511,
                      "bottom": 2519,
                      "left": 664,
                      "right": 672,
                      "width": 8,
                      "height": 8
                    },
                    "snippet": "<a href=\"./#comp-llvrt3hm5\" aria-label=\"Section3SlideShowItem2MediaImage1\" class=\"ZVUGJp\">",
                    "nodeLabel": "Section3SlideShowItem2MediaImage1"
                  }
                }
              ]
            }
          }
        ],
        "debugData": {
          "type": "debugdata",
          "impact": "serious",
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag22aa",
            "wcag258"
          ]
        }
      }
    },
    "td-has-header": {
      "id": "td-has-header",
      "title": "`<td>` elements in a large `<table>` have one or more table headers.",
      "description": "Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.11/td-has-header).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "td-headers-attr": {
      "id": "td-headers-attr",
      "title": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.",
      "description": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.11/td-headers-attr).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "th-has-data-cells": {
      "id": "th-has-data-cells",
      "title": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
      "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.11/th-has-data-cells).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "valid-lang": {
      "id": "valid-lang",
      "title": "`[lang]` attributes have a valid value",
      "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/valid-lang).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "video-caption": {
      "id": "video-caption",
      "title": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`",
      "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.11/video-caption).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "custom-controls-labels": {
      "id": "custom-controls-labels",
      "title": "Custom controls have associated labels",
      "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "custom-controls-roles": {
      "id": "custom-controls-roles",
      "title": "Custom controls have ARIA roles",
      "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "focus-traps": {
      "id": "focus-traps",
      "title": "User focus is not accidentally trapped in a region",
      "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "focusable-controls": {
      "id": "focusable-controls",
      "title": "Interactive controls are keyboard focusable",
      "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "interactive-element-affordance": {
      "id": "interactive-element-affordance",
      "title": "Interactive elements indicate their purpose and state",
      "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "logical-tab-order": {
      "id": "logical-tab-order",
      "title": "The page has a logical tab order",
      "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "managed-focus": {
      "id": "managed-focus",
      "title": "The user's focus is directed to new content added to the page",
      "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "offscreen-content-hidden": {
      "id": "offscreen-content-hidden",
      "title": "Offscreen content is hidden from assistive technology",
      "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "use-landmarks": {
      "id": "use-landmarks",
      "title": "HTML5 landmark elements are used to improve navigation",
      "description": "Landmark elements (`<main>`, `<nav>`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "visual-order-follows-dom": {
      "id": "visual-order-follows-dom",
      "title": "Visual order on the page follows DOM order",
      "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
      "score": null,
      "scoreDisplayMode": "manual"
    },
    "autocomplete-valid": {
      "id": "autocomplete-valid",
      "title": "`autocomplete` attributes are used correctly",
      "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.11/autocomplete-valid).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "presentation-role-conflict": {
      "id": "presentation-role-conflict",
      "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
      "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "subItemsHeading": {
              "key": "relatedNode",
              "valueType": "node"
            },
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "svg-img-alt": {
      "id": "svg-img-alt",
      "title": "SVG elements with an `img` role have an accessible text alternative",
      "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.11/svg-img-alt).",
      "score": null,
      "scoreDisplayMode": "notApplicable"
    },
    "doctype": {
      "id": "doctype",
      "title": "Page has the HTML doctype",
      "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
      "score": 1,
      "scoreDisplayMode": "binary"
    },
    "charset": {
      "id": "charset",
      "title": "Properly defines charset",
      "description": "A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
      "score": 1,
      "scoreDisplayMode": "binary"
    },
    "geolocation-on-start": {
      "id": "geolocation-on-start",
      "title": "Avoids requesting the geolocation permission on page load",
      "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "source",
            "valueType": "source-location",
            "label": "Source"
          }
        ],
        "items": []
      }
    },
    "inspector-issues": {
      "id": "inspector-issues",
      "title": "Issues were logged in the `Issues` panel in Chrome Devtools",
      "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
      "score": 0,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "issueType",
            "valueType": "text",
            "subItemsHeading": {
              "key": "url",
              "valueType": "url"
            },
            "label": "Issue type"
          }
        ],
        "items": [
          {
            "issueType": "Cookie",
            "subItems": {
              "type": "subitems",
              "items": [
                {
                  "url": "https://panorama.wixapps.net/api/v1/bulklog"
                },
                {
                  "url": "https://actionnetwork.org/css/style-embed-v3.css"
                },
                {
                  "url": "https://actionnetwork.org/widgets/v5/form/student-debt-crisis-center?format=js&source=widget"
                },
                {
                  "url": "https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-jqkn0z81&viewerCompId=comp-jqkn0z81&siteRevision=805&viewMode=site&deviceType=mobile&locale=en&tz=America%2FLos_Angeles&regionalLanguage=en&width=0&height=0&instance=VnVrawbSUwKRhLrpef5o2PRX0zSONofg0e8LX7QjhrM.eyJpbnN0YW5jZUlkIjoiOWYwOWRiMGUtNzQ0YS00ZGUyLWIwZDQtYjYwMzYyYTM1NWFkIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiYWRkYjM5MTItZDg2MC00ZTNkLWIyYWYtYTEwZTNhYTExNGQ3Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTI1VDE0OjE2OjI5LjgzN1oiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJkMzQwNzI0Ni1mMjM0LTRlZDQtOGY5Yy1iYzYxODZlZjE5ZTEiLCJhaWQiOiJhNzlkZDgyNi1mYTRjLTRiMjUtYjk1NS0yYmQ3OTRiOTczZjUiLCJiaVRva2VuIjoiMzJkMmUyMWMtYWMyYS0wM2RmLTAyN2ItMTcwZDU4MDI0MTdhIiwic2l0ZU93bmVySWQiOiIwNzA1YjgzYi02MjRhLTQ3ODYtOTA4OC0wYmRlZDMyY2VmMzYiLCJicyI6Im9seFVkZ1lOU0dhUjBmN0hsbTQ5WnBqREo5REhHeHZoTk9BN2cxMXRiYWMiLCJzY2QiOiIyMDIzLTA0LTI0VDE5OjIzOjQxLjc5OVoifQ&currency=USD&currentCurrency=USD&commonConfig=%7B%22brand%22%3A%22wix%22%2C%22host%22%3A%22VIEWER%22%2C%22bsi%22%3A%22e02d625a-bc3d-4800-bdef-e2de573d71c5%7C1%22%2C%22siteRevision%22%3A%22805%22%2C%22renderingFlow%22%3A%22NONE%22%2C%22language%22%3A%22en%22%2C%22locale%22%3A%22en-us%22%2C%22BSI%22%3A%22e02d625a-bc3d-4800-bdef-e2de573d71c5%7C1%22%7D&currentRoute=.%2F&vsi=7aa05a45-4271-4b3e-ace5-4c2bf0f02d12"
                },
                {
                  "url": "https://actionnetwork.org/widgets/v5/form/student-debt-crisis-center?format=js&source=widget&js_inner=true"
                },
                {
                  "url": "https://actionnetwork.org/includes/js/jquery-min.js"
                },
                {
                  "url": "https://actionnetwork.org/includes/js/can-embed.js?v=69"
                },
                {
                  "url": "https://engage.wixapps.net/_api/chat-web/v1/real-time-tokens"
                },
                {
                  "url": "https://actionnetwork.org/includes/js/challenge.min.js?v=69"
                },
                {
                  "url": "https://actionnetwork.org/images/spinner8.png"
                },
                {
                  "url": "https://engage.wixapps.net/serverless/chat-event-reporter/report-event"
                },
                {
                  "url": "https://engage.wixapps.net/_api/presence-service/v1/set-data"
                }
              ]
            }
          }
        ]
      }
    },
    "js-libraries": {
      "id": "js-libraries",
      "title": "Detected JavaScript libraries",
      "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "name",
            "valueType": "text",
            "label": "Name"
          },
          {
            "key": "version",
            "valueType": "text",
            "label": "Version"
          }
        ],
        "items": [
          {
            "name": "React",
            "version": "18.3.1",
            "npm": "react"
          },
          {
            "name": "Lo-Dash",
            "version": "4.17.21",
            "npm": "lodash"
          },
          {
            "name": "RequireJS",
            "version": "2.3.6",
            "npm": "requirejs"
          }
        ],
        "debugData": {
          "type": "debugdata",
          "stacks": [
            {
              "id": "react",
              "version": "18.3.1"
            },
            {
              "id": "react-fast",
              "version": "18.3.1"
            },
            {
              "id": "lodash",
              "version": "4.17.21"
            },
            {
              "id": "requirejs",
              "version": "2.3.6"
            }
          ]
        }
      }
    },
    "notification-on-start": {
      "id": "notification-on-start",
      "title": "Avoids requesting the notification permission on page load",
      "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "source",
            "valueType": "source-location",
            "label": "Source"
          }
        ],
        "items": []
      }
    },
    "paste-preventing-inputs": {
      "id": "paste-preventing-inputs",
      "title": "Allows users to paste into input fields",
      "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "label": "Failing Elements"
          }
        ],
        "items": []
      }
    },
    "baseline": {
      "id": "baseline",
      "title": "Baseline Features",
      "description": "Lists web features used on the page and their Baseline status as of 2026-03-18. [Learn more about Baseline](https://webstatus.dev/).",
      "score": 1,
      "scoreDisplayMode": "informative",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "featureId",
            "valueType": "link",
            "label": "Web-features"
          },
          {
            "key": "displayStatus",
            "valueType": "baseline-status",
            "label": "Baseline Status"
          },
          {
            "key": "source",
            "valueType": "source-location",
            "label": "Source"
          }
        ],
        "items": [
          {
            "featureId": {
              "type": "link",
              "text": "long-animation-frames",
              "url": "https://webstatus.dev/features/long-animation-frames"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.a5b51f31.bundle.min.js",
              "urlProvider": "network",
              "line": 2,
              "column": 10227
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "scheduler",
              "url": "https://webstatus.dev/features/scheduler"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.b6ac6398.bundle.min.js",
              "urlProvider": "network",
              "line": 6,
              "column": 432
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "layout-instability",
              "url": "https://webstatus.dev/features/layout-instability"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.a5b51f31.bundle.min.js",
              "urlProvider": "network",
              "line": 2,
              "column": 10227
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "requestidlecallback",
              "url": "https://webstatus.dev/features/requestidlecallback"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "_lighthouse-eval.js",
              "urlProvider": "network",
              "line": 23,
              "column": 15
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "background-clip-text",
              "url": "https://webstatus.dev/features/background-clip-text"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "https://actionnetwork.org/includes/js/jquery-min.js",
              "urlProvider": "network",
              "line": 0,
              "column": 18001
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "ua-client-hints",
              "url": "https://webstatus.dev/features/ua-client-hints"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            },
            "source": {
              "type": "source-location",
              "url": "https://dist.eventscalendar.co/embed.js",
              "urlProvider": "network",
              "line": 2,
              "column": 998840
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "speculation-rules",
              "url": "https://webstatus.dev/features/speculation-rules"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "with",
              "url": "https://webstatus.dev/features/with"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "limited",
              "displayString": "Limited Availability"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "fetch-priority",
              "url": "https://webstatus.dev/features/fetch-priority"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2024-10-29)"
            },
            "source": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/",
              "urlProvider": "network",
              "line": 1513,
              "column": 6304
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "scrollbar-color",
              "url": "https://webstatus.dev/features/scrollbar-color"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2025-12-12)"
            },
            "source": {
              "type": "source-location",
              "url": "https://dist.eventscalendar.co/embed.js",
              "urlProvider": "network",
              "line": 2,
              "column": 1004036
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "active-view-transition",
              "url": "https://webstatus.dev/features/active-view-transition"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2026-01-13)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "has",
              "url": "https://webstatus.dev/features/has"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2023-12-19)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "scrollbar-width",
              "url": "https://webstatus.dev/features/scrollbar-width"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2024-12-11)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "masks",
              "url": "https://webstatus.dev/features/masks"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2023-12-07)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "backdrop-filter",
              "url": "https://webstatus.dev/features/backdrop-filter"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2024-09-16)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "avif",
              "url": "https://webstatus.dev/features/avif"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2024-01-25)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "http3",
              "url": "https://webstatus.dev/features/http3"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "low",
              "displayString": "Newly Available (2024-09-16)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "nullish-coalescing",
              "url": "https://webstatus.dev/features/nullish-coalescing"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-09-16)"
            },
            "source": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/",
              "urlProvider": "network",
              "line": 0,
              "column": 0
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "request-animation-frame",
              "url": "https://webstatus.dev/features/request-animation-frame"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2015-07-29)"
            },
            "source": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/",
              "urlProvider": "network",
              "line": 1464,
              "column": 8
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "intersection-observer",
              "url": "https://webstatus.dev/features/intersection-observer"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2019-03-25)"
            },
            "source": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/",
              "urlProvider": "network",
              "line": 1513,
              "column": 7421
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "string-replaceall",
              "url": "https://webstatus.dev/features/string-replaceall"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-08-27)"
            },
            "source": {
              "type": "source-location",
              "url": "https://www.studentdebtcrisis.org/",
              "urlProvider": "network",
              "line": 1588,
              "column": 3849
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "focus-visible",
              "url": "https://webstatus.dev/features/focus-visible"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2022-03-14)"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/cookie-consent-banner-for-uou/1.819.0//app.bundle.min.js",
              "urlProvider": "network",
              "line": 0,
              "column": 51177
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "text-underline-offset",
              "url": "https://webstatus.dev/features/text-underline-offset"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-11-19)"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/cookie-consent-banner-for-uou/1.819.0//app.bundle.min.js",
              "urlProvider": "network",
              "line": 0,
              "column": 51154
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "web-animations",
              "url": "https://webstatus.dev/features/web-animations"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-09-16)"
            },
            "source": {
              "type": "source-location",
              "url": "https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.js",
              "urlProvider": "network",
              "line": 0,
              "column": 117434
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "text-indent",
              "url": "https://webstatus.dev/features/text-indent"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2015-07-29)"
            },
            "source": {
              "type": "source-location",
              "url": "https://dist.eventscalendar.co/embed.js",
              "urlProvider": "network",
              "line": 2,
              "column": 1004036
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "slot",
              "url": "https://webstatus.dev/features/slot"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-01-15)"
            },
            "source": {
              "type": "source-location",
              "url": "https://actionnetwork.org/includes/js/jquery-min.js",
              "urlProvider": "network",
              "line": 0,
              "column": 16231
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "structured-clone",
              "url": "https://webstatus.dev/features/structured-clone"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2022-03-14)"
            },
            "source": {
              "type": "source-location",
              "url": "https://dist.eventscalendar.co/embed.js",
              "urlProvider": "network",
              "line": 2,
              "column": 969521
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "outline",
              "url": "https://webstatus.dev/features/outline"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2023-03-27)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "not",
              "url": "https://webstatus.dev/features/not"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-01-21)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "quotes",
              "url": "https://webstatus.dev/features/quotes"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-04-26)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "overflow-clip",
              "url": "https://webstatus.dev/features/overflow-clip"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2022-09-12)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "logical-properties",
              "url": "https://webstatus.dev/features/logical-properties"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-09-20)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "clip-path",
              "url": "https://webstatus.dev/features/clip-path"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-01-21)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "is",
              "url": "https://webstatus.dev/features/is"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-01-21)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "will-change",
              "url": "https://webstatus.dev/features/will-change"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-01-15)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "scroll-snap",
              "url": "https://webstatus.dev/features/scroll-snap"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-01-15)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "where",
              "url": "https://webstatus.dev/features/where"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-01-21)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "animation-composition",
              "url": "https://webstatus.dev/features/animation-composition"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2023-07-04)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "revert-value",
              "url": "https://webstatus.dev/features/revert-value"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-07-27)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "grid",
              "url": "https://webstatus.dev/features/grid"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2017-10-17)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "flexbox",
              "url": "https://webstatus.dev/features/flexbox"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2015-09-30)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "logical-assignments",
              "url": "https://webstatus.dev/features/logical-assignments"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-09-16)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "referrer-policy",
              "url": "https://webstatus.dev/features/referrer-policy"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2021-09-20)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "media-query-range-syntax",
              "url": "https://webstatus.dev/features/media-query-range-syntax"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2023-03-27)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "overflow-shorthand",
              "url": "https://webstatus.dev/features/overflow-shorthand"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2020-03-24)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "appearance",
              "url": "https://webstatus.dev/features/appearance"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2022-03-14)"
            }
          },
          {
            "featureId": {
              "type": "link",
              "text": "individual-transforms",
              "url": "https://webstatus.dev/features/individual-transforms"
            },
            "displayStatus": {
              "type": "baseline-status",
              "status": "high",
              "displayString": "Widely Available (2022-08-05)"
            }
          }
        ]
      }
    },
    "meta-description": {
      "id": "meta-description",
      "title": "Document has a meta description",
      "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
      "score": 1,
      "scoreDisplayMode": "binary"
    },
    "http-status-code": {
      "id": "http-status-code",
      "title": "Page has successful HTTP status code",
      "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
      "score": 1,
      "scoreDisplayMode": "binary"
    },
    "link-text": {
      "id": "link-text",
      "title": "Links do not have descriptive text",
      "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).",
      "score": 0,
      "scoreDisplayMode": "binary",
      "displayValue": "1 link found",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "href",
            "valueType": "url",
            "label": "Link destination"
          },
          {
            "key": "text",
            "valueType": "text",
            "label": "Link Text"
          }
        ],
        "items": [
          {
            "href": "https://www.studentdebtcrisis.org/news",
            "text": "Read More",
            "textLang": "en"
          }
        ]
      }
    },
    "crawlable-anchors": {
      "id": "crawlable-anchors",
      "title": "Links are crawlable",
      "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "node",
            "valueType": "node",
            "label": "Uncrawlable Link"
          }
        ],
        "items": []
      }
    },
    "is-crawlable": {
      "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 about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "warnings": [],
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "source",
            "valueType": "code",
            "label": "Blocking Directive Source"
          }
        ],
        "items": []
      }
    },
    "robots-txt": {
      "id": "robots-txt",
      "title": "robots.txt is valid",
      "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "index",
            "valueType": "text",
            "label": "Line #"
          },
          {
            "key": "line",
            "valueType": "code",
            "label": "Content"
          },
          {
            "key": "message",
            "valueType": "code",
            "label": "Error"
          }
        ],
        "items": []
      }
    },
    "hreflang": {
      "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 about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
      "score": 1,
      "scoreDisplayMode": "binary",
      "details": {
        "type": "table",
        "headings": [
          {
            "key": "source",
            "valueType": "code",
            "subItemsHeading": {
              "key": "reason",
              "valueType": "text"
            },
            "label": ""
          }
        ],
        "items": []
      }
    },
    "canonical": {
      "id": "canonical",
      "title": "Document has a valid `rel=canonical`",
      "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
      "score": 1,
      "scoreDisplayMode": "binary"
    },
    "structured-data": {
      "id": "structured-data",
      "title": "Structured data is valid",
      "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
      "score": null,
      "scoreDisplayMode": "manual"
    }
  },
  "configSettings": {
    "output": [
      "json",
      "html"
    ],
    "maxWaitForFcp": 30000,
    "maxWaitForLoad": 30000,
    "pauseAfterFcpMs": 1000,
    "pauseAfterLoadMs": 1000,
    "networkQuietThresholdMs": 1000,
    "cpuQuietThresholdMs": 1000,
    "formFactor": "desktop",
    "throttling": {
      "rttMs": 150,
      "throughputKbps": 1638.4,
      "requestLatencyMs": 562.5,
      "downloadThroughputKbps": 1474.5600000000002,
      "uploadThroughputKbps": 675,
      "cpuSlowdownMultiplier": 4
    },
    "throttlingMethod": "simulate",
    "screenEmulation": {
      "mobile": false,
      "width": 1350,
      "height": 940,
      "deviceScaleFactor": 1,
      "disabled": false
    },
    "emulatedUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36",
    "auditMode": false,
    "gatherMode": false,
    "clearStorageTypes": [
      "file_systems",
      "shader_cache",
      "service_workers",
      "cache_storage"
    ],
    "disableStorageReset": false,
    "debugNavigation": false,
    "channel": "node",
    "usePassiveGathering": false,
    "disableFullPageScreenshot": false,
    "skipAboutBlank": false,
    "blankPage": "about:blank",
    "ignoreStatusCode": false,
    "locale": "en-US",
    "blockedUrlPatterns": null,
    "additionalTraceCategories": null,
    "extraHeaders": null,
    "precomputedLanternData": null,
    "onlyAudits": null,
    "onlyCategories": [
      "accessibility",
      "seo",
      "best-practices"
    ],
    "skipAudits": null
  },
  "categories": {
    "accessibility": {
      "title": "Accessibility",
      "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
      "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
      "supportedModes": [
        "navigation",
        "snapshot"
      ],
      "auditRefs": [
        {
          "id": "accesskeys",
          "weight": 0,
          "group": "a11y-navigation"
        },
        {
          "id": "aria-allowed-attr",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "aria-command-name",
          "weight": 7,
          "group": "a11y-aria"
        },
        {
          "id": "aria-conditional-attr",
          "weight": 7,
          "group": "a11y-aria"
        },
        {
          "id": "aria-deprecated-role",
          "weight": 1,
          "group": "a11y-aria"
        },
        {
          "id": "aria-dialog-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-hidden-body",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "aria-hidden-focus",
          "weight": 7,
          "group": "a11y-aria"
        },
        {
          "id": "aria-input-field-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-meter-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-progressbar-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-prohibited-attr",
          "weight": 7,
          "group": "a11y-aria"
        },
        {
          "id": "aria-required-attr",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "aria-required-children",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-required-parent",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-roles",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "aria-text",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-toggle-field-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-tooltip-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-treeitem-name",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "aria-valid-attr-value",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "aria-valid-attr",
          "weight": 10,
          "group": "a11y-aria"
        },
        {
          "id": "button-name",
          "weight": 10,
          "group": "a11y-names-labels"
        },
        {
          "id": "bypass",
          "weight": 0,
          "group": "a11y-navigation"
        },
        {
          "id": "color-contrast",
          "weight": 7,
          "group": "a11y-color-contrast"
        },
        {
          "id": "definition-list",
          "weight": 0,
          "group": "a11y-tables-lists"
        },
        {
          "id": "dlitem",
          "weight": 0,
          "group": "a11y-tables-lists"
        },
        {
          "id": "document-title",
          "weight": 7,
          "group": "a11y-names-labels"
        },
        {
          "id": "duplicate-id-aria",
          "weight": 0,
          "group": "a11y-aria"
        },
        {
          "id": "form-field-multiple-labels",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "frame-title",
          "weight": 7,
          "group": "a11y-names-labels"
        },
        {
          "id": "heading-order",
          "weight": 3,
          "group": "a11y-navigation"
        },
        {
          "id": "html-has-lang",
          "weight": 7,
          "group": "a11y-language"
        },
        {
          "id": "html-lang-valid",
          "weight": 7,
          "group": "a11y-language"
        },
        {
          "id": "html-xml-lang-mismatch",
          "weight": 0,
          "group": "a11y-language"
        },
        {
          "id": "image-alt",
          "weight": 10,
          "group": "a11y-names-labels"
        },
        {
          "id": "input-button-name",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "input-image-alt",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "label",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "link-in-text-block",
          "weight": 0,
          "group": "a11y-color-contrast"
        },
        {
          "id": "link-name",
          "weight": 7,
          "group": "a11y-names-labels"
        },
        {
          "id": "list",
          "weight": 7,
          "group": "a11y-tables-lists"
        },
        {
          "id": "listitem",
          "weight": 7,
          "group": "a11y-tables-lists"
        },
        {
          "id": "meta-refresh",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "meta-viewport",
          "weight": 10,
          "group": "a11y-best-practices"
        },
        {
          "id": "object-alt",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "select-name",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "skip-link",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "tabindex",
          "weight": 7,
          "group": "a11y-navigation"
        },
        {
          "id": "target-size",
          "weight": 7,
          "group": "a11y-best-practices"
        },
        {
          "id": "td-headers-attr",
          "weight": 0,
          "group": "a11y-tables-lists"
        },
        {
          "id": "th-has-data-cells",
          "weight": 0,
          "group": "a11y-tables-lists"
        },
        {
          "id": "valid-lang",
          "weight": 0,
          "group": "a11y-language"
        },
        {
          "id": "video-caption",
          "weight": 0,
          "group": "a11y-audio-video"
        },
        {
          "id": "landmark-one-main",
          "weight": 3,
          "group": "a11y-best-practices"
        },
        {
          "id": "autocomplete-valid",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "presentation-role-conflict",
          "weight": 1,
          "group": "a11y-best-practices"
        },
        {
          "id": "svg-img-alt",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "focusable-controls",
          "weight": 0
        },
        {
          "id": "interactive-element-affordance",
          "weight": 0
        },
        {
          "id": "logical-tab-order",
          "weight": 0
        },
        {
          "id": "visual-order-follows-dom",
          "weight": 0
        },
        {
          "id": "focus-traps",
          "weight": 0
        },
        {
          "id": "managed-focus",
          "weight": 0
        },
        {
          "id": "use-landmarks",
          "weight": 0
        },
        {
          "id": "offscreen-content-hidden",
          "weight": 0
        },
        {
          "id": "custom-controls-labels",
          "weight": 0
        },
        {
          "id": "custom-controls-roles",
          "weight": 0
        },
        {
          "id": "table-duplicate-name",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "empty-heading",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "aria-allowed-role",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "image-redundant-alt",
          "weight": 0,
          "group": "a11y-names-labels"
        },
        {
          "id": "identical-links-same-purpose",
          "weight": 0,
          "group": "a11y-best-practices"
        },
        {
          "id": "label-content-name-mismatch",
          "weight": 0,
          "group": "hidden"
        },
        {
          "id": "table-fake-caption",
          "weight": 0,
          "group": "hidden"
        },
        {
          "id": "td-has-header",
          "weight": 0,
          "group": "hidden"
        }
      ],
      "id": "accessibility",
      "score": 0.93
    },
    "best-practices": {
      "title": "Best Practices",
      "supportedModes": [
        "navigation",
        "timespan",
        "snapshot"
      ],
      "auditRefs": [
        {
          "id": "is-on-https",
          "weight": 5,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "redirects-http",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "geolocation-on-start",
          "weight": 1,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "notification-on-start",
          "weight": 1,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "csp-xss",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "has-hsts",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "origin-isolation",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "clickjacking-mitigation",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "trusted-types-xss",
          "weight": 0,
          "group": "best-practices-trust-safety"
        },
        {
          "id": "paste-preventing-inputs",
          "weight": 3,
          "group": "best-practices-ux"
        },
        {
          "id": "image-aspect-ratio",
          "weight": 1,
          "group": "best-practices-ux"
        },
        {
          "id": "image-size-responsive",
          "weight": 1,
          "group": "best-practices-ux"
        },
        {
          "id": "doctype",
          "weight": 1,
          "group": "best-practices-browser-compat"
        },
        {
          "id": "charset",
          "weight": 1,
          "group": "best-practices-browser-compat"
        },
        {
          "id": "baseline",
          "weight": 0,
          "group": "best-practices-browser-compat"
        },
        {
          "id": "js-libraries",
          "weight": 0,
          "group": "best-practices-general"
        },
        {
          "id": "deprecations",
          "weight": 5,
          "group": "best-practices-general"
        },
        {
          "id": "third-party-cookies",
          "weight": 5,
          "group": "best-practices-general"
        },
        {
          "id": "errors-in-console",
          "weight": 1,
          "group": "best-practices-general"
        },
        {
          "id": "valid-source-maps",
          "weight": 0,
          "group": "best-practices-general"
        },
        {
          "id": "inspector-issues",
          "weight": 1,
          "group": "best-practices-general"
        }
      ],
      "id": "best-practices",
      "score": 0.73
    },
    "seo": {
      "title": "SEO",
      "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
      "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
      "supportedModes": [
        "navigation",
        "snapshot"
      ],
      "auditRefs": [
        {
          "id": "is-crawlable",
          "weight": 4.043478260869565,
          "group": "seo-crawl"
        },
        {
          "id": "document-title",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "meta-description",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "http-status-code",
          "weight": 1,
          "group": "seo-crawl"
        },
        {
          "id": "link-text",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "crawlable-anchors",
          "weight": 1,
          "group": "seo-crawl"
        },
        {
          "id": "robots-txt",
          "weight": 1,
          "group": "seo-crawl"
        },
        {
          "id": "image-alt",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "hreflang",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "canonical",
          "weight": 1,
          "group": "seo-content"
        },
        {
          "id": "structured-data",
          "weight": 0
        }
      ],
      "id": "seo",
      "score": 0.92
    }
  },
  "categoryGroups": {
    "metrics": {
      "title": "Metrics"
    },
    "insights": {
      "title": "Insights",
      "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
    },
    "diagnostics": {
      "title": "Diagnostics",
      "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
    },
    "a11y-best-practices": {
      "title": "Best practices",
      "description": "These items highlight common accessibility best practices."
    },
    "a11y-color-contrast": {
      "title": "Contrast",
      "description": "These are opportunities to improve the legibility of your content."
    },
    "a11y-names-labels": {
      "title": "Names and labels",
      "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
    },
    "a11y-navigation": {
      "title": "Navigation",
      "description": "These are opportunities to improve keyboard navigation in your application."
    },
    "a11y-aria": {
      "title": "ARIA",
      "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
    },
    "a11y-language": {
      "title": "Internationalization and localization",
      "description": "These are opportunities to improve the interpretation of your content by users in different locales."
    },
    "a11y-audio-video": {
      "title": "Audio and video",
      "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
    },
    "a11y-tables-lists": {
      "title": "Tables and lists",
      "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
    },
    "seo-mobile": {
      "title": "Mobile Friendly",
      "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
    },
    "seo-content": {
      "title": "Content Best Practices",
      "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
    },
    "seo-crawl": {
      "title": "Crawling and Indexing",
      "description": "To appear in search results, crawlers need access to your app."
    },
    "best-practices-trust-safety": {
      "title": "Trust and Safety"
    },
    "best-practices-ux": {
      "title": "User Experience"
    },
    "best-practices-browser-compat": {
      "title": "Browser Compatibility"
    },
    "best-practices-general": {
      "title": "General"
    },
    "hidden": {
      "title": ""
    }
  },
  "stackPacks": [
    {
      "id": "react",
      "title": "React",
      "iconDataURL": "data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 841.9 595.3\"><g fill=\"%2361DAFB\"><path d=\"M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zM421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24 4.7 8 9.5 15.8 14.4 23.4zM420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6 0-15.7 22.9-35.6 58.3-50.6 8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zM310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6zM320.8 78.4z\"/><circle cx=\"420.9\" cy=\"296.5\" r=\"45.7\"/><path d=\"M520.5 78.1z\"/></g></svg>",
      "descriptions": {
        "unminified-css": "If your build system minifies CSS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build).",
        "unminified-javascript": "If your build system minifies JS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build).",
        "unused-javascript": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://loadable-components.com/).",
        "server-response-time": "If you are server-side rendering any React components, consider using `renderToPipeableStream()` or `renderToStaticNodeStream()` to allow the client to receive and hydrate different parts of the markup instead of all at once. [Learn more](https://reactjs.org/docs/react-dom-server.html#renderToPipeableStream).",
        "redirects": "If you are using React Router, minimize usage of the `<Redirect>` component for [route navigations](https://reacttraining.com/react-router/web/api/Redirect).",
        "user-timings": "Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of your components. [Learn more.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)",
        "dom-size": "Consider using a \"windowing\" library like `react-window` to minimize the number of DOM nodes created if you are rendering many repeated elements on the page. [Learn more](https://web.dev/virtualize-long-lists-react-window/). Also, minimize unnecessary re-renders using [`shouldComponentUpdate`](https://reactjs.org/docs/optimizing-performance.html#shouldcomponentupdate-in-action), [`PureComponent`](https://reactjs.org/docs/react-api.html#reactpurecomponent), or [`React.memo`](https://reactjs.org/docs/react-api.html#reactmemo) and [skip effects](https://reactjs.org/docs/hooks-effect.html#tip-optimizing-performance-by-skipping-effects) only until certain dependencies have changed if you are using the `Effect` hook to improve runtime performance."
      }
    }
  ],
  "entities": [],
  "timing": {
    "entries": [
      {
        "startTime": 1530919.18,
        "name": "lh:config",
        "duration": 150.99,
        "entryType": "measure"
      },
      {
        "startTime": 1530921.45,
        "name": "lh:config:resolveArtifactsToDefns",
        "duration": 1.44,
        "entryType": "measure"
      },
      {
        "startTime": 1531070.33,
        "name": "lh:runner:gather",
        "duration": 8518.49,
        "entryType": "measure"
      },
      {
        "startTime": 1531070.52,
        "name": "lh:driver:connect",
        "duration": 4.4,
        "entryType": "measure"
      },
      {
        "startTime": 1531075.15,
        "name": "lh:driver:navigate",
        "duration": 99.68,
        "entryType": "measure"
      },
      {
        "startTime": 1531175.14,
        "name": "lh:gather:getBenchmarkIndex",
        "duration": 1002.87,
        "entryType": "measure"
      },
      {
        "startTime": 1532178.13,
        "name": "lh:gather:getVersion",
        "duration": 0.39,
        "entryType": "measure"
      },
      {
        "startTime": 1532178.56,
        "name": "lh:gather:getDevicePixelRatio",
        "duration": 0.71,
        "entryType": "measure"
      },
      {
        "startTime": 1532179.45,
        "name": "lh:prepare:navigationMode",
        "duration": 128.55,
        "entryType": "measure"
      },
      {
        "startTime": 1532179.91,
        "name": "lh:gather:getVersion",
        "duration": 0.22,
        "entryType": "measure"
      },
      {
        "startTime": 1532190.04,
        "name": "lh:storage:clearDataForOrigin",
        "duration": 8.21,
        "entryType": "measure"
      },
      {
        "startTime": 1532198.49,
        "name": "lh:storage:clearBrowserCaches",
        "duration": 108.6,
        "entryType": "measure"
      },
      {
        "startTime": 1532307.65,
        "name": "lh:gather:prepareThrottlingAndNetwork",
        "duration": 0.33,
        "entryType": "measure"
      },
      {
        "startTime": 1532348.08,
        "name": "lh:driver:navigate",
        "duration": 4554.14,
        "entryType": "measure"
      },
      {
        "startTime": 1538512.18,
        "name": "lh:computed:NetworkRecords",
        "duration": 4.85,
        "entryType": "measure"
      },
      {
        "startTime": 1538517.38,
        "name": "lh:gather:getArtifact:DevtoolsLog",
        "duration": 0.01,
        "entryType": "measure"
      },
      {
        "startTime": 1538517.41,
        "name": "lh:gather:getArtifact:Trace",
        "duration": 0.01,
        "entryType": "measure"
      },
      {
        "startTime": 1538517.42,
        "name": "lh:gather:getArtifact:Accessibility",
        "duration": 565.34,
        "entryType": "measure"
      },
      {
        "startTime": 1539082.82,
        "name": "lh:gather:getArtifact:AnchorElements",
        "duration": 26.97,
        "entryType": "measure"
      },
      {
        "startTime": 1539109.83,
        "name": "lh:gather:getArtifact:ConsoleMessages",
        "duration": 0.04,
        "entryType": "measure"
      },
      {
        "startTime": 1539109.89,
        "name": "lh:gather:getArtifact:Doctype",
        "duration": 0.91,
        "entryType": "measure"
      },
      {
        "startTime": 1539110.82,
        "name": "lh:gather:getArtifact:Inputs",
        "duration": 2.14,
        "entryType": "measure"
      },
      {
        "startTime": 1539113.01,
        "name": "lh:gather:getArtifact:ImageElements",
        "duration": 118.84,
        "entryType": "measure"
      },
      {
        "startTime": 1539232.01,
        "name": "lh:gather:getArtifact:InspectorIssues",
        "duration": 0.43,
        "entryType": "measure"
      },
      {
        "startTime": 1539232.45,
        "name": "lh:gather:getArtifact:LinkElements",
        "duration": 3.45,
        "entryType": "measure"
      },
      {
        "startTime": 1539235.22,
        "name": "lh:computed:MainResource",
        "duration": 0.11,
        "entryType": "measure"
      },
      {
        "startTime": 1539235.93,
        "name": "lh:gather:getArtifact:MainDocumentContent",
        "duration": 23.2,
        "entryType": "measure"
      },
      {
        "startTime": 1539259.17,
        "name": "lh:gather:getArtifact:MetaElements",
        "duration": 3.01,
        "entryType": "measure"
      },
      {
        "startTime": 1539262.21,
        "name": "lh:gather:getArtifact:NetworkUserAgent",
        "duration": 0.02,
        "entryType": "measure"
      },
      {
        "startTime": 1539262.24,
        "name": "lh:gather:getArtifact:RobotsTxt",
        "duration": 143.75,
        "entryType": "measure"
      },
      {
        "startTime": 1539406.05,
        "name": "lh:gather:getArtifact:Scripts",
        "duration": 0.27,
        "entryType": "measure"
      },
      {
        "startTime": 1539406.36,
        "name": "lh:gather:getArtifact:SourceMaps",
        "duration": 173.66,
        "entryType": "measure"
      },
      {
        "startTime": 1539580.06,
        "name": "lh:gather:getArtifact:Stacks",
        "duration": 6.69,
        "entryType": "measure"
      },
      {
        "startTime": 1539580.16,
        "name": "lh:gather:collectStacks",
        "duration": 6.57,
        "entryType": "measure"
      },
      {
        "startTime": 1539586.76,
        "name": "lh:gather:getArtifact:ViewportDimensions",
        "duration": 0.56,
        "entryType": "measure"
      },
      {
        "startTime": 1539587.34,
        "name": "lh:gather:getArtifact:FullPageScreenshot",
        "duration": 0.02,
        "entryType": "measure"
      },
      {
        "startTime": 1539589,
        "name": "lh:runner:audit",
        "duration": 312.59,
        "entryType": "measure"
      },
      {
        "startTime": 1539589.06,
        "name": "lh:runner:auditing",
        "duration": 312.32,
        "entryType": "measure"
      },
      {
        "startTime": 1539589.46,
        "name": "lh:audit:is-on-https",
        "duration": 0.67,
        "entryType": "measure"
      },
      {
        "startTime": 1539590.24,
        "name": "lh:audit:redirects-http",
        "duration": 0.42,
        "entryType": "measure"
      },
      {
        "startTime": 1539590.78,
        "name": "lh:audit:errors-in-console",
        "duration": 153.28,
        "entryType": "measure"
      },
      {
        "startTime": 1539590.99,
        "name": "lh:computed:JSBundles",
        "duration": 151.38,
        "entryType": "measure"
      },
      {
        "startTime": 1539744.2,
        "name": "lh:audit:image-aspect-ratio",
        "duration": 0.54,
        "entryType": "measure"
      },
      {
        "startTime": 1539744.88,
        "name": "lh:audit:image-size-responsive",
        "duration": 0.93,
        "entryType": "measure"
      },
      {
        "startTime": 1539745.16,
        "name": "lh:computed:ImageRecords",
        "duration": 0.25,
        "entryType": "measure"
      },
      {
        "startTime": 1539745.91,
        "name": "lh:audit:deprecations",
        "duration": 0.54,
        "entryType": "measure"
      },
      {
        "startTime": 1539746.56,
        "name": "lh:audit:third-party-cookies",
        "duration": 6.73,
        "entryType": "measure"
      },
      {
        "startTime": 1539753.6,
        "name": "lh:audit:valid-source-maps",
        "duration": 2.19,
        "entryType": "measure"
      },
      {
        "startTime": 1539753.98,
        "name": "lh:computed:EntityClassification",
        "duration": 0.03,
        "entryType": "measure"
      },
      {
        "startTime": 1539755.92,
        "name": "lh:audit:csp-xss",
        "duration": 3.5,
        "entryType": "measure"
      },
      {
        "startTime": 1539759.52,
        "name": "lh:audit:has-hsts",
        "duration": 0.64,
        "entryType": "measure"
      },
      {
        "startTime": 1539760.25,
        "name": "lh:audit:origin-isolation",
        "duration": 0.41,
        "entryType": "measure"
      },
      {
        "startTime": 1539760.75,
        "name": "lh:audit:clickjacking-mitigation",
        "duration": 0.41,
        "entryType": "measure"
      },
      {
        "startTime": 1539761.24,
        "name": "lh:audit:trusted-types-xss",
        "duration": 0.41,
        "entryType": "measure"
      },
      {
        "startTime": 1539761.76,
        "name": "lh:audit:accesskeys",
        "duration": 0.5,
        "entryType": "measure"
      },
      {
        "startTime": 1539762.37,
        "name": "lh:audit:aria-allowed-attr",
        "duration": 1.84,
        "entryType": "measure"
      },
      {
        "startTime": 1539764.34,
        "name": "lh:audit:aria-allowed-role",
        "duration": 1.73,
        "entryType": "measure"
      },
      {
        "startTime": 1539766.23,
        "name": "lh:audit:aria-command-name",
        "duration": 1.65,
        "entryType": "measure"
      },
      {
        "startTime": 1539768,
        "name": "lh:audit:aria-conditional-attr",
        "duration": 1.78,
        "entryType": "measure"
      },
      {
        "startTime": 1539770.04,
        "name": "lh:audit:aria-deprecated-role",
        "duration": 1.69,
        "entryType": "measure"
      },
      {
        "startTime": 1539771.86,
        "name": "lh:audit:aria-dialog-name",
        "duration": 0.4,
        "entryType": "measure"
      },
      {
        "startTime": 1539772.37,
        "name": "lh:audit:aria-hidden-body",
        "duration": 3.59,
        "entryType": "measure"
      },
      {
        "startTime": 1539776.12,
        "name": "lh:audit:aria-hidden-focus",
        "duration": 1.75,
        "entryType": "measure"
      },
      {
        "startTime": 1539778.03,
        "name": "lh:audit:aria-input-field-name",
        "duration": 0.51,
        "entryType": "measure"
      },
      {
        "startTime": 1539778.66,
        "name": "lh:audit:aria-meter-name",
        "duration": 0.49,
        "entryType": "measure"
      },
      {
        "startTime": 1539779.26,
        "name": "lh:audit:aria-progressbar-name",
        "duration": 0.53,
        "entryType": "measure"
      },
      {
        "startTime": 1539779.89,
        "name": "lh:audit:aria-prohibited-attr",
        "duration": 1.56,
        "entryType": "measure"
      },
      {
        "startTime": 1539781.55,
        "name": "lh:audit:aria-required-attr",
        "duration": 1.6,
        "entryType": "measure"
      },
      {
        "startTime": 1539783.27,
        "name": "lh:audit:aria-required-children",
        "duration": 3.48,
        "entryType": "measure"
      },
      {
        "startTime": 1539786.93,
        "name": "lh:audit:aria-required-parent",
        "duration": 0.6,
        "entryType": "measure"
      },
      {
        "startTime": 1539787.64,
        "name": "lh:audit:aria-roles",
        "duration": 1.64,
        "entryType": "measure"
      },
      {
        "startTime": 1539789.41,
        "name": "lh:audit:aria-text",
        "duration": 0.64,
        "entryType": "measure"
      },
      {
        "startTime": 1539790.15,
        "name": "lh:audit:aria-toggle-field-name",
        "duration": 0.66,
        "entryType": "measure"
      },
      {
        "startTime": 1539790.93,
        "name": "lh:audit:aria-tooltip-name",
        "duration": 0.72,
        "entryType": "measure"
      },
      {
        "startTime": 1539791.79,
        "name": "lh:audit:aria-treeitem-name",
        "duration": 0.75,
        "entryType": "measure"
      },
      {
        "startTime": 1539792.65,
        "name": "lh:audit:aria-valid-attr-value",
        "duration": 1.76,
        "entryType": "measure"
      },
      {
        "startTime": 1539794.51,
        "name": "lh:audit:aria-valid-attr",
        "duration": 1.62,
        "entryType": "measure"
      },
      {
        "startTime": 1539796.24,
        "name": "lh:audit:button-name",
        "duration": 4.26,
        "entryType": "measure"
      },
      {
        "startTime": 1539800.63,
        "name": "lh:audit:bypass",
        "duration": 1.54,
        "entryType": "measure"
      },
      {
        "startTime": 1539802.3,
        "name": "lh:audit:color-contrast",
        "duration": 1.44,
        "entryType": "measure"
      },
      {
        "startTime": 1539803.86,
        "name": "lh:audit:definition-list",
        "duration": 0.74,
        "entryType": "measure"
      },
      {
        "startTime": 1539804.7,
        "name": "lh:audit:dlitem",
        "duration": 0.73,
        "entryType": "measure"
      },
      {
        "startTime": 1539805.53,
        "name": "lh:audit:document-title",
        "duration": 1.41,
        "entryType": "measure"
      },
      {
        "startTime": 1539807.04,
        "name": "lh:audit:duplicate-id-aria",
        "duration": 0.72,
        "entryType": "measure"
      },
      {
        "startTime": 1539811.07,
        "name": "lh:audit:empty-heading",
        "duration": 1.49,
        "entryType": "measure"
      },
      {
        "startTime": 1539812.68,
        "name": "lh:audit:form-field-multiple-labels",
        "duration": 0.77,
        "entryType": "measure"
      },
      {
        "startTime": 1539813.55,
        "name": "lh:audit:frame-title",
        "duration": 1.4,
        "entryType": "measure"
      },
      {
        "startTime": 1539815.05,
        "name": "lh:audit:heading-order",
        "duration": 1.44,
        "entryType": "measure"
      },
      {
        "startTime": 1539816.6,
        "name": "lh:audit:html-has-lang",
        "duration": 1.59,
        "entryType": "measure"
      },
      {
        "startTime": 1539818.29,
        "name": "lh:audit:html-lang-valid",
        "duration": 3.65,
        "entryType": "measure"
      },
      {
        "startTime": 1539822.06,
        "name": "lh:audit:html-xml-lang-mismatch",
        "duration": 0.88,
        "entryType": "measure"
      },
      {
        "startTime": 1539823.05,
        "name": "lh:audit:identical-links-same-purpose",
        "duration": 1.54,
        "entryType": "measure"
      },
      {
        "startTime": 1539824.71,
        "name": "lh:audit:image-alt",
        "duration": 1.44,
        "entryType": "measure"
      },
      {
        "startTime": 1539826.26,
        "name": "lh:audit:image-redundant-alt",
        "duration": 1.61,
        "entryType": "measure"
      },
      {
        "startTime": 1539827.97,
        "name": "lh:audit:input-button-name",
        "duration": 0.86,
        "entryType": "measure"
      },
      {
        "startTime": 1539828.93,
        "name": "lh:audit:input-image-alt",
        "duration": 0.9,
        "entryType": "measure"
      },
      {
        "startTime": 1539829.94,
        "name": "lh:audit:label-content-name-mismatch",
        "duration": 6.48,
        "entryType": "measure"
      },
      {
        "startTime": 1539836.55,
        "name": "lh:audit:label",
        "duration": 0.93,
        "entryType": "measure"
      },
      {
        "startTime": 1539837.58,
        "name": "lh:audit:landmark-one-main",
        "duration": 1.59,
        "entryType": "measure"
      },
      {
        "startTime": 1539839.29,
        "name": "lh:audit:link-name",
        "duration": 1.57,
        "entryType": "measure"
      },
      {
        "startTime": 1539840.96,
        "name": "lh:audit:link-in-text-block",
        "duration": 0.92,
        "entryType": "measure"
      },
      {
        "startTime": 1539841.98,
        "name": "lh:audit:list",
        "duration": 1.52,
        "entryType": "measure"
      },
      {
        "startTime": 1539843.62,
        "name": "lh:audit:listitem",
        "duration": 3.96,
        "entryType": "measure"
      },
      {
        "startTime": 1539847.69,
        "name": "lh:audit:meta-refresh",
        "duration": 0.94,
        "entryType": "measure"
      },
      {
        "startTime": 1539848.73,
        "name": "lh:audit:meta-viewport",
        "duration": 1.44,
        "entryType": "measure"
      },
      {
        "startTime": 1539850.26,
        "name": "lh:audit:object-alt",
        "duration": 0.96,
        "entryType": "measure"
      },
      {
        "startTime": 1539851.32,
        "name": "lh:audit:select-name",
        "duration": 0.97,
        "entryType": "measure"
      },
      {
        "startTime": 1539852.39,
        "name": "lh:audit:skip-link",
        "duration": 0.99,
        "entryType": "measure"
      },
      {
        "startTime": 1539853.48,
        "name": "lh:audit:tabindex",
        "duration": 4.05,
        "entryType": "measure"
      },
      {
        "startTime": 1539857.66,
        "name": "lh:audit:table-duplicate-name",
        "duration": 1.25,
        "entryType": "measure"
      },
      {
        "startTime": 1539859.04,
        "name": "lh:audit:table-fake-caption",
        "duration": 1.36,
        "entryType": "measure"
      },
      {
        "startTime": 1539860.5,
        "name": "lh:audit:target-size",
        "duration": 1.75,
        "entryType": "measure"
      },
      {
        "startTime": 1539862.4,
        "name": "lh:audit:td-has-header",
        "duration": 1.2,
        "entryType": "measure"
      },
      {
        "startTime": 1539863.7,
        "name": "lh:audit:td-headers-attr",
        "duration": 1.25,
        "entryType": "measure"
      },
      {
        "startTime": 1539865.06,
        "name": "lh:audit:th-has-data-cells",
        "duration": 3.82,
        "entryType": "measure"
      },
      {
        "startTime": 1539868.99,
        "name": "lh:audit:valid-lang",
        "duration": 1.25,
        "entryType": "measure"
      },
      {
        "startTime": 1539870.35,
        "name": "lh:audit:video-caption",
        "duration": 1.28,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.65,
        "name": "lh:audit:custom-controls-labels",
        "duration": 0.07,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.72,
        "name": "lh:audit:custom-controls-roles",
        "duration": 0.01,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.73,
        "name": "lh:audit:focus-traps",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.76,
        "name": "lh:audit:focusable-controls",
        "duration": 0.01,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.78,
        "name": "lh:audit:interactive-element-affordance",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.79,
        "name": "lh:audit:logical-tab-order",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.8,
        "name": "lh:audit:managed-focus",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.81,
        "name": "lh:audit:offscreen-content-hidden",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.83,
        "name": "lh:audit:use-landmarks",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.84,
        "name": "lh:audit:visual-order-follows-dom",
        "duration": 0,
        "entryType": "measure"
      },
      {
        "startTime": 1539871.94,
        "name": "lh:audit:autocomplete-valid",
        "duration": 0.71,
        "entryType": "measure"
      },
      {
        "startTime": 1539872.78,
        "name": "lh:audit:presentation-role-conflict",
        "duration": 1.66,
        "entryType": "measure"
      },
      {
        "startTime": 1539874.55,
        "name": "lh:audit:svg-img-alt",
        "duration": 1.26,
        "entryType": "measure"
      },
      {
        "startTime": 1539875.94,
        "name": "lh:audit:doctype",
        "duration": 6.2,
        "entryType": "measure"
      },
      {
        "startTime": 1539882.27,
        "name": "lh:audit:charset",
        "duration": 2.56,
        "entryType": "measure"
      },
      {
        "startTime": 1539884.93,
        "name": "lh:audit:geolocation-on-start",
        "duration": 0.42,
        "entryType": "measure"
      },
      {
        "startTime": 1539885.46,
        "name": "lh:audit:inspector-issues",
        "duration": 0.57,
        "entryType": "measure"
      },
      {
        "startTime": 1539886.11,
        "name": "lh:audit:js-libraries",
        "duration": 0.44,
        "entryType": "measure"
      },
      {
        "startTime": 1539886.69,
        "name": "lh:audit:notification-on-start",
        "duration": 0.4,
        "entryType": "measure"
      },
      {
        "startTime": 1539887.19,
        "name": "lh:audit:paste-preventing-inputs",
        "duration": 0.34,
        "entryType": "measure"
      },
      {
        "startTime": 1539887.61,
        "name": "lh:audit:baseline",
        "duration": 7.69,
        "entryType": "measure"
      },
      {
        "startTime": 1539895.42,
        "name": "lh:audit:meta-description",
        "duration": 0.34,
        "entryType": "measure"
      },
      {
        "startTime": 1539895.85,
        "name": "lh:audit:http-status-code",
        "duration": 0.35,
        "entryType": "measure"
      },
      {
        "startTime": 1539896.29,
        "name": "lh:audit:link-text",
        "duration": 0.93,
        "entryType": "measure"
      },
      {
        "startTime": 1539897.36,
        "name": "lh:audit:crawlable-anchors",
        "duration": 0.58,
        "entryType": "measure"
      },
      {
        "startTime": 1539898.06,
        "name": "lh:audit:is-crawlable",
        "duration": 1.3,
        "entryType": "measure"
      },
      {
        "startTime": 1539899.47,
        "name": "lh:audit:robots-txt",
        "duration": 0.55,
        "entryType": "measure"
      },
      {
        "startTime": 1539900.13,
        "name": "lh:audit:hreflang",
        "duration": 0.39,
        "entryType": "measure"
      },
      {
        "startTime": 1539900.63,
        "name": "lh:audit:canonical",
        "duration": 0.43,
        "entryType": "measure"
      },
      {
        "startTime": 1539901.15,
        "name": "lh:audit:structured-data",
        "duration": 0.22,
        "entryType": "measure"
      },
      {
        "startTime": 1539901.39,
        "name": "lh:runner:generate",
        "duration": 0.19,
        "entryType": "measure"
      }
    ],
    "total": 8831.08
  },
  "i18n": {
    "rendererFormattedStrings": {},
    "icuMessagePaths": {
      "core/audits/is-on-https.js | title": [
        "audits[is-on-https].title"
      ],
      "core/audits/is-on-https.js | description": [
        "audits[is-on-https].description"
      ],
      "core/audits/is-on-https.js | columnInsecureURL": [
        "audits[is-on-https].details.headings[0].label"
      ],
      "core/audits/is-on-https.js | columnResolution": [
        "audits[is-on-https].details.headings[1].label"
      ],
      "core/audits/redirects-http.js | title": [
        "audits[redirects-http].title"
      ],
      "core/audits/redirects-http.js | description": [
        "audits[redirects-http].description"
      ],
      "core/audits/errors-in-console.js | failureTitle": [
        "audits[errors-in-console].title"
      ],
      "core/audits/errors-in-console.js | description": [
        "audits[errors-in-console].description"
      ],
      "core/lib/i18n/i18n.js | columnSource": [
        "audits[errors-in-console].details.headings[0].label",
        "audits.deprecations.details.headings[1].label",
        "audits[geolocation-on-start].details.headings[0].label",
        "audits[notification-on-start].details.headings[0].label",
        "audits.baseline.details.headings[2].label"
      ],
      "core/lib/i18n/i18n.js | columnDescription": [
        "audits[errors-in-console].details.headings[1].label",
        "audits[csp-xss].details.headings[0].label",
        "audits[has-hsts].details.headings[0].label",
        "audits[origin-isolation].details.headings[0].label",
        "audits[clickjacking-mitigation].details.headings[0].label",
        "audits[trusted-types-xss].details.headings[0].label"
      ],
      "core/audits/image-aspect-ratio.js | title": [
        "audits[image-aspect-ratio].title"
      ],
      "core/audits/image-aspect-ratio.js | description": [
        "audits[image-aspect-ratio].description"
      ],
      "core/lib/i18n/i18n.js | columnURL": [
        "audits[image-aspect-ratio].details.headings[1].label",
        "audits[image-size-responsive].details.headings[1].label",
        "audits[third-party-cookies].details.headings[1].label",
        "audits[valid-source-maps].details.headings[0].label"
      ],
      "core/audits/image-aspect-ratio.js | columnDisplayed": [
        "audits[image-aspect-ratio].details.headings[2].label"
      ],
      "core/audits/image-aspect-ratio.js | columnActual": [
        "audits[image-aspect-ratio].details.headings[3].label"
      ],
      "core/audits/image-size-responsive.js | title": [
        "audits[image-size-responsive].title"
      ],
      "core/audits/image-size-responsive.js | description": [
        "audits[image-size-responsive].description"
      ],
      "core/audits/image-size-responsive.js | columnDisplayed": [
        "audits[image-size-responsive].details.headings[2].label"
      ],
      "core/audits/image-size-responsive.js | columnActual": [
        "audits[image-size-responsive].details.headings[3].label"
      ],
      "core/audits/image-size-responsive.js | columnExpected": [
        "audits[image-size-responsive].details.headings[4].label"
      ],
      "core/audits/deprecations.js | title": [
        "audits.deprecations.title"
      ],
      "core/audits/deprecations.js | description": [
        "audits.deprecations.description"
      ],
      "core/audits/deprecations.js | columnDeprecate": [
        "audits.deprecations.details.headings[0].label"
      ],
      "core/audits/third-party-cookies.js | failureTitle": [
        "audits[third-party-cookies].title"
      ],
      "core/audits/third-party-cookies.js | description": [
        "audits[third-party-cookies].description"
      ],
      "core/audits/third-party-cookies.js | displayValue": [
        {
          "values": {
            "itemCount": 5
          },
          "path": "audits[third-party-cookies].displayValue"
        }
      ],
      "core/lib/i18n/i18n.js | columnName": [
        "audits[third-party-cookies].details.headings[0].label",
        "audits[js-libraries].details.headings[0].label"
      ],
      "core/audits/valid-source-maps.js | title": [
        "audits[valid-source-maps].title"
      ],
      "core/audits/valid-source-maps.js | description": [
        "audits[valid-source-maps].description"
      ],
      "core/audits/valid-source-maps.js | columnMapURL": [
        "audits[valid-source-maps].details.headings[1].label"
      ],
      "core/audits/csp-xss.js | title": [
        "audits[csp-xss].title"
      ],
      "core/audits/csp-xss.js | description": [
        "audits[csp-xss].description"
      ],
      "core/audits/csp-xss.js | columnDirective": [
        "audits[csp-xss].details.headings[1].label"
      ],
      "core/audits/csp-xss.js | columnSeverity": [
        "audits[csp-xss].details.headings[2].label"
      ],
      "core/lib/i18n/i18n.js | itemSeverityHigh": [
        "audits[csp-xss].details.items[0].severity",
        "audits[origin-isolation].details.items[0].severity",
        "audits[clickjacking-mitigation].details.items[0].severity",
        "audits[trusted-types-xss].details.items[0].severity"
      ],
      "core/audits/csp-xss.js | noCsp": [
        "audits[csp-xss].details.items[0].description"
      ],
      "core/audits/has-hsts.js | title": [
        "audits[has-hsts].title"
      ],
      "core/audits/has-hsts.js | description": [
        "audits[has-hsts].description"
      ],
      "core/audits/has-hsts.js | columnDirective": [
        "audits[has-hsts].details.headings[1].label"
      ],
      "core/audits/has-hsts.js | columnSeverity": [
        "audits[has-hsts].details.headings[2].label"
      ],
      "core/audits/has-hsts.js | noSubdomain": [
        "audits[has-hsts].details.items[0].description"
      ],
      "core/lib/i18n/i18n.js | itemSeverityMedium": [
        "audits[has-hsts].details.items[0].severity",
        "audits[has-hsts].details.items[1].severity"
      ],
      "core/audits/has-hsts.js | noPreload": [
        "audits[has-hsts].details.items[1].description"
      ],
      "core/audits/origin-isolation.js | title": [
        "audits[origin-isolation].title"
      ],
      "core/audits/origin-isolation.js | description": [
        "audits[origin-isolation].description"
      ],
      "core/audits/origin-isolation.js | columnDirective": [
        "audits[origin-isolation].details.headings[1].label"
      ],
      "core/audits/origin-isolation.js | columnSeverity": [
        "audits[origin-isolation].details.headings[2].label"
      ],
      "core/audits/origin-isolation.js | noCoop": [
        "audits[origin-isolation].details.items[0].description"
      ],
      "core/audits/clickjacking-mitigation.js | title": [
        "audits[clickjacking-mitigation].title"
      ],
      "core/audits/clickjacking-mitigation.js | description": [
        "audits[clickjacking-mitigation].description"
      ],
      "core/audits/clickjacking-mitigation.js | columnSeverity": [
        "audits[clickjacking-mitigation].details.headings[1].label"
      ],
      "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": [
        "audits[clickjacking-mitigation].details.items[0].description"
      ],
      "core/audits/trusted-types-xss.js | title": [
        "audits[trusted-types-xss].title"
      ],
      "core/audits/trusted-types-xss.js | description": [
        "audits[trusted-types-xss].description"
      ],
      "core/audits/trusted-types-xss.js | columnSeverity": [
        "audits[trusted-types-xss].details.headings[1].label"
      ],
      "core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": [
        "audits[trusted-types-xss].details.items[0].description"
      ],
      "core/audits/accessibility/accesskeys.js | title": [
        "audits.accesskeys.title"
      ],
      "core/audits/accessibility/accesskeys.js | description": [
        "audits.accesskeys.description"
      ],
      "core/audits/accessibility/aria-allowed-attr.js | title": [
        "audits[aria-allowed-attr].title"
      ],
      "core/audits/accessibility/aria-allowed-attr.js | description": [
        "audits[aria-allowed-attr].description"
      ],
      "core/lib/i18n/i18n.js | columnFailingElem": [
        "audits[aria-allowed-attr].details.headings[0].label",
        "audits[aria-command-name].details.headings[0].label",
        "audits[aria-conditional-attr].details.headings[0].label",
        "audits[aria-deprecated-role].details.headings[0].label",
        "audits[aria-hidden-body].details.headings[0].label",
        "audits[aria-hidden-focus].details.headings[0].label",
        "audits[aria-prohibited-attr].details.headings[0].label",
        "audits[aria-required-attr].details.headings[0].label",
        "audits[aria-roles].details.headings[0].label",
        "audits[aria-valid-attr-value].details.headings[0].label",
        "audits[aria-valid-attr].details.headings[0].label",
        "audits[button-name].details.headings[0].label",
        "audits[color-contrast].details.headings[0].label",
        "audits[document-title].details.headings[0].label",
        "audits[frame-title].details.headings[0].label",
        "audits[heading-order].details.headings[0].label",
        "audits[html-has-lang].details.headings[0].label",
        "audits[html-lang-valid].details.headings[0].label",
        "audits[image-alt].details.headings[0].label",
        "audits[label-content-name-mismatch].details.headings[0].label",
        "audits[landmark-one-main].details.headings[0].label",
        "audits[link-name].details.headings[0].label",
        "audits.list.details.headings[0].label",
        "audits.listitem.details.headings[0].label",
        "audits[meta-viewport].details.headings[0].label",
        "audits.tabindex.details.headings[0].label",
        "audits[target-size].details.headings[0].label",
        "audits[presentation-role-conflict].details.headings[0].label",
        "audits[paste-preventing-inputs].details.headings[0].label"
      ],
      "core/audits/accessibility/aria-allowed-role.js | title": [
        "audits[aria-allowed-role].title"
      ],
      "core/audits/accessibility/aria-allowed-role.js | description": [
        "audits[aria-allowed-role].description"
      ],
      "core/audits/accessibility/aria-command-name.js | title": [
        "audits[aria-command-name].title"
      ],
      "core/audits/accessibility/aria-command-name.js | description": [
        "audits[aria-command-name].description"
      ],
      "core/audits/accessibility/aria-conditional-attr.js | title": [
        "audits[aria-conditional-attr].title"
      ],
      "core/audits/accessibility/aria-conditional-attr.js | description": [
        "audits[aria-conditional-attr].description"
      ],
      "core/audits/accessibility/aria-deprecated-role.js | title": [
        "audits[aria-deprecated-role].title"
      ],
      "core/audits/accessibility/aria-deprecated-role.js | description": [
        "audits[aria-deprecated-role].description"
      ],
      "core/audits/accessibility/aria-dialog-name.js | title": [
        "audits[aria-dialog-name].title"
      ],
      "core/audits/accessibility/aria-dialog-name.js | description": [
        "audits[aria-dialog-name].description"
      ],
      "core/audits/accessibility/aria-hidden-body.js | title": [
        "audits[aria-hidden-body].title"
      ],
      "core/audits/accessibility/aria-hidden-body.js | description": [
        "audits[aria-hidden-body].description"
      ],
      "core/audits/accessibility/aria-hidden-focus.js | title": [
        "audits[aria-hidden-focus].title"
      ],
      "core/audits/accessibility/aria-hidden-focus.js | description": [
        "audits[aria-hidden-focus].description"
      ],
      "core/audits/accessibility/aria-input-field-name.js | title": [
        "audits[aria-input-field-name].title"
      ],
      "core/audits/accessibility/aria-input-field-name.js | description": [
        "audits[aria-input-field-name].description"
      ],
      "core/audits/accessibility/aria-meter-name.js | title": [
        "audits[aria-meter-name].title"
      ],
      "core/audits/accessibility/aria-meter-name.js | description": [
        "audits[aria-meter-name].description"
      ],
      "core/audits/accessibility/aria-progressbar-name.js | title": [
        "audits[aria-progressbar-name].title"
      ],
      "core/audits/accessibility/aria-progressbar-name.js | description": [
        "audits[aria-progressbar-name].description"
      ],
      "core/audits/accessibility/aria-prohibited-attr.js | title": [
        "audits[aria-prohibited-attr].title"
      ],
      "core/audits/accessibility/aria-prohibited-attr.js | description": [
        "audits[aria-prohibited-attr].description"
      ],
      "core/audits/accessibility/aria-required-attr.js | title": [
        "audits[aria-required-attr].title"
      ],
      "core/audits/accessibility/aria-required-attr.js | description": [
        "audits[aria-required-attr].description"
      ],
      "core/audits/accessibility/aria-required-children.js | title": [
        "audits[aria-required-children].title"
      ],
      "core/audits/accessibility/aria-required-children.js | description": [
        "audits[aria-required-children].description"
      ],
      "core/audits/accessibility/aria-required-parent.js | title": [
        "audits[aria-required-parent].title"
      ],
      "core/audits/accessibility/aria-required-parent.js | description": [
        "audits[aria-required-parent].description"
      ],
      "core/audits/accessibility/aria-roles.js | title": [
        "audits[aria-roles].title"
      ],
      "core/audits/accessibility/aria-roles.js | description": [
        "audits[aria-roles].description"
      ],
      "core/audits/accessibility/aria-text.js | title": [
        "audits[aria-text].title"
      ],
      "core/audits/accessibility/aria-text.js | description": [
        "audits[aria-text].description"
      ],
      "core/audits/accessibility/aria-toggle-field-name.js | title": [
        "audits[aria-toggle-field-name].title"
      ],
      "core/audits/accessibility/aria-toggle-field-name.js | description": [
        "audits[aria-toggle-field-name].description"
      ],
      "core/audits/accessibility/aria-tooltip-name.js | title": [
        "audits[aria-tooltip-name].title"
      ],
      "core/audits/accessibility/aria-tooltip-name.js | description": [
        "audits[aria-tooltip-name].description"
      ],
      "core/audits/accessibility/aria-treeitem-name.js | title": [
        "audits[aria-treeitem-name].title"
      ],
      "core/audits/accessibility/aria-treeitem-name.js | description": [
        "audits[aria-treeitem-name].description"
      ],
      "core/audits/accessibility/aria-valid-attr-value.js | title": [
        "audits[aria-valid-attr-value].title"
      ],
      "core/audits/accessibility/aria-valid-attr-value.js | description": [
        "audits[aria-valid-attr-value].description"
      ],
      "core/audits/accessibility/aria-valid-attr.js | title": [
        "audits[aria-valid-attr].title"
      ],
      "core/audits/accessibility/aria-valid-attr.js | description": [
        "audits[aria-valid-attr].description"
      ],
      "core/audits/accessibility/button-name.js | title": [
        "audits[button-name].title"
      ],
      "core/audits/accessibility/button-name.js | description": [
        "audits[button-name].description"
      ],
      "core/audits/accessibility/bypass.js | title": [
        "audits.bypass.title"
      ],
      "core/audits/accessibility/bypass.js | description": [
        "audits.bypass.description"
      ],
      "core/audits/accessibility/color-contrast.js | title": [
        "audits[color-contrast].title"
      ],
      "core/audits/accessibility/color-contrast.js | description": [
        "audits[color-contrast].description"
      ],
      "core/audits/accessibility/definition-list.js | title": [
        "audits[definition-list].title"
      ],
      "core/audits/accessibility/definition-list.js | description": [
        "audits[definition-list].description"
      ],
      "core/audits/accessibility/dlitem.js | title": [
        "audits.dlitem.title"
      ],
      "core/audits/accessibility/dlitem.js | description": [
        "audits.dlitem.description"
      ],
      "core/audits/accessibility/document-title.js | title": [
        "audits[document-title].title"
      ],
      "core/audits/accessibility/document-title.js | description": [
        "audits[document-title].description"
      ],
      "core/audits/accessibility/duplicate-id-aria.js | title": [
        "audits[duplicate-id-aria].title"
      ],
      "core/audits/accessibility/duplicate-id-aria.js | description": [
        "audits[duplicate-id-aria].description"
      ],
      "core/audits/accessibility/empty-heading.js | title": [
        "audits[empty-heading].title"
      ],
      "core/audits/accessibility/empty-heading.js | description": [
        "audits[empty-heading].description"
      ],
      "core/audits/accessibility/form-field-multiple-labels.js | title": [
        "audits[form-field-multiple-labels].title"
      ],
      "core/audits/accessibility/form-field-multiple-labels.js | description": [
        "audits[form-field-multiple-labels].description"
      ],
      "core/audits/accessibility/frame-title.js | title": [
        "audits[frame-title].title"
      ],
      "core/audits/accessibility/frame-title.js | description": [
        "audits[frame-title].description"
      ],
      "core/audits/accessibility/heading-order.js | title": [
        "audits[heading-order].title"
      ],
      "core/audits/accessibility/heading-order.js | description": [
        "audits[heading-order].description"
      ],
      "core/audits/accessibility/html-has-lang.js | title": [
        "audits[html-has-lang].title"
      ],
      "core/audits/accessibility/html-has-lang.js | description": [
        "audits[html-has-lang].description"
      ],
      "core/audits/accessibility/html-lang-valid.js | title": [
        "audits[html-lang-valid].title"
      ],
      "core/audits/accessibility/html-lang-valid.js | description": [
        "audits[html-lang-valid].description"
      ],
      "core/audits/accessibility/html-xml-lang-mismatch.js | title": [
        "audits[html-xml-lang-mismatch].title"
      ],
      "core/audits/accessibility/html-xml-lang-mismatch.js | description": [
        "audits[html-xml-lang-mismatch].description"
      ],
      "core/audits/accessibility/identical-links-same-purpose.js | title": [
        "audits[identical-links-same-purpose].title"
      ],
      "core/audits/accessibility/identical-links-same-purpose.js | description": [
        "audits[identical-links-same-purpose].description"
      ],
      "core/audits/accessibility/image-alt.js | title": [
        "audits[image-alt].title"
      ],
      "core/audits/accessibility/image-alt.js | description": [
        "audits[image-alt].description"
      ],
      "core/audits/accessibility/image-redundant-alt.js | title": [
        "audits[image-redundant-alt].title"
      ],
      "core/audits/accessibility/image-redundant-alt.js | description": [
        "audits[image-redundant-alt].description"
      ],
      "core/audits/accessibility/input-button-name.js | title": [
        "audits[input-button-name].title"
      ],
      "core/audits/accessibility/input-button-name.js | description": [
        "audits[input-button-name].description"
      ],
      "core/audits/accessibility/input-image-alt.js | title": [
        "audits[input-image-alt].title"
      ],
      "core/audits/accessibility/input-image-alt.js | description": [
        "audits[input-image-alt].description"
      ],
      "core/audits/accessibility/label-content-name-mismatch.js | title": [
        "audits[label-content-name-mismatch].title"
      ],
      "core/audits/accessibility/label-content-name-mismatch.js | description": [
        "audits[label-content-name-mismatch].description"
      ],
      "core/audits/accessibility/label.js | title": [
        "audits.label.title"
      ],
      "core/audits/accessibility/label.js | description": [
        "audits.label.description"
      ],
      "core/audits/accessibility/landmark-one-main.js | title": [
        "audits[landmark-one-main].title"
      ],
      "core/audits/accessibility/landmark-one-main.js | description": [
        "audits[landmark-one-main].description"
      ],
      "core/audits/accessibility/link-name.js | failureTitle": [
        "audits[link-name].title"
      ],
      "core/audits/accessibility/link-name.js | description": [
        "audits[link-name].description"
      ],
      "core/audits/accessibility/link-in-text-block.js | title": [
        "audits[link-in-text-block].title"
      ],
      "core/audits/accessibility/link-in-text-block.js | description": [
        "audits[link-in-text-block].description"
      ],
      "core/audits/accessibility/list.js | title": [
        "audits.list.title"
      ],
      "core/audits/accessibility/list.js | description": [
        "audits.list.description"
      ],
      "core/audits/accessibility/listitem.js | title": [
        "audits.listitem.title"
      ],
      "core/audits/accessibility/listitem.js | description": [
        "audits.listitem.description"
      ],
      "core/audits/accessibility/meta-refresh.js | title": [
        "audits[meta-refresh].title"
      ],
      "core/audits/accessibility/meta-refresh.js | description": [
        "audits[meta-refresh].description"
      ],
      "core/audits/accessibility/meta-viewport.js | title": [
        "audits[meta-viewport].title"
      ],
      "core/audits/accessibility/meta-viewport.js | description": [
        "audits[meta-viewport].description"
      ],
      "core/audits/accessibility/object-alt.js | title": [
        "audits[object-alt].title"
      ],
      "core/audits/accessibility/object-alt.js | description": [
        "audits[object-alt].description"
      ],
      "core/audits/accessibility/select-name.js | title": [
        "audits[select-name].title"
      ],
      "core/audits/accessibility/select-name.js | description": [
        "audits[select-name].description"
      ],
      "core/audits/accessibility/skip-link.js | title": [
        "audits[skip-link].title"
      ],
      "core/audits/accessibility/skip-link.js | description": [
        "audits[skip-link].description"
      ],
      "core/audits/accessibility/tabindex.js | title": [
        "audits.tabindex.title"
      ],
      "core/audits/accessibility/tabindex.js | description": [
        "audits.tabindex.description"
      ],
      "core/audits/accessibility/table-duplicate-name.js | title": [
        "audits[table-duplicate-name].title"
      ],
      "core/audits/accessibility/table-duplicate-name.js | description": [
        "audits[table-duplicate-name].description"
      ],
      "core/audits/accessibility/table-fake-caption.js | title": [
        "audits[table-fake-caption].title"
      ],
      "core/audits/accessibility/table-fake-caption.js | description": [
        "audits[table-fake-caption].description"
      ],
      "core/audits/accessibility/target-size.js | failureTitle": [
        "audits[target-size].title"
      ],
      "core/audits/accessibility/target-size.js | description": [
        "audits[target-size].description"
      ],
      "core/audits/accessibility/td-has-header.js | title": [
        "audits[td-has-header].title"
      ],
      "core/audits/accessibility/td-has-header.js | description": [
        "audits[td-has-header].description"
      ],
      "core/audits/accessibility/td-headers-attr.js | title": [
        "audits[td-headers-attr].title"
      ],
      "core/audits/accessibility/td-headers-attr.js | description": [
        "audits[td-headers-attr].description"
      ],
      "core/audits/accessibility/th-has-data-cells.js | title": [
        "audits[th-has-data-cells].title"
      ],
      "core/audits/accessibility/th-has-data-cells.js | description": [
        "audits[th-has-data-cells].description"
      ],
      "core/audits/accessibility/valid-lang.js | title": [
        "audits[valid-lang].title"
      ],
      "core/audits/accessibility/valid-lang.js | description": [
        "audits[valid-lang].description"
      ],
      "core/audits/accessibility/video-caption.js | title": [
        "audits[video-caption].title"
      ],
      "core/audits/accessibility/video-caption.js | description": [
        "audits[video-caption].description"
      ],
      "core/audits/accessibility/autocomplete-valid.js | title": [
        "audits[autocomplete-valid].title"
      ],
      "core/audits/accessibility/autocomplete-valid.js | description": [
        "audits[autocomplete-valid].description"
      ],
      "core/audits/accessibility/presentation-role-conflict.js | title": [
        "audits[presentation-role-conflict].title"
      ],
      "core/audits/accessibility/presentation-role-conflict.js | description": [
        "audits[presentation-role-conflict].description"
      ],
      "core/audits/accessibility/svg-img-alt.js | title": [
        "audits[svg-img-alt].title"
      ],
      "core/audits/accessibility/svg-img-alt.js | description": [
        "audits[svg-img-alt].description"
      ],
      "core/audits/dobetterweb/doctype.js | title": [
        "audits.doctype.title"
      ],
      "core/audits/dobetterweb/doctype.js | description": [
        "audits.doctype.description"
      ],
      "core/audits/dobetterweb/charset.js | title": [
        "audits.charset.title"
      ],
      "core/audits/dobetterweb/charset.js | description": [
        "audits.charset.description"
      ],
      "core/audits/dobetterweb/geolocation-on-start.js | title": [
        "audits[geolocation-on-start].title"
      ],
      "core/audits/dobetterweb/geolocation-on-start.js | description": [
        "audits[geolocation-on-start].description"
      ],
      "core/audits/dobetterweb/inspector-issues.js | failureTitle": [
        "audits[inspector-issues].title"
      ],
      "core/audits/dobetterweb/inspector-issues.js | description": [
        "audits[inspector-issues].description"
      ],
      "core/audits/dobetterweb/inspector-issues.js | columnIssueType": [
        "audits[inspector-issues].details.headings[0].label"
      ],
      "core/audits/dobetterweb/js-libraries.js | title": [
        "audits[js-libraries].title"
      ],
      "core/audits/dobetterweb/js-libraries.js | description": [
        "audits[js-libraries].description"
      ],
      "core/audits/dobetterweb/js-libraries.js | columnVersion": [
        "audits[js-libraries].details.headings[1].label"
      ],
      "core/audits/dobetterweb/notification-on-start.js | title": [
        "audits[notification-on-start].title"
      ],
      "core/audits/dobetterweb/notification-on-start.js | description": [
        "audits[notification-on-start].description"
      ],
      "core/audits/dobetterweb/paste-preventing-inputs.js | title": [
        "audits[paste-preventing-inputs].title"
      ],
      "core/audits/dobetterweb/paste-preventing-inputs.js | description": [
        "audits[paste-preventing-inputs].description"
      ],
      "core/audits/baseline.js | title": [
        "audits.baseline.title"
      ],
      "core/audits/baseline.js | description": [
        {
          "values": {
            "date": "2026-03-18"
          },
          "path": "audits.baseline.description"
        }
      ],
      "core/audits/baseline.js | columnFeature": [
        "audits.baseline.details.headings[0].label"
      ],
      "core/audits/baseline.js | columnStatus": [
        "audits.baseline.details.headings[1].label"
      ],
      "core/audits/seo/meta-description.js | title": [
        "audits[meta-description].title"
      ],
      "core/audits/seo/meta-description.js | description": [
        "audits[meta-description].description"
      ],
      "core/audits/seo/http-status-code.js | title": [
        "audits[http-status-code].title"
      ],
      "core/audits/seo/http-status-code.js | description": [
        "audits[http-status-code].description"
      ],
      "core/audits/seo/link-text.js | failureTitle": [
        "audits[link-text].title"
      ],
      "core/audits/seo/link-text.js | description": [
        "audits[link-text].description"
      ],
      "core/audits/seo/link-text.js | displayValue": [
        {
          "values": {
            "itemCount": 1
          },
          "path": "audits[link-text].displayValue"
        }
      ],
      "core/audits/seo/crawlable-anchors.js | title": [
        "audits[crawlable-anchors].title"
      ],
      "core/audits/seo/crawlable-anchors.js | description": [
        "audits[crawlable-anchors].description"
      ],
      "core/audits/seo/crawlable-anchors.js | columnFailingLink": [
        "audits[crawlable-anchors].details.headings[0].label"
      ],
      "core/audits/seo/is-crawlable.js | title": [
        "audits[is-crawlable].title"
      ],
      "core/audits/seo/is-crawlable.js | description": [
        "audits[is-crawlable].description"
      ],
      "core/audits/seo/robots-txt.js | title": [
        "audits[robots-txt].title"
      ],
      "core/audits/seo/robots-txt.js | description": [
        "audits[robots-txt].description"
      ],
      "core/audits/seo/hreflang.js | title": [
        "audits.hreflang.title"
      ],
      "core/audits/seo/hreflang.js | description": [
        "audits.hreflang.description"
      ],
      "core/audits/seo/canonical.js | title": [
        "audits.canonical.title"
      ],
      "core/audits/seo/canonical.js | description": [
        "audits.canonical.description"
      ],
      "core/audits/seo/manual/structured-data.js | title": [
        "audits[structured-data].title"
      ],
      "core/audits/seo/manual/structured-data.js | description": [
        "audits[structured-data].description"
      ],
      "core/config/default-config.js | a11yCategoryTitle": [
        "categories.accessibility.title"
      ],
      "core/config/default-config.js | a11yCategoryDescription": [
        "categories.accessibility.description"
      ],
      "core/config/default-config.js | a11yCategoryManualDescription": [
        "categories.accessibility.manualDescription"
      ],
      "core/config/default-config.js | bestPracticesCategoryTitle": [
        "categories[best-practices].title"
      ],
      "core/config/default-config.js | seoCategoryTitle": [
        "categories.seo.title"
      ],
      "core/config/default-config.js | seoCategoryDescription": [
        "categories.seo.description"
      ],
      "core/config/default-config.js | seoCategoryManualDescription": [
        "categories.seo.manualDescription"
      ],
      "core/config/default-config.js | metricGroupTitle": [
        "categoryGroups.metrics.title"
      ],
      "core/config/default-config.js | insightsGroupTitle": [
        "categoryGroups.insights.title"
      ],
      "core/config/default-config.js | insightsGroupDescription": [
        "categoryGroups.insights.description"
      ],
      "core/config/default-config.js | diagnosticsGroupTitle": [
        "categoryGroups.diagnostics.title"
      ],
      "core/config/default-config.js | diagnosticsGroupDescription": [
        "categoryGroups.diagnostics.description"
      ],
      "core/config/default-config.js | a11yBestPracticesGroupTitle": [
        "categoryGroups[a11y-best-practices].title"
      ],
      "core/config/default-config.js | a11yBestPracticesGroupDescription": [
        "categoryGroups[a11y-best-practices].description"
      ],
      "core/config/default-config.js | a11yColorContrastGroupTitle": [
        "categoryGroups[a11y-color-contrast].title"
      ],
      "core/config/default-config.js | a11yColorContrastGroupDescription": [
        "categoryGroups[a11y-color-contrast].description"
      ],
      "core/config/default-config.js | a11yNamesLabelsGroupTitle": [
        "categoryGroups[a11y-names-labels].title"
      ],
      "core/config/default-config.js | a11yNamesLabelsGroupDescription": [
        "categoryGroups[a11y-names-labels].description"
      ],
      "core/config/default-config.js | a11yNavigationGroupTitle": [
        "categoryGroups[a11y-navigation].title"
      ],
      "core/config/default-config.js | a11yNavigationGroupDescription": [
        "categoryGroups[a11y-navigation].description"
      ],
      "core/config/default-config.js | a11yAriaGroupTitle": [
        "categoryGroups[a11y-aria].title"
      ],
      "core/config/default-config.js | a11yAriaGroupDescription": [
        "categoryGroups[a11y-aria].description"
      ],
      "core/config/default-config.js | a11yLanguageGroupTitle": [
        "categoryGroups[a11y-language].title"
      ],
      "core/config/default-config.js | a11yLanguageGroupDescription": [
        "categoryGroups[a11y-language].description"
      ],
      "core/config/default-config.js | a11yAudioVideoGroupTitle": [
        "categoryGroups[a11y-audio-video].title"
      ],
      "core/config/default-config.js | a11yAudioVideoGroupDescription": [
        "categoryGroups[a11y-audio-video].description"
      ],
      "core/config/default-config.js | a11yTablesListsVideoGroupTitle": [
        "categoryGroups[a11y-tables-lists].title"
      ],
      "core/config/default-config.js | a11yTablesListsVideoGroupDescription": [
        "categoryGroups[a11y-tables-lists].description"
      ],
      "core/config/default-config.js | seoMobileGroupTitle": [
        "categoryGroups[seo-mobile].title"
      ],
      "core/config/default-config.js | seoMobileGroupDescription": [
        "categoryGroups[seo-mobile].description"
      ],
      "core/config/default-config.js | seoContentGroupTitle": [
        "categoryGroups[seo-content].title"
      ],
      "core/config/default-config.js | seoContentGroupDescription": [
        "categoryGroups[seo-content].description"
      ],
      "core/config/default-config.js | seoCrawlingGroupTitle": [
        "categoryGroups[seo-crawl].title"
      ],
      "core/config/default-config.js | seoCrawlingGroupDescription": [
        "categoryGroups[seo-crawl].description"
      ],
      "core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": [
        "categoryGroups[best-practices-trust-safety].title"
      ],
      "core/config/default-config.js | bestPracticesUXGroupTitle": [
        "categoryGroups[best-practices-ux].title"
      ],
      "core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": [
        "categoryGroups[best-practices-browser-compat].title"
      ],
      "core/config/default-config.js | bestPracticesGeneralGroupTitle": [
        "categoryGroups[best-practices-general].title"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | unminified-css": [
        "stackPacks[0].descriptions[unminified-css]"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | unminified-javascript": [
        "stackPacks[0].descriptions[unminified-javascript]"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": [
        "stackPacks[0].descriptions[unused-javascript]"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | server-response-time": [
        "stackPacks[0].descriptions[server-response-time]"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | redirects": [
        "stackPacks[0].descriptions.redirects"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": [
        "stackPacks[0].descriptions[user-timings]"
      ],
      "node_modules/lighthouse-stack-packs/packs/react.js | dom-size": [
        "stackPacks[0].descriptions[dom-size]"
      ]
    }
  }
}