kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
158 stars 14 forks source link

Add importance factor #5

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

Currently the only factor is the "first called, first ranked" rule of the problems/warnings.

Another thing to do is add an "importance" to the problems/warnings, to allow them to be ordered by importance and remove the "first called, first ranked" rule.

corentinbettiol commented 4 years ago

The keywords tests populates the list of keywords that will be used by other functions, so it need to be executed first (and the others after it).