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

keywords with special chars are not found in h1 #38

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

If a keyword contain a special char it will not be found in the h1 tag.

corentinbettiol commented 4 years ago

We'll use this regex for now:

image

 r"(^| |\n|,|\.|!|\?)" + keyword + "($| |\n|,|\.|!|\?)", h1_text