Skip to main content

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems.

Project description

Django Check SEO

Replacing some features of Yoast or SEMrush for django CMS users.

In other words, django-check-seo will tell you if you have problems concerning a broad range of SEO aspects of your pages.


Install

With pipenv

  • Add this package to your Pipfile below [packages], then run pipenv install:
django-check-seo = "*"
  • Or add it using this command:
pipenv install django-check-seo

and then

  • add django-check-seo.apps.DjangoCheckSEOConfig to your INSTALLED_APPS,
  • add url(r"^django-check-seo/", include("django-check-seo.urls")), to your urlpatterns in urls.py (before url(r'^', include('cms.urls')), or it will not work),
    • or path("django-check-seo/", include("django-check-seo.urls")), if you're using path,
  • update site parameters with correct url (example for dev environment)

Start your django CMS project, log in, you should see the "Check SEO..." button and everything should be okay.

Without pipenv

coming soon 📝


Prerequisites

You will need beautifulsoup4, requests, djangocms & djangocms_page_meta in order to made this application work.


Want a screenshot?

screenshot

Other screenshots and videos are available on the wiki.


Interested in finding out more?

Take a look at the wiki:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-check-seo-0.0.4.tar.gz (562.2 kB view hashes)

Uploaded Source

Built Distribution

django_check_seo-0.0.4-py3-none-any.whl (576.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page