Please enable JavaScript.
Coggle requires JavaScript to display documents.
Google Lighthouse - Rule Based Algorithm, How do we rank the results?,…
Google Lighthouse - Rule Based Algorithm
How do we rank the results?
Urgent issues (High convertibles)
List of urgent issues and ranking
Link to list
Link
Non urgent issues
Order doesn't matter
User enters URL to input box in order to check for that URL website accessibility status
Our algorithm uses Google Lighthouse library to scan the website
What does the scan check for?
The scan checks for 49 different topics related to website accessibility
Raw data - List of all topics the Google. Lighthouse library returns as a JSON file.
Link
You can view the same information only organized nicer in this link
Link
Each topic has 3 results it can return
Passed
Failed
Not applicable
How do we want to divide the results from the Json file?
Although we do want to show all the results, not all results are important to us on the same level
Some results we call "high convertibles". These are results that we believe will give us a better return on investment
We are dividing the results into 4 groups:
not applicable
passed
Failed - Urgent issues (high convertibles)
Failed - Not so urgent issues (low convertibles)