mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
9edb98dc73
Implement essential SEO features for better search engine visibility: 1. **robots.txt** - Guide search engine crawlers - Allow all content except /api/ endpoints - Reference sitemap.xml location - Set crawl delay to be server-friendly 2. **Open Graph tags** - Improve social media sharing - og:type, og:url, og:title, og:description - og:site_name for brand consistency - Customizable per page via template blocks 3. **Twitter Card tags** - Optimize Twitter previews - Summary card format - URL, title, and description meta tags 4. **Canonical URLs** - Prevent duplicate content issues - Self-referencing canonical links - Customizable via template blocks 5. **Structured Data (JSON-LD)** - Help Google understand site structure - WebSite schema with search action - Enables site search in Google results - Extendable per page via structured_data block All meta tags use template blocks for easy customization on individual pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>