Closed
Description
Currently, django-check-seo is searching the content in the <div class="container"></div>
tag.
It could be a problem if the main content of the pages of the crawled website is in another tag (like <main>
or <div class="cms_main">
...).
We should provide a setting where we could select a tag/class/list of tags/classes to search content in.