From ae8eaa648462dd199bf5c844edfb912669db5238 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 13:45:10 -0500 Subject: [PATCH] SEO optimize Strong's Concordance page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Improved title: "Strong's H7969 - שָׁלוֹשׁ (shâlôwsh) - Hebrew Definition" - Rich meta description with definition preview - JSON-LD structured data (Schema.org DefinedTerm) - Semantic HTML: article, section, nav elements - H2 headings include Strong's number for keyword relevance - lang attributes on Hebrew/Greek text - rel="prev/next" on navigation links - aria-label for accessibility - title attributes on nav links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/strongs_entry.html | 55 ++++++++++++++--------- 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index 4f1356c..5feb5dd 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -1,10 +1,24 @@ {% 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 }} Definition{% endblock %} -{% block description %}{{ entry.strongs }}: {{ entry.word }} ({{ entry.transliteration }}) - {{ entry.definition[:150] }}{% endblock %} +{% block description %}Strong's {{ entry.strongs }}: {{ entry.word }} ({{ entry.transliteration }}) means "{{ entry.definition[:120] }}". {{ entry.language }} word study with KJV Bible occurrences.{% endblock %} {% block head %} +