Hub + detail pages
Blog hub with featured post, category pills, and paginated grid. Post detail with TOC, reading time, related posts, and end-of-article CTA.
Full SEO from day one
BlogPosting schema, FAQPage on posts with Q&As, BreadcrumbList, dynamic OG images, RSS feed, and sitemap entries for every post.
File-based or CMS
Start with MDX files in the repo (zero dependencies). Migrate to headless WordPress or Sanity when you need a CMS — the patterns translate.
Category archives
Auto-generated category pages with breadcrumb schema. Filter pills on the hub. Topical authority architecture from the start.
Try this prompt
“Build a blog for a developer tools company. Include: blog hub with featured post and category filter pills (Guides, Tutorials, News), blog post detail with table of contents, reading time, author bio, related posts, and FAQ accordion. Add an RSS feed and category archive pages.”
Paste this into InBuild to see the result. Try it free →
Frequently asked questions
Do I need WordPress for a blog?
No. InBuild generates file-based blog content using React components. Each post is a .tsx file with metadata. No CMS, no database, no external dependency. Add WordPress or Sanity later if you need a non-technical editorial workflow.
Does the blog include SEO schema?
Yes. Every post gets BlogPosting JSON-LD with datePublished, dateModified, author, publisher, and wordCount. Posts with FAQ sections get FAQPage schema. The blog hub gets ItemList schema.
Can I add a newsletter signup?
Yes. The CTA sections include email capture patterns. Wire to Resend, ConvertKit, or Mailchimp via the API route in the exported project.