From aa6fa5a93106142bce83f29ebeed62be78bd2bc6 Mon Sep 17 00:00:00 2001 From: Petr Masopust Date: Thu, 19 May 2022 10:53:05 +0200 Subject: [PATCH] SEO --- theme/static/robots.txt | 2 ++ theme/templates/base.html | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 theme/static/robots.txt diff --git a/theme/static/robots.txt b/theme/static/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/theme/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / diff --git a/theme/templates/base.html b/theme/templates/base.html index 4830607..ce88376 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -3,6 +3,8 @@ {% block title %}{{ SITENAME }}{%endblock%} + + {% if GOOGLE_PLUSONE %} {% endif %}