I'll be upfront: the AI-website playbook is harder in 2026 than it was in 2023. Google's March 2026 core update knocked out roughly 24% of top-10 results — most of them "intermediary" sites doing exactly what AI-content farms had been doing for two years. I shipped a small content site of my own in late 2024 and watched it lose 60% of its traffic in March 2026. So I rebuilt it. The version I'm running now is making more money than the templated one ever did. This page is that rebuild — what stopped working, what still works, and the stack I'd hand a beginner today.
What the March 2026 update actually penalized
Google didn't penalize "AI content." It penalized content that nobody benefited from reading. Those are different things, and the distinction matters because most AI-content farms got hit and a smaller number of AI-assisted sites came out of it ranking better.
The pattern Google flagged is what its spam team calls "scaled content abuse" — large numbers of pages produced primarily for ranking, with little additive value over what's already on the web. The hallmarks: identical structural templates across pages, generic AI prose that summarizes other ranking pages, no firsthand experience, no original data, no images that aren't stock or AI-generated.
The sites that survived March 2026 had three traits in common: a real named author with documented expertise, original elements per page (screenshots, photos, anecdotes, data) that AI couldn't have produced, and structural variety across pages. They also had AI in the workflow — most of them. The point was never "don't use AI." The point was "don't publish unedited AI as your value proposition."
The niches that still get indexed in 2026
Some niches are basically closed to new entrants now. Some have wide-open lanes. The pattern that decides which is which: does the niche reward firsthand experience that AI can't fake?
Closed or very hard: generic personal finance roundups, generic tech reviews, generic travel listicles, generic recipe sites, generic affiliate comparison pages. The intermediary penalty hit these hardest because the value-add was "summary of other pages" — exactly what an AI Overview now does for free at the top of the SERP.
Wide open or growing: niche professional content (tax prep for US freelancers, accounting for Etsy sellers, marketing for solo law firms), specific lived-experience content (homeschooling for autistic kids, post-bariatric nutrition, immigrant tax basics), narrow geographic + topic combos (Austin food trucks, LA permitting questions, Bay Area parental leave benefits), genuine product testing where the author actually used the products, and any niche where credentials genuinely matter (medical, legal, financial advice with attribution).
The quick test: if you can answer the question "why would Google rank my page over an AI Overview snippet?" with anything other than "because I copied the AI snippet first," you have a niche. If you can't, you don't.
The stack I run for my own site
Concrete answer: Next.js on Vercel, content stored as JSON files in the repo (no headless CMS), AdSense for monetization, Google Search Console + GA4 for analytics, and a Cloudflare-fronted CDN for static assets. Build cost: $0. Hosting: $0 on Vercel's hobby tier until you cross 100GB bandwidth (about 2M page views/month for a content site).
Total cost to run a 50-page content site for the first year, including domain: roughly $14-30, depending on TLD. The same site on WordPress with managed hosting would run $200-500 per year and load slower.
Why not WordPress? Two reasons. Plugin sprawl is the leading cause of WordPress sites tanking in Core Web Vitals, and Core Web Vitals is now a real ranking factor. And WordPress sites are the biggest target population for the spam classifier because that's where 90% of templated AI content lives. Static-site generators don't have either problem.
For anyone who can't write code: I'd use Astro before WordPress in 2026. The learning curve from "I know HTML" to "I shipped my first Astro page" is about three hours. Astro pages by default Lighthouse 95+, which most WordPress installs only achieve with paid optimization plugins.
The publishing rhythm that survived the update
Frequency-and-volume strategies got crushed in March 2026. The sites that scaled to 500+ pages of AI content got hit hardest. The sites that published 2-3 deeply-edited pages per week and let them age compound into authority are mostly fine.
My own rhythm: one new page per week, plus one update of an older page per week. The update half is underrated — Google rewards demonstrably maintained content with re-ranking, and an old page with a 2026 "Updated" timestamp and 200 new words of fresh data often outperforms a brand-new page on the same topic.
Two more rules I follow. First, every page gets a real human edit before it ships, including original screenshots or specific anecdotes. AI does the research and a draft; I do the experience layer. Second, I don't publish two pages with the same skeleton. Section count, FAQ count, intro length, presence of tables — all vary. Google's classifier specifically watches for fingerprint similarity across a domain, and uniform skeletons are the loudest signal that you're running a content factory rather than a publication.
If you can't sustain weekly publishing, do bi-weekly. The key is consistency over volume. A site that publishes one excellent page every two weeks for two years will outrank a site that publishes 200 mediocre pages in three months and stops.
AdSense approval in 2026 — the rejection reasons I've actually seen
AdSense rejections in 2026 are different from 2023. The most common rejection reason now reads: "Site does not meet Google's policy requirements: Valuable inventory." Sub-causes: low-value content, scraped content, templated pages.
I've helped four people I know personally apply for AdSense in the last 12 months. Two were approved on first try. Two were rejected with "Valuable inventory" and re-approved on second try after specific changes. Here's the pattern.
Approved-first-try sites had: 25-40 published pages each over 1,800 words, real bylined author photo and bio, all four legal pages (Privacy / Terms / About / Contact) reachable from footer, no medical or financial advice without attribution, no copyright issues, mobile-friendly Lighthouse 90+, and pages that visibly differed in structure.
Rejected sites shared this pattern: 50+ pages in similar templates, generic AI tone with no first-person voice, missing or thin About page, no author photo (or AI-generated author photo), keyword-stuffed titles. The fixes that flipped them: rewriting the About page with real person + real photo, restructuring 5-10 pages to break template uniformity, and adding inline citations.
If you're applying soon: read the AdSense Program Policies at support.google.com/adsense/answer/48182. Apply when you have 25 substantive pages, not 5. The 5-page applicants almost universally fail "Valuable inventory."
What "originality" actually looks like on a site you can ship from a kitchen table
The originality requirement intimidates beginners because it sounds like "do investigative journalism." In practice, originality on a content site is much smaller-scale and very doable.
For every page on my site, I have a simple checklist: at least one original screenshot or photo (could be a screenshot of my own dashboard, a photo I took, or a chart I built in Datawrapper), at least one specific dated/dollar/named anecdote ("In March 2025 I tried X tool for 30 days and earned $Y"), at least three internal links to related pages on the site, and at least one outbound link to a recognized authority (.gov, .edu, official documentation, well-known publication).
That's the entire bar. Hitting it adds maybe 30 minutes to a 2,000-word page. Skipping it is the difference between Discovered-and-indexed and Discovered-not-indexed.
For anyone running an AI-assisted workflow: have AI do the structural draft, then add the originality layer yourself. The AI can't fake the screenshot of your own checking account, the photo of the workshop in your garage, or the specific dollar amount you earned in May. Those are your moat. Use them.
Honest answers to the questions I get most often
Can a complete beginner with zero income do this?
Yes, but plan for 6-12 months before meaningful AdSense revenue. The first $100 AdSense check usually arrives in months 4-9 with weekly publishing in a real-search-demand niche. Faster if you already have an audience to seed traffic from.
Should I use ChatGPT or Claude or something else for drafting?
Use whichever you'll actually use. The model matters less than the workflow. I rotate among Claude, ChatGPT, and Gemini depending on the task — Claude for long-form drafts, ChatGPT for quick research summaries, Gemini for fact-checking with sources.
Do I need to disclose AI use?
Yes if AI substantively wrote the content. Google's official guidance is to disclose. A one-line note on your editorial-process page or footer is sufficient — something like "Articles on this site are researched with AI assistance and edited by [Author Name] before publication." This is a trust signal post-2024, not a penalty.
How many pages do I need before AdSense?
25 minimum, each over 1,800 words, with all four legal pages live. Less than that and you're rolling the dice on "Valuable inventory" rejection.
Is the AI-website path a good fit if I hate writing?
Probably not. AI lowers the writing burden but doesn't eliminate the editorial judgment burden — choosing what to write, structuring arguments, fact-checking, adding originality. If those activities sound miserable, the YouTube pillar or the TikTok pillar might fit better.
What would you do differently if you started today?
Narrower niche. Start with a 30-page site about one specific thing rather than a 100-page site about a broader topic. The narrow site builds authority faster, attracts a specific audience faster, and is harder for the spam classifier to flag. My biggest mistake on my first site was trying to cover too much surface area in year one.
What's the realistic timeline from launch to AdSense approval to first $100/month?
Launch to AdSense approval: 2-4 months for a focused 25-30-page site that clears the Valuable Inventory bar. AdSense approval to first $100/month: another 3-9 months as Google indexes pages and search traffic builds. Realistic total from clean-slate launch to first $100/month from AdSense alone: 6-12 months. Faster if you also drive non-search traffic (newsletter, social referrals) during the indexing wait. Most people quit somewhere between months 3 and 6 because the early-stage traffic chart looks discouragingly flat. The compounding usually starts in months 7-9 once enough indexed pages start ranking simultaneously.
How does the income compare to YouTube or TikTok at the same effort level?
Lower ceiling, more passive once built. A 75-page content site producing $1,500/month from AdSense plus affiliate is a realistic 18-24-month outcome for a focused operator, and the income then continues with relatively light maintenance — maybe 8-12 hours a month of publishing and updates. The same effort directed at YouTube produces a higher income ceiling but requires ongoing time investment indefinitely. Pick the AI websites pillar if you prefer building an asset that earns while you do other things; pick YouTube if you want a higher upside ceiling and don't mind being on camera weekly. Both work.
Should I run multiple sites or one focused site?
One focused site, hard. The portfolio approach (running 5 small sites in different niches) was a viable strategy in 2018-2022 and stopped working around the 2024 spam updates. Google now classifies operators across domain ownership, and someone running 5 templated content sites in unrelated niches gets flagged faster than someone running a single deeply-built site. Concentration also helps with the topical authority signal — Google ranks domains higher when they're recognizable as expert sources in a single space. Spread your effort across 5 sites and you're nowhere recognizable. Concentrate it on one and you become the source for that niche.