diff --git a/_includes/head.html b/_includes/head.html
index e70e11136db90296d038fa6f9da02f3505fe53c5..5129457cea98a3df0fd7381b10dd70a8e5618e7d 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -2,14 +2,6 @@
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 
-  {% unless site.plugins contains "jekyll-seo-tag" %}
-    <title>{{ page.title }} - {{ site.title }}</title>
-
-    {% if page.description %}
-      <meta name="Description" content="{{ page.description }}">
-    {% endif %}
-  {% endunless %}
-
   {% include favicon.html %}
 
   <link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | relative_url }}">