lighthouse 11.7.0-dev.20240407 → 11.7.0-dev.20240409

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/cli/test/smokehouse/config/exclusions.js +1 -0
  2. package/cli/test/smokehouse/core-tests.js +4 -0
  3. package/core/audits/redirects-http.d.ts +19 -0
  4. package/core/audits/redirects-http.js +75 -0
  5. package/core/computed/metrics/cumulative-layout-shift.js +2 -2
  6. package/core/computed/trace-engine-result.js +1 -1
  7. package/core/config/default-config.js +4 -7
  8. package/core/gather/driver/target-manager.js +1 -1
  9. package/core/gather/driver/wait-for-condition.js +2 -3
  10. package/core/gather/driver.js +1 -0
  11. package/core/gather/gatherers/trace-elements.d.ts +0 -10
  12. package/core/gather/gatherers/trace-elements.js +0 -19
  13. package/core/gather/session.d.ts +8 -0
  14. package/core/gather/session.js +12 -0
  15. package/core/runner.js +18 -23
  16. package/package.json +2 -2
  17. package/shared/localization/locales/ar-XB.json +0 -18
  18. package/shared/localization/locales/ar.json +0 -18
  19. package/shared/localization/locales/bg.json +0 -18
  20. package/shared/localization/locales/ca.json +0 -18
  21. package/shared/localization/locales/cs.json +0 -18
  22. package/shared/localization/locales/da.json +0 -18
  23. package/shared/localization/locales/de.json +0 -18
  24. package/shared/localization/locales/el.json +0 -18
  25. package/shared/localization/locales/en-GB.json +0 -18
  26. package/shared/localization/locales/en-US.json +9 -18
  27. package/shared/localization/locales/en-XA.json +0 -18
  28. package/shared/localization/locales/en-XL.json +9 -18
  29. package/shared/localization/locales/es-419.json +0 -18
  30. package/shared/localization/locales/es.json +0 -18
  31. package/shared/localization/locales/fi.json +0 -18
  32. package/shared/localization/locales/fil.json +0 -18
  33. package/shared/localization/locales/fr.json +0 -18
  34. package/shared/localization/locales/he.json +0 -18
  35. package/shared/localization/locales/hi.json +0 -18
  36. package/shared/localization/locales/hr.json +0 -18
  37. package/shared/localization/locales/hu.json +0 -18
  38. package/shared/localization/locales/id.json +0 -18
  39. package/shared/localization/locales/it.json +0 -18
  40. package/shared/localization/locales/ja.json +0 -18
  41. package/shared/localization/locales/ko.json +0 -18
  42. package/shared/localization/locales/lt.json +0 -18
  43. package/shared/localization/locales/lv.json +0 -18
  44. package/shared/localization/locales/nl.json +0 -18
  45. package/shared/localization/locales/no.json +0 -18
  46. package/shared/localization/locales/pl.json +0 -18
  47. package/shared/localization/locales/pt-PT.json +0 -18
  48. package/shared/localization/locales/pt.json +0 -18
  49. package/shared/localization/locales/ro.json +0 -18
  50. package/shared/localization/locales/ru.json +0 -18
  51. package/shared/localization/locales/sk.json +0 -18
  52. package/shared/localization/locales/sl.json +0 -18
  53. package/shared/localization/locales/sr-Latn.json +0 -18
  54. package/shared/localization/locales/sr.json +0 -18
  55. package/shared/localization/locales/sv.json +0 -18
  56. package/shared/localization/locales/ta.json +0 -18
  57. package/shared/localization/locales/te.json +0 -18
  58. package/shared/localization/locales/th.json +0 -18
  59. package/shared/localization/locales/tr.json +0 -18
  60. package/shared/localization/locales/uk.json +0 -18
  61. package/shared/localization/locales/vi.json +0 -18
  62. package/shared/localization/locales/zh-HK.json +0 -18
  63. package/shared/localization/locales/zh-TW.json +0 -18
  64. package/shared/localization/locales/zh.json +0 -18
  65. package/types/artifacts.d.ts +1 -13
  66. package/types/gatherer.d.ts +1 -0
  67. package/core/audits/layout-shift-elements.d.ts +0 -16
  68. package/core/audits/layout-shift-elements.js +0 -101
  69. package/core/audits/seo/plugins.d.ts +0 -15
  70. package/core/audits/seo/plugins.js +0 -150
  71. package/core/gather/gatherers/seo/embedded-content.d.ts +0 -10
  72. package/core/gather/gatherers/seo/embedded-content.js +0 -63
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Largest Contentful Paint-Element"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Auswirkung von Layout Shifts"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Diese DOM-Elemente wurden am stärksten von Layout Shifts beeinflusst. Einige Layout Shifts sind aufgrund von [Windowing](https://web.dev/articles/cls#what_is_cls) möglicherweise nicht im CLS-Messwert enthalten. [Informationen zur Verbesserung der CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Umfangreiche Layoutverschiebungen vermeiden"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Layout-Shift-Ergebnis"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument enthält eine Meta-Beschreibung"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Suchmaschinen können keine Plug-in-Inhalte indexieren. Außerdem werden Plug-ins auf vielen Geräten eingeschränkt oder nicht unterstützt. [Weitere Informationen zum Vermeiden von Plug-ins.](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument verwendet Plug-ins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument verwendet keine Plug-ins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Wenn deine robots.txt-Datei fehlerhaft ist, können Crawler möglicherweise nicht nachvollziehen, wie deine Website gecrawlt oder indexiert werden soll. [Weitere Informationen zu robots.txt.](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Στοιχείο Μεγαλύτερης σχεδίασης με περιεχόμενο"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Αντίκτυπος αλλαγής διάταξης"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Αυτά τα στοιχεία DOM επηρεάστηκαν περισσότερο από τις αλλαγές διάταξης. Ορισμένες αλλαγές στη διάταξη ενδέχεται να μην περιλαμβάνονται στην τιμή της μέτρησης CLS λόγω της [προσαρμογής σε παράθυρο](https://web.dev/articles/cls#what_is_cls). [Μάθετε πώς μπορείτε να βελτιώσετε το CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Αποφύγετε τις μεγάλες μετατοπίσεις διάταξης"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Βαθμολογία αλλαγής διάταξης"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Το έγγραφο έχει περιγραφή μεταδεδομένων"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Οι μηχανές αναζήτησης δεν μπορούν να καταλογοποιήσουν το περιεχόμενο των προσθηκών, ενώ πολλές συσκευές περιορίζουν ή δεν υποστηρίζουν τις προσθήκες. [Μάθετε περισσότερα σχετικά με την αποφυγή προσθηκών](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Το έγγραφο χρησιμοποιεί προσθήκες"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Το έγγραφο αποφεύγει τις προσθήκες"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Εάν το αρχείο σας robots.txt έχει εσφαλμένη μορφή, οι ανιχνευτές ενδεχομένως να μην μπορούν να κατανοήσουν με ποιον τρόπο θέλετε να γίνεται η ανίχνευση ή η καταλογοποίηση του ιστοτόπου σας. [Μάθετε περισσότερα σχετικά με το robots.txt.](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Largest contentful paint element"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Layout shift impact"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Avoid large layout shifts"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Layout shift score"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Document has a meta description"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Search engines can't index plug-in content and many devices restrict plug-ins or don't support them. [Learn more about avoiding plugins](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Document uses plugins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Document avoids plugins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "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/)."
1477
1459
  },
@@ -1151,15 +1151,6 @@
1151
1151
  "core/audits/largest-contentful-paint-element.js | title": {
1152
1152
  "message": "Largest Contentful Paint element"
1153
1153
  },
1154
- "core/audits/layout-shift-elements.js | columnContribution": {
1155
- "message": "Layout shift impact"
1156
- },
1157
- "core/audits/layout-shift-elements.js | description": {
1158
- "message": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
1159
- },
1160
- "core/audits/layout-shift-elements.js | title": {
1161
- "message": "Avoid large layout shifts"
1162
- },
1163
1154
  "core/audits/layout-shifts.js | columnScore": {
1164
1155
  "message": "Layout shift score"
1165
1156
  },
@@ -1331,6 +1322,15 @@
1331
1322
  "core/audits/prioritize-lcp-image.js | title": {
1332
1323
  "message": "Preload Largest Contentful Paint image"
1333
1324
  },
1325
+ "core/audits/redirects-http.js | description": {
1326
+ "message": "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/)."
1327
+ },
1328
+ "core/audits/redirects-http.js | failureTitle": {
1329
+ "message": "Does not redirect HTTP traffic to HTTPS"
1330
+ },
1331
+ "core/audits/redirects-http.js | title": {
1332
+ "message": "Redirects HTTP traffic to HTTPS"
1333
+ },
1334
1334
  "core/audits/redirects.js | description": {
1335
1335
  "message": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
1336
1336
  },
@@ -1466,15 +1466,6 @@
1466
1466
  "core/audits/seo/meta-description.js | title": {
1467
1467
  "message": "Document has a meta description"
1468
1468
  },
1469
- "core/audits/seo/plugins.js | description": {
1470
- "message": "Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more about avoiding plugins](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1471
- },
1472
- "core/audits/seo/plugins.js | failureTitle": {
1473
- "message": "Document uses plugins"
1474
- },
1475
- "core/audits/seo/plugins.js | title": {
1476
- "message": "Document avoids plugins"
1477
- },
1478
1469
  "core/audits/seo/robots-txt.js | description": {
1479
1470
  "message": "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/)."
1480
1471
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ éļéméñţ one two three four five six seven]"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "[Ļåýöûţ šĥîƒţ îmþåçţ one two three]"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "[Ţĥéšé ÐÖM éļéméñţš ŵéŕé möšţ 僃éçţéð бý ļåýöûţ šĥîƒţš. Šömé ļåýöûţ šĥîƒţš måý ñöţ бé îñçļûðéð îñ ţĥé ÇĻŠ méţŕîç våļûé ðûé ţö ᐅ[ᐊŵîñðöŵîñĝᐅ](https://web.dev/articles/cls#what_is_cls)ᐊ. ᐅ[ᐊĻéåŕñ ĥöŵ ţö îmþŕövé ÇĻŠᐅ](https://web.dev/articles/optimize-cls)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "[Åvöîð ļåŕĝé ļåýöûţ šĥîƒţš one two three four five six]"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "[Ļåýöûţ šĥîƒţ šçöŕé one two three]"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "[Ðöçûméñţ ĥåš å méţå ðéšçŕîþţîöñ one two three four five six seven]"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "[Šéåŕçĥ éñĝîñéš çåñ'ţ îñðéx þļûĝîñ çöñţéñţ, åñð måñý ðévîçéš ŕéšţŕîçţ þļûĝîñš öŕ ðöñ'ţ šûþþöŕţ ţĥém. ᐅ[ᐊĻéåŕñ möŕé åбöûţ åvöîðîñĝ þļûĝîñšᐅ](https://developer.chrome.com/docs/lighthouse/seo/plugins/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "[Ðöçûméñţ ûšéš þļûĝîñš one two three]"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "[Ðöçûméñţ åvöîðš þļûĝîñš one two three]"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "[΃ ýöûŕ ŕöбöţš.ţxţ ƒîļé îš måļƒöŕméð, çŕåŵļéŕš måý ñöţ бé åбļé ţö ûñðéŕšţåñð ĥöŵ ýöû ŵåñţ ýöûŕ ŵéбšîţé ţö бé çŕåŵļéð öŕ îñðéxéð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ŕöбöţš.ţxţᐅ](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1477
1459
  },
@@ -1151,15 +1151,6 @@
1151
1151
  "core/audits/largest-contentful-paint-element.js | title": {
1152
1152
  "message": "L̂ár̂ǵêśt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ êĺêḿêńt̂"
1153
1153
  },
1154
- "core/audits/layout-shift-elements.js | columnContribution": {
1155
- "message": "L̂áŷóût́ ŝh́îf́t̂ ím̂ṕâćt̂"
1156
- },
1157
- "core/audits/layout-shift-elements.js | description": {
1158
- "message": "T̂h́êśê D́ÔḾ êĺêḿêńt̂ś ŵér̂é m̂óŝt́ âf́f̂éĉt́êd́ b̂ý l̂áŷóût́ ŝh́îf́t̂ś. Ŝóm̂é l̂áŷóût́ ŝh́îf́t̂ś m̂áŷ ńôt́ b̂é îńĉĺûd́êd́ îń t̂h́ê ĆL̂Ś m̂ét̂ŕîć v̂ál̂úê d́ûé t̂ó [ŵín̂d́ôẃîńĝ](https://web.dev/articles/cls#what_is_cls). [Ĺêár̂ń ĥóŵ t́ô ím̂ṕr̂óv̂é ĈĹŜ](https://web.dev/articles/optimize-cls)"
1159
- },
1160
- "core/audits/layout-shift-elements.js | title": {
1161
- "message": "Âv́ôíd̂ ĺâŕĝé l̂áŷóût́ ŝh́îf́t̂ś"
1162
- },
1163
1154
  "core/audits/layout-shifts.js | columnScore": {
1164
1155
  "message": "L̂áŷóût́ ŝh́îf́t̂ śĉór̂é"
1165
1156
  },
@@ -1331,6 +1322,15 @@
1331
1322
  "core/audits/prioritize-lcp-image.js | title": {
1332
1323
  "message": "P̂ŕêĺôád̂ Ĺâŕĝéŝt́ Ĉón̂t́êńt̂f́ûĺ P̂áîńt̂ ím̂áĝé"
1333
1324
  },
1325
+ "core/audits/redirects-http.js | description": {
1326
+ "message": "M̂ák̂é ŝúr̂é t̂h́ât́ ŷóû ŕêd́îŕêćt̂ ál̂ĺ ĤT́T̂Ṕ t̂ŕâf́f̂íĉ t́ô H́T̂T́P̂Ś îń ôŕd̂ér̂ t́ô én̂áb̂ĺê śêćûŕê ẃêb́ f̂éât́ûŕêś f̂ór̂ ál̂ĺ ŷóûŕ ûśêŕŝ. [Ĺêár̂ń m̂ór̂é](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/)."
1327
+ },
1328
+ "core/audits/redirects-http.js | failureTitle": {
1329
+ "message": "D̂óêś n̂ót̂ ŕêd́îŕêćt̂ H́T̂T́P̂ t́r̂áf̂f́îć t̂ó ĤT́T̂ṔŜ"
1330
+ },
1331
+ "core/audits/redirects-http.js | title": {
1332
+ "message": "R̂éd̂ír̂éĉt́ŝ H́T̂T́P̂ t́r̂áf̂f́îć t̂ó ĤT́T̂ṔŜ"
1333
+ },
1334
1334
  "core/audits/redirects.js | description": {
1335
1335
  "message": "R̂éd̂ír̂éĉt́ŝ ín̂t́r̂ód̂úĉé âd́d̂ít̂íôńâĺ d̂él̂áŷś b̂éf̂ór̂é t̂h́ê ṕâǵê ćâń b̂é l̂óâd́êd́. [L̂éâŕn̂ h́ôẃ t̂ó âv́ôíd̂ ṕâǵê ŕêd́îŕêćt̂ś](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
1336
1336
  },
@@ -1466,15 +1466,6 @@
1466
1466
  "core/audits/seo/meta-description.js | title": {
1467
1467
  "message": "D̂óĉúm̂én̂t́ ĥáŝ á m̂ét̂á d̂éŝćr̂íp̂t́îón̂"
1468
1468
  },
1469
- "core/audits/seo/plugins.js | description": {
1470
- "message": "Ŝéâŕĉh́ êńĝín̂éŝ ćâń't̂ ín̂d́êx́ p̂ĺûǵîń ĉón̂t́êńt̂, án̂d́ m̂án̂ý d̂év̂íĉéŝ ŕêśt̂ŕîćt̂ ṕl̂úĝín̂ś ôŕ d̂ón̂'t́ ŝúp̂ṕôŕt̂ t́ĥém̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ áv̂óîd́îńĝ ṕl̂úĝín̂ś](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1471
- },
1472
- "core/audits/seo/plugins.js | failureTitle": {
1473
- "message": "D̂óĉúm̂én̂t́ ûśêś p̂ĺûǵîńŝ"
1474
- },
1475
- "core/audits/seo/plugins.js | title": {
1476
- "message": "D̂óĉúm̂én̂t́ âv́ôíd̂ś p̂ĺûǵîńŝ"
1477
- },
1478
1469
  "core/audits/seo/robots-txt.js | description": {
1479
1470
  "message": "Îf́ ŷóûŕ r̂ób̂ót̂ś.t̂x́t̂ f́îĺê íŝ ḿâĺf̂ór̂ḿêd́, ĉŕâẃl̂ér̂ś m̂áŷ ńôt́ b̂é âb́l̂é t̂ó ûńd̂ér̂śt̂án̂d́ ĥóŵ ýôú ŵán̂t́ ŷóûŕ ŵéb̂śît́ê t́ô b́ê ćr̂áŵĺêd́ ôŕ îńd̂éx̂éd̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ ŕôb́ôt́ŝ.t́x̂t́](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1480
1471
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elemento del Procesamiento de imagen con contenido más grande"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impacto del cambio de diseño"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Estos elementos del DOM se vieron más afectados por los cambios de diseño. Es posible que algunos cambios de diseño no se incluyan en el valor de la métrica CLS debido a la [renderización de ventanas](https://web.dev/articles/cls#what_is_cls). [Más información para mejorar CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "No realices cambios grandes en el diseño"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Puntuación de cambio de diseño"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "El documento tiene una metadescripción"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Los motores de búsqueda no pueden indexar el contenido de los complementos y muchos dispositivos limitan el uso de complementos o no los admiten. [Obtén más información para evitar los complementos](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "El documento usa complementos"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Los documentos evitan el uso de complementos"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Si el formato del archivo robots.txt no es correcto, es posible que los rastreadores no puedan interpretar cómo quieres que se rastree o indexe tu sitio web. [Obtén más información acerca de los archivos robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Renderizado del mayor elemento con contenido"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impacto de los cambios de diseño"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Estos elementos DOM son los que se han visto más afectados por los cambios de diseño. Es posible que algunos cambios de diseño no se incluyan en el valor de la métrica CLS debido a la [normalización](https://web.dev/articles/cls#what_is_cls). [Descubre cómo mejorar el CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Evitar cambios de diseño importantes"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Puntuación del cambio de diseño"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "El documento tiene una metadescripción"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Los buscadores no pueden indexar el contenido de los complementos, y muchos dispositivos limitan el uso de complementos o no los admiten. [Más información sobre cómo evitar complementos](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "El documento usa complementos"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "El documento no usa complementos"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Si el formato del archivo robots.txt no es correcto, es posible que los rastreadores no puedan interpretar cómo quieres que se rastree o indexe tu sitio web. [Más información sobre robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Suurin renderöity sisältöosa"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Asettelun muutoksen vaikutus"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Asettelun muutokset vaikuttivat eniten näihin DOM-elementteihin. Joitakin asettelun muutoksia ei välttämättä sisällytetä CLS-mittarin arvoon [ikkunoinnin](https://web.dev/articles/cls#what_is_cls) takia. [Katso, miten voit parantaa CLS:ää](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Vältä suuria asettelun muutoksia"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Asettelun muutospisteet"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumentissa on sisällönkuvauskenttä"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Hakukoneet eivät voi indeksoida liitännäisten sisältöä, ja monet laitteet rajoittavat liitännäisten käyttöä tai eivät tue niitä. [Lue lisää liitännäisten välttämisestä](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumentti käyttää laajennuksia"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumentti välttää laajennuksia"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Jos robots.txt-tiedostosi on muotoiltu väärin, indeksointirobotit eivät välttämättä ymmärrä, miten haluat sivustosi indeksoitavan. [Lue lisää robots.txt-tiedostoista](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element na Largest Contentful Paint"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Epekto ng pagbabago sa layout"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Ang mga element ng DOM na ito ang pinakanaapektuhan ng mga pagbabago sa layout. Posibleng hindi kasama ang ilang pagbabago sa layout sa metric value ng CLS dahil sa [pag-window](https://web.dev/articles/cls#what_is_cls). [Alamin kung paano pahusayin ang CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Iwasan ang malalaking pagbabago ng layout"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Score ng pagbabago sa layout"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "May paglalarawan ng meta ang dokumento"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Hindi nai-index ng mga search engine ang content ng plugin, at maraming device ang naglilimita sa mga plugin o hindi sumusuporta sa mga ito. [Matuto pa tungkol sa pag-iwas sa mga plugin](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Gumagamit ng mga plugin ang dokumento"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Iniiwasan ng dokumento ang mga plugin"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Kung sira ang iyong robots.txt, puwedeng hindi maunawaan ng mga crawler kung paano mo gustong ma-crawl o ma-index ang iyong website. [Matuto pa tungkol sa robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Élément identifié comme \"Largest Contentful Paint\""
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impact du décalage de mise en page"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Ces éléments DOM ont été le plus affectés par des décalages de mise en page. Il est possible que certains décalages de mise en page ne soient pas inclus dans la valeur de la métrique CLS en raison du [fenêtrage](https://web.dev/articles/cls#what_is_cls). [Découvrez comment améliorer le CLS.](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Éviter les changements de mise en page importants"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Score de décalage de mise en page"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Le document contient un attribut \"meta description\""
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Les moteurs de recherche ne peuvent pas indexer le contenu des plug-ins, et de nombreux appareils limitent l'utilisation de ces derniers, voire ne les acceptent pas. [Découvrez comment éviter les plug-ins.](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Le document utilise des plug-ins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Le document évite les plug-ins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Si votre fichier robots.txt n'est pas créé correctement, il se peut que les robots d'exploration ne puissent pas comprendre comment votre site Web doit être exploré ou indexé. [En savoir plus sur les fichiers robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "רכיב ה-Largest Contentful Paint (‏LCP)"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "ההשפעה של שינוי הפריסה"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "רכיבי ה-DOM האלה הושפעו הכי הרבה משינויים בפריסה. יכול להיות ששינויי פריסה מסוימים לא ייכללו בערך של מדד CLS בגלל [עיבוד החלק הנצפה בלבד](https://web.dev/articles/cls#what_is_cls). [איך לשפר את ה-CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "יש להימנע משינויים משמעותיים בפריסה"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "הציון של שינוי הפריסה"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "יש למסמך מטא תיאור"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "מנועי חיפוש לא יכולים להוסיף לאינדקס תוכן של פלאגין, ומכשירים רבים מגבילים יישומי פלאגין או לא תומכים בהם. [למה כדאי להימנע משימוש ביישומי פלאגין](https://developer.chrome.com/docs/lighthouse/seo/plugins/)?"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "במסמך נעשה שימוש ביישומי פלאגין"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "אין במסמך שימוש ביישומי פלאגין"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "אם קובץ robots.txt אינו תקין, ייתכן שסורקים לא יוכלו להבין איך ברצונך שהאתר ייסרק או יתווסף לאינדקס. [למידע נוסף על robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "सबसे बड़ा कॉन्टेंटफ़ुल पेंट वाला एलिमेंट"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "लेआउट शिफ़्ट का असर"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "इन डीओएम एलिमेंट पर, लेआउट शिफ़्ट का सबसे ज़्यादा असर हुआ है. [विंडोविंग](https://web.dev/articles/cls#what_is_cls) की वजह से, हो सकता है कि कुछ लेआउट शिफ़्ट, सीएलएस मेट्रिक की वैल्यू में शामिल न किए जाएं. [सीएलएस को बेहतर बनाने का तरीका जानें](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "बड़े लेआउट शिफ़्ट से बचें"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "लेआउट शिफ़्ट स्कोर"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "दस्तावेज़ में संक्षिप्त विवरण है"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "सर्च इंजन, प्लगिन के कॉन्टेंट को इंडेक्स नहीं कर सकते. साथ ही, कई डिवाइस, प्लगिन पर पाबंदी लगाते हैं या उन पर काम नहीं करते. [प्लगिन से बचने के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "दस्तावेज़ प्लग इन का इस्तेमाल करता है"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "दस्तावेज़ प्लग इन से बचता है"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "अगर आपकी robots.txt फ़ाइल सही नहीं है, तो क्रॉलर यह नहीं समझ पाएंगे कि आपको अपनी वेबसाइट को किस तरह क्रॉल या इंडेक्स कराना है. [robots.txt के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element s najvećim renderiranjem sadržaja"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Utjecaj pomaka izgleda"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Pomaci izgleda najviše su utjecali na te DOM elemente. Neki pomaci izgleda možda neće biti uključeni u vrijednost mjernog podatka CLS-a zbog [prikaza u prozorima](https://web.dev/articles/cls#what_is_cls). [Saznajte kako poboljšati CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Izbjegavajte velike pomake izgleda"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Pokazatelj pomaka izgleda"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument sadrži metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Tražilice ne mogu indeksirati sadržaj dodataka, pa mnogi uređaji ograničavaju dodatke ili ih ne podržavaju. [Saznajte više o izbjegavanju dodataka](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument upotrebljava dodatke"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument izbjegava dodatke"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ako je vaša robots.txt datoteka oštećena, alati za indeksiranje možda neće moći razumjeti kako želite da se vaša web-lokacija pretraži ili indeksira. [Saznajte više o datoteci robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "A legnagyobb vizuális tartalomválasz eleme"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Az elrendezésmozgás hatása"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Ezeket a DOM-elemeket leginkább az elrendezésmozgások érintették. Előfordulhat, hogy a [csak a felhasználó által látható tartalom megjelenítése](https://web.dev/articles/cls#what_is_cls) miatt bizonyos elrendezésmozgások nem szerepelnek a CLS-mutató értékében. [További információ a CLS javításáról](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Az elrendezés nagy mértékű mozgásának elkerülése"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Elrendezésmozgás pontszáma"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "A dokumentum rendelkezik metaleírással"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Sok eszköz korlátozza vagy nem támogatja a beépülő modulokat, a keresőmotorok pedig nem tudják indexelni a modulok által megjelenített tartalmakat. [További információ a beépülő modulok elkerüléséről](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "A dokumentum beépülő modulokat használ"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "A dokumentum nem használ beépülő modulokat"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ha a robots.txt fájl formázása rossz, előfordulhat, hogy a feltérképező robotok nem tudják értelmezni, hogy Ön hogyan szeretné feltérképeztetni vagy indexeltetni a webhelyét. [További információ a robots.txt fájlról](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elemen Largest Contentful Paint (LCP)"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Dampak pergeseran tata letak"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Elemen DOM ini paling dipengaruhi oleh pergeseran tata letak. Beberapa pergeseran tata letak mungkin tidak disertakan dalam nilai metrik CLS karena adanya [windowing](https://web.dev/articles/cls#what_is_cls). [Pelajari cara meningkatkan CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Hindari peralihan tata letak berukuran besar"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Skor pergeseran tata letak"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumen memiliki deskripsi meta"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Mesin telusur tidak dapat mengindeks konten plugin, dan banyak perangkat yang membatasi plugin atau tidak mendukungnya. [Pelajari lebih lanjut cara menghindari plugin](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumen menggunakan plugin"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumen menghindari plugin"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Jika file robots.txt Anda salah format, crawler mungkin tidak dapat memahami cara crawling atau pengindeksan situs yang Anda inginkan. [Pelajari lebih lanjut robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elemento Largest Contentful Paint"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impatto della variazione del layout"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Questi elementi DOM sono stati maggiormente interessati dalle variazioni del layout. Alcune variazioni del layout potrebbero non essere incluse nel valore della metrica CLS a causa del [windowing](https://web.dev/articles/cls#what_is_cls). [Scopri come migliorare la metrica CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Evita significative variazioni di layout"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Punteggio della variazione del layout"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Il documento ha una meta descrizione"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "I motori di ricerca non possono indicizzare i contenuti dei plug-in e molti dispositivi limitano i plug-in o non li supportano. [Scopri di più su come evitare i plug-in](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Il documento utilizza plug-in"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Il documento non fa uso di plug-in"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Se il file robots.txt non è valido, i crawler potrebbero non essere in grado di capire come vuoi che il tuo sito web venga sottoposto a scansione o indicizzato. [Scopri di più sul file robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },