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 informational pop-ups for technical details #23

Closed corentinbettiol closed 7 months ago

corentinbettiol commented 4 years ago

Users may not know where to modify the information. We could add a button that would open a popup with an instruction manual.


Actual look: image


Desired result: Just add a "guide" or "manual" entry in the CustomList object and add a pop-up in the view: image

corentinbettiol commented 4 years ago

Since django check seo works with django and django-cms, using djangocms-page-meta is not the only way of updating meta informations on a page, and therefore will not be put in the informational pop-ups.