Skip to content

Informations about keywords

Corentin Bettiol edited this page Apr 8, 2020 · 2 revisions

We are using djangocms-page-meta to allow our users to populate the meta tags on their pages.

This application for django cms adds the old keywords meta tag to the pages, and django-check-seo uses this tag to fill in the list of keywords used by many of its checks.

You need to have a keywords meta tag on your page, or else some problems & warnings will be displayed:

Problems

Name Source
No meta keywords
(populates keywords list used by all the other checks)
check_keywords.py
No keyword in h1 check_h1.py
No keyword in URL check_keyword_url.py
Title do not contain any keyword check_title.py
No keyword in first sentence keyword_present_first_paragraph.py

Warnings

Name Source
No keyword in meta description check_description.py
No keyword in h2 check_h2.py

Content

If you want to know the reasons why we chose these checks in particular.

Checks that are not included inside the project


Code

Clone this wiki locally