diff --git a/kjvstudy_org/templates/book.html b/kjvstudy_org/templates/book.html
index 815a448..b21691c 100644
--- a/kjvstudy_org/templates/book.html
+++ b/kjvstudy_org/templates/book.html
@@ -2,6 +2,8 @@
{% block title %}{{ book }} - KJV Bible{% endblock %}
+{% block description %}Study the book of {{ book }} from the King James Bible (KJV). {% if book_intro and book_intro.introduction %}{{ book_intro.introduction[:110]|striptags }}...{% elif introduction %}{{ introduction[:110]|striptags }}...{% else %}Complete KJV text with chapters, commentary, and study resources.{% endif %}{% endblock %}
+
{% block head %}