SEO improvements backlog
1. Topic clusters and internal linking (highest priority)
Posts are standalone with no cross-linking. Implement Hub & Spoke model:
- Create hub pages for main topics (RAG, Hebrew tools, automation, DevOps)
- Add related posts links at bottom of each post
- Target actual search queries with hub page titles
2. Titles over 60 chars
Some titles get truncated in Google results. Examples:
- "Refactoring, Rabbit Holes, and a Reverse-Engineering..." gets cut off
- Audit all post titles, shorten to <60 chars
3. Hub pages for main topics
Create category landing pages targeting search queries:
/topics/rag-pipelines/ - RAG, embeddings, ChromaDB
/topics/hebrew-tools/ - RTL, Hebrew Chrome extensions
/topics/automation/ - Docker, CI/CD, PowerShell
4. og:image missing
No social preview image. LinkedIn/Twitter shares show blank card.
- Add a default og:image to _config.yml
- Consider per-post images for higher CTR
References
- Hub & Spoke model for developer blogs
- Google title display limit: ~60 characters
SEO improvements backlog
1. Topic clusters and internal linking (highest priority)
Posts are standalone with no cross-linking. Implement Hub & Spoke model:
2. Titles over 60 chars
Some titles get truncated in Google results. Examples:
3. Hub pages for main topics
Create category landing pages targeting search queries:
/topics/rag-pipelines/- RAG, embeddings, ChromaDB/topics/hebrew-tools/- RTL, Hebrew Chrome extensions/topics/automation/- Docker, CI/CD, PowerShell4. og:image missing
No social preview image. LinkedIn/Twitter shares show blank card.
References