DEV Community

Discussion on: SEO For Django: 5 Methods To Improve SEO

Collapse
 
corentinbettiol profile image
Corentin Bettiol

Nice post!

Shameless advertising :

You can use django-check-seo (a django module I made) to ensure that your page don't have any SEO-related problem.
Here is how it look:

django-check-seo screenshot

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

It would be nice if you can make non-Django one, like a CLI script to analyze static HTML.

Collapse
 
corentinbettiol profile image
Corentin Bettiol

I searched on github topics (topic = seo, language = python) and I found python-seo-analyzer. It's exactly what you said: a CLI script which will analyze a page and return result (json or html) :)

Collapse
 
druidmaciek profile image
Maciej

That looks great! I will give it a go.