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

Fix an issue when splitting the keywords #57

Closed lnxg33k closed 1 year ago

lnxg33k commented 1 year ago

Keywords must be separated by ", " a comma followed by two empty spaces, which will fail in most cases. Split by, then removing empty spaces should solve the issue.

corentinbettiol commented 1 year ago

Hi, thanks for this PR!

corentinbettiol commented 1 year ago

Your changes are available in django check seo 0.6.2!