How to Get Your Blog Cited by AI (GEO)
Get your blog cited by AI: server-render your content, add JSON-LD, write answer-first, and don't block the AI search crawlers. llms.txt barely matters.
Get your blog cited by AI: server-render your content, add JSON-LD, write answer-first, and don't block the AI search crawlers. llms.txt barely matters.
Cloudflare wins on cost with free unlimited bandwidth, Vercel on Next.js and DX, Netlify on flat predictable pricing. Here is how a solo developer should pick.
Structure a project so AI coding tools write correct code: a root AGENTS.md, shallow folders by responsibility, task files, and machine-checkable guardrails.
A solo SaaS can launch for the price of a domain. The cheapest stack that still scales: free hosting, Supabase, Resend, and Stripe, with real cost numbers.
Add Google AdSense to an Astro static site: pass approval, ship ads.txt, gate the script behind a config flag, build a reusable ad slot, and fix the CSP that blocks ads.
A practical checklist for reviewing AI-generated code when you are the only reviewer: scope, correctness, security, migrations, dependencies, reuse, and tests.
A deep dive into automating Google Ads with Claude Code and the Google Ads API: campaign hierarchy, micros budgets, GAQL reporting, and a PAUSED safety gate.
Automating Meta (Facebook/Instagram) ads with Claude Code and the Marketing API: cents budgets, targeting, image_hash creatives, and a PAUSED safety gate.
A two-layer Claude Code setup for marketing automation: skills handle judgment, Python scripts make every API call, and humans approve before any spend.
For a new developer blog in 2026, pick Astro. Gatsby still works but is in maintenance mode. Here is the honest comparison from someone who migrated 139 posts.
I built an AI writing workflow in Claude Code and kept reaching for software engineering: single source of truth, single-responsibility skills, and test-first goals.
A practical Claude Code workflow for solo developers: scope the task, write a task file, ask for a plan before code, review the diff, and let the agent review its own work.