diff --git a/django_wtf/core/views/index_view.py b/django_wtf/core/views/index_view.py index fea10d7..200a6e5 100644 --- a/django_wtf/core/views/index_view.py +++ b/django_wtf/core/views/index_view.py @@ -17,6 +17,21 @@ class IndexView(MetadataMixin, TemplateView): "Django.WTF lists popular Django projects, apps and tools. " "The latest and greatest news in the Django community." ) + keywords = [ + "django", + "apps", + "packages", + "repositories", + "python", + "web", + "framework", + "apps", + "tools", + "news", + ] + use_schemaorg = True + use_og = True + use_twitter = True def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) diff --git a/django_wtf/templates/core/base.html b/django_wtf/templates/core/base.html index 9df14e3..e3fc5e5 100644 --- a/django_wtf/templates/core/base.html +++ b/django_wtf/templates/core/base.html @@ -3,16 +3,6 @@
{% block head %} -