Improve SEO and agentic browsing for public pages (#18).
CI / test (pull_request) Successful in 4s
Unit Tests / test (pull_request) Successful in 4s

Add per-page titles/meta/Open Graph, semantic landmarks, robots/sitemap/llms.txt, and accessibility fixes so humans and agents can discover and navigate the site reliably.
This commit is contained in:
2026-07-14 07:17:31 -05:00
parent 862b13a666
commit 3ea2cfde0e
18 changed files with 367 additions and 91 deletions
+3
View File
@@ -38,6 +38,9 @@ urlpatterns = authenticated_views + [
path("membership_form", views.membership_form2, name="membership_form2"),
path("scha_board", views.scha_board2, name="scha_board2"),
path("useful_links", views.useful_links2, name="useful_links2"),
path("robots.txt", views.robots_txt, name="robots_txt"),
path("sitemap.xml", views.sitemap_xml, name="sitemap_xml"),
path("llms.txt", views.llms_txt, name="llms_txt"),
# stripe specific urls below
path("config/", views.stripe_config),
path("create-checkout-session/", views.create_checkout_session),