diff --git a/lib/template.html b/lib/template.html
index d7aea1b..c92dfaa 100755
--- a/lib/template.html
+++ b/lib/template.html
@@ -5,7 +5,7 @@
-{% if seo_tag.page_title %}
+{% if seo_tag.page_title and seo_tag.title? %}
{% endif %}
@@ -59,7 +59,7 @@
{% endif %}
-{% if seo_tag.page_title %}
+{% if seo_tag.page_title and seo_tag.title? %}
{% endif %}