django-check-seo
django-check-seo copied to clipboard
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!
Here's the problem: https://github.com/kapt-labs/django-check-seo/blob/master/django_check_seo/urls.py#L11 maybe we should check `not version.startswith('1')` ?
We don't want to alert about missing alt tags for certain images (like a tracking pixel, or something like this). We could add a list of urls to ignore in...
Say you have this keyword: ``` that's awesome ``` Then your meta keywords will *maybe* contain this: ``` that's awesome ``` But your html content will contain this: ``` [...]...
I am not sure whether this will be helpfull to others, but this is what I did after going through some issues while installing this. You can follow the installation,...
**Describe the bug** The content inside html conditional comments is not excluded even though it is referenced in `DJANGO_CHECK_SEO_EXCLUDE_CONTENT` setting. **To Reproduce** Steps to reproduce the behavior: Considering the following...
Users may not know where to modify the information. We could add a button that would open a popup with an instruction manual. ---- Actual look:  ---- Desired result:...
Currently, all checks are processed in the same way and are displayed in a large list. A cool thing to add could be a category tag for checks, which could...
**Is your feature request related to a problem? Please describe.** Currently the meta keywords field is used to discover the keywords for a specific page. Since this field isn't widely...
**Is your feature request related to a problem? Please describe.** For some of our clients we would like to be able to disable `django-check-seo` for them, but have it available...
**Is your feature request related to a problem? Please describe.** Currently on the check seo page there is a sidebar with information on the `django-check-seo` package. However, this isn't very...