GoogleChrome / GoogleChrome/lighthouse

SEO doesn't factor dirty URLs (not clean URLs)

Open
#9,792 6 comments 0 reactions 0 assignees View on GitHub
needs-complete-audit-proposal new_audit P3
Dominant language
JavaScript
Stars
30.8k
Forks
9.8k
Avg merge
1d 20h
Merged PRs (30d)
19

Description

Sites with pretty ugly, user and SEO unfriendly URLs don't get a warning.

Example:
https://bnbcydonia.ch/index.php?id=3&lang=2&r=75 gets a SEO score of "100"

It should be pretty easy to test for:
- does URL have a file extension?
- does URL include short-string variables?
- does URL include lots of queries? (URLSearchParams)
- does URL include lots of numerals?
- does URL include port number?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.