diff --git a/mkdocs.yml b/mkdocs.yml
index 21d5764b5..d3a3e8d7b 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -22,6 +22,7 @@
site_name: Material for MkDocs
site_url: https://squidfunk.github.io/mkdocs-material/
site_author: Martin Donath
+site_keywords: Material,MkDocs
site_description: >-
Create a branded static site from a set of Markdown files to host the
documentation of your Open Source or commercial project – customizable,
diff --git a/src/base.html b/src/base.html
index 2020fce67..16c3af13c 100644
--- a/src/base.html
+++ b/src/base.html
@@ -31,6 +31,13 @@
+
+ {% if page and page.meta and page.meta.keywords %}
+
+ {% elif config.site_keywords %}
+
+ {% endif %}
+
{% if page and page.meta and page.meta.description %}