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
154 stars 12 forks source link

it is possible to use without djangocms? #41

Closed CARocha closed 3 years ago

CARocha commented 3 years ago

it is possible to use without djangocms? I have a handmade website, and I wanted to see how my SEO is if it is correct or has problems, open some way to install and use this package for sites that are not built from djangocms

corentinbettiol commented 3 years ago

It is not explicitly written on the readme, but as I said on this dev.to post its possible to use django-check-seo without django-cms.

All it does if django-cms is installed is to add a button on the topbar. If you do not use django-cms, you just have to go the the yourwebsite.ext/django-check-seo/?page=/ page to use django-check-seo and see the seo results for your homepage.

CARocha commented 3 years ago

@corentinbettiol great thank you!