Projects

Astro SEO Blog Template

image
February 22, 2026
Built an open-source, production-ready blog template using Astro 5 that achieves perfect 100/100 scores across all four Lighthouse categories: Performance, Accessibility, Best Practices, and SEO. Designed for developers and content creators who need a fast, SEO-optimized blog without the overhead of a traditional CMS.
  • Perfect Lighthouse Scores: 100/100 on Performance, Accessibility, Best Practices, and SEO. FCP under 0.5s, LCP under 1.0s, TTI under 1.5s
  • Built-in CMS Admin Panel: File-based content management at /admin with no database required
  • 12+ Language Support: Full internationalization with RTL support for Arabic, Hebrew, and other RTL languages
  • Schema.org Structured Data: BlogPosting, FAQPage, HowTo, and BreadcrumbList schemas for rich search results
  • Client-side Search: Fast search with Cmd+K shortcut
  • Dynamic Categories and Tags: Auto-extracted from frontmatter, no manual configuration needed
  • RSS and Sitemap: Built-in generation for content syndication and search engine indexing
  • Framework: Astro 5 with Node.js adapter
  • Languages: TypeScript
  • Styling: Tailwind CSS 4
  • Content: MDX + Markdoc
  • Image Optimization: Sharp
  • SEO: Schema.org structured data, RSS, sitemap generation
After building the marketing site for Apatero and achieving perfect Lighthouse scores, I extracted the blog architecture into a reusable, open-source template. The goal was to give developers a starting point that is genuinely fast and SEO-optimized out of the box, not just "good enough." The template delivers sub-second page loads and perfect SEO scores, making it an ideal starting point for developer blogs, company blogs, and content-driven sites. Open-sourced for community use.