From 6e6f9ef89528baec78fda2ebc90eb59e71672766 Mon Sep 17 00:00:00 2001 From: Corentin Bettiol <45763865+corentinbettiol@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:06:22 +0200 Subject: [PATCH] Create SEO category and add django-check-seo to it SEO is an important aspect of web dev, and many people does not know how it "works", so I think adding a new category is appropriate. Django Check SEO is a tiny package that will parse the html content of the pages of a Django website, and that will display the list of common mistakes/good practices relative to the content of the page. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bb3c78f..7c34417 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django. - [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin. +### Search engine optimisation +- [django-check-seo](https://github.com/kapt-labs/django-check-seo) - Check SEO of pages. + ### Security - [django-csp](https://github.com/mozilla/django-csp) - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django. - [django-feature-policy](https://github.com/adamchainz/django-feature-policy) - Set the draft security HTTP header `Feature-Policy` on a Django app.