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

Absolute links are throwing errors. #17

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

Describe the bug Error occurs when using an absolute link (/link) during check_links check.

Expected behavior check_links should append absolute url to domain name.

Bonus check_links should check if the site.full_url contains env var DOMAIN_NAME to create the domain url (so external tests like http://domain/django-check-seo/?page=https://kapt.mobi should not show any errors).