From f26ec0eab7ed8a72ddfda931e6d17a1ac4f4b3f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 13:37:55 -0500 Subject: [PATCH] Improve Strong's page SEO and semantic structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add prominent H1 with "Strong's H7969" format - Use article/section/nav semantic HTML elements - Add Schema.org DefinedTerm microdata - Include Strong's number in all H2 headings for SEO - Add rel="prev/next" for navigation links - Add aria-label for accessibility - Improve title and meta description format - Add lang attributes for Hebrew/Greek text 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/strongs_entry.html | 64 ++++++++++++++++------- 1 file changed, 44 insertions(+), 20 deletions(-) diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index 6f0d103..d1d12d5 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -1,8 +1,8 @@ {% extends "base.html" %} -{% block title %}{{ entry.strongs }} - {{ entry.word }} - Strong's Concordance{% endblock %} +{% block title %}Strong's {{ entry.strongs }} - {{ entry.word }} ({{ entry.transliteration }}) | {{ entry.language }} Lexicon{% endblock %} -{% block description %}{{ entry.strongs }}: {{ entry.word }} ({{ entry.transliteration }}) - {{ entry.definition[:150] }}{% endblock %} +{% block description %}Strong's {{ entry.strongs }}: {{ entry.word }} ({{ entry.transliteration }}) - {{ entry.definition[:150] }}. {{ entry.language }} word study with KJV translations and Bible occurrences.{% endblock %} {% block head %}