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

Add new check: internal links status #16

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

Is your feature request related to a problem? Please describe. Google does not like dead links on pages. Since checking external links can take time, it is better to test only internal links for now.

Describe the solution you'd like Solution with requests & request.status_code.