diff --git a/templates/front/docs_api.html b/templates/front/docs_api.html
index 6ff0b209..50ddb69d 100644
--- a/templates/front/docs_api.html
+++ b/templates/front/docs_api.html
@@ -3,6 +3,10 @@
{% block title %}REST API - {% site_name %}{% endblock %}
+{% block description %}
+
+{% endblock %}
+
{% block docs_content %}
REST API
diff --git a/templates/front/docs_cron.html b/templates/front/docs_cron.html
index c761f398..feb706e3 100644
--- a/templates/front/docs_cron.html
+++ b/templates/front/docs_cron.html
@@ -3,6 +3,14 @@
{% block title %}Cron Syntax Cheatsheet - {% site_name %}{% endblock %}
+{% block description %}
+
+{% endblock %}
+
+{% block keywords %}
+
+{% endblock %}
+
{% block docs_content %}
Cron Syntax Cheatsheet