GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.02k stars 9.32k forks source link

core(seo): support Persian in link-text audit #15949

Closed JohnAdib closed 2 months ago

JohnAdib commented 2 months ago

Summary This pull request introduces Persian language phrases into the BLOCKLIST set of the LinkText audit for Links do not have descriptive text. However, I believe that moving forward, maintaining separate language files per supported language would be more scalable and maintainable. According to W3Techs statistics for top websites, Persian ranks as the 10th most prevalent content language.

Related Issues/PRs https://github.com/GoogleChrome/lighthouse/pull/5322 https://github.com/GoogleChrome/lighthouse/pull/7547 https://github.com/GoogleChrome/lighthouse/pull/9446 https://github.com/GoogleChrome/lighthouse/pull/9986 https://github.com/GoogleChrome/lighthouse/pull/15152