blogs/ README.md
01
Technical SEO in Next.js: What I Actually Wired Into This Site
A code-first tour of technical SEO in Next.js — the Metadata API, typed sitemaps and robots, a linked JSON-LD schema graph, XSS-safe structured data, and per-page OG images served through the file convention. Every line shown is running on the page you're reading.
nextjsseotypescriptstructured-data
read post→02Multi-Language Sites in Next.js: Locale Routing, Typed Dictionaries, and the RTL U-Turn
A code-first guide to internationalization in the Next.js App Router — a [lang] route segment, locale detection in proxy.ts, type-safe dictionaries with one source of truth, RTL support, and hreflang metadata. No i18n library required.
nextjsi18ntypescriptrouting
read post→03Multi-Step Forms with Zod and React Hook Form in TypeScript
A practical guide to building type-safe multi-step forms in React with Zod and React Hook Form — per-step validation, cross-field conditional rules, and one schema shared with the server.
reacttypescriptzodreact-hook-form
read post→