GoogleChrome / GoogleChrome/lighthouse
SEO doesn't factor dirty URLs (not clean URLs)
Open
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
Assessment
This issue has not been assessed yet.