Technical
SEO in the Age of AI Search: What Changed in 2025
SEO changed more in 2025 than in the previous five years. AI answer engines now sit between users and content. Traditional search traffic dropped for many sites. AI citation traffic picked up the slack, but only for sites optimized for the new game. Here is what actually matters now.
The Two-Audience Reality
Every page I publish now has two audiences:
- Humans: reading, skimming, clicking through
- AI engines: summarizing, citing, answering queries
A page that serves humans well often serves AI engines poorly and vice versa. The winning pages serve both.
What AI Engines Reward
- Structured data: JSON-LD Article, FAQPage, HowTo schemas
- Clear headings: H1, H2, H3 hierarchy that mirrors content
- Direct answers: state the answer, then explain
- Citable facts: specific numbers, specific dates, named sources
- Canonical URLs: no duplicate content scattering signal
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "SEO in the Age of AI Search",
"author": {"@type": "Person", "name": "Chadi Abi Fadel"},
"datePublished": "2025-12-18",
"publisher": {"@type": "Organization", "name": "PLAI"}
}What Humans Reward
- Strong opening: the first sentence matters more than ever
- Scannable structure: people skim before reading
- Concrete examples: abstract beats concrete at the top of the article
- Useful closing: next step, next read, next action
The Overlap Zone
The content that wins serves both. Direct answers help AI engines cite you and help humans find the answer fast. Structured data helps AI engines parse you and helps search engines rank you. Good content did not change. The packaging did.
What Stopped Working
- Thin content farms (AI engines ignore them)
- Keyword stuffing (penalized harder now)
- Clickbait headlines (users bounce, signal compounds)
- Pure listicles without substance (AI summarizes around them)
The 2026 Outlook
AI engines will cite less, summarize more. The answer to that is not more content. It is better content: more specific, more cited, more canonical. The sites that publish 3 deep articles a week will beat the sites that publish 30 shallow ones.
The Practical Checklist
For every article I publish, I verify before hitting publish:
- Title in under 60 characters
- Meta description under 155 characters
- H1 matches title, H2s divide the body
- JSON-LD Article schema present
- Canonical URL set
- Internal links to at least two related articles
- At least one external link to an authoritative source
Seven items. Five minutes. Every time.
The Analytics That Still Matter
Organic search clicks, referrals from AI tools, direct newsletter subscribers. Three signals. Ignore the rest. Too many vanity metrics steal attention from the ones that actually correlate with business outcomes.
For the current structured data guidance, see schema.org documentation.
RELATED READING
The Consulting Shift I Am Making In Year Two
After a year of writing and building, my consulting practice is changing shape. Shorter engagements. Sharper outcomes.
ReadThe Frontend Shift: Shipping Less JavaScript In Year Two
A year ago I reached for Next.js for everything. This year I often reach for nothing.
ReadThe Serverless Lesson I Would Write On A Sticky Note
After a year of shipping serverless projects, one rule explains most of the wins and all of the losses.
Read