Posts

Not all MMM tools are equal: Meridian, Robyn, Orbit, and Prophet explained

Not all MMM tools are equal: Meridian, Robyn, Orbit, and Prophet explained

Marketing mix modeling (MMM) has shifted from an enterprise luxury to an essential measurement tool. 

Tech giants like Google, Meta, and Uber have released powerful open-source MMM frameworks that anyone can use for free. 

The challenge is understanding which tool actually solves your problem and which require a PhD in statistics to implement.

Open-source MMM tools are often grouped together but solve different problems

The landscape can be confusing because these tools serve fundamentally different purposes despite being mentioned together. 

Google’s Meridian and Meta’s Robyn are complete, production-ready MMM frameworks that take your marketing data and deliver actionable budget recommendations. 

They include everything needed: 

  • Data transformations that model advertising decay.
  • Saturation curves that capture diminishing returns.
  • Visualization dashboards and budget optimizers that recommend spend allocation.

Uber’s Orbit and Facebook’s Prophet occupy different niches. 

Orbit is a time-series forecasting library that can be adapted for MMM, but it requires months of custom development to build MMM-specific features. 

Prophet is a forecasting component used within other frameworks, not a standalone MMM solution. 

Think of it like transportation: 

  • Meridian and Robyn are complete cars you can drive today. 
  • Orbit is a high-performance engine that requires you to build the transmission, body, and wheels. 
  • Prophet is the GPS system that goes inside the car.

Dig deeper: Marketing attribution models: The pros and cons

Robyn: The accessible powerhouse

Meta built Robyn specifically to democratize MMM through automation and accessibility. 

The framework uses machine learning to handle model building that traditionally required weeks of expert tuning. 

Upload your data, specify channels, and Robyn’s evolutionary algorithms explore thousands of configurations automatically.

What makes Robyn distinctive is its approach to model selection. 

Rather than claiming one “correct” model, it produces multiple high-quality solutions that show trade-offs between them. 

Some fit historical data better but recommend dramatic budget changes. 

Others have slightly lower accuracy but suggest more conservative shifts. 

Robyn presents this range, allowing decisions based on business context and risk tolerance.

Budget allocation with Robyn

The framework also excels at incorporating real-world experimental results. 

If you have run geo-holdout tests or lift studies, you can calibrate Robyn using those results. 

This grounds statistical analysis in experiments rather than pure correlation, improving accuracy and giving skeptical executives evidence to trust the outputs.

However, Robyn assumes marketing performance remains constant throughout the analysis period. 

In practice, algorithm updates, competitive changes, and optimization efforts mean channel effectiveness often varies over time.

Meridian: The statistical heavyweight

Meridian represents Google’s Bayesian causal inference approach to MMM. 

Unlike Robyn’s pragmatic optimization, Meridian models the mechanisms behind advertising effects, including decay, saturation, and confounding variables. 

This theoretical rigor allows Meridian to better answer, “What would happen if we changed budget allocation?” rather than simply, “What patterns existed in the past?”

Its standout capability is hierarchical, geo-level modeling. 

While most MMMs operate at a national level, Meridian can model more than 50 geographic locations simultaneously using hierarchical structures that share information across regions. 

Advertising may perform well in urban coastal markets but struggle in rural areas. 

National models average these differences away. 

Meridian’s geo-level approach identifies regional variation and delivers market-specific recommendations that national models can’t.

Meridian insights on channel contribution

Another distinguishing feature is its paid search methodology, which addresses a fundamental challenge: when users search for your brand, is that demand driven by advertising or independent of it? 

Meridian uses Google query volume data as a confounding variable to separate organic brand interest from paid search effects. 

If brand searches spike because of viral news or word-of-mouth, Meridian isolates that activity from the impact of search ads.

The technical complexity, however, is significant. 

Meridian requires deep knowledge of Bayesian statistics, comfort with Python, and access to GPU infrastructure. 

The documentation assumes a level of statistical literacy most marketing teams lack. 

Concepts such as MCMC sampling, convergence diagnostics, and posterior predictive checks typically require graduate-level training.

Dig deeper: How Bayesian testing lets Google measure incrementality with $5,000

Get the newsletter search marketers rely on.


Uber Orbit: The time-varying specialist

Orbit is not technically an MMM tool. 

It’s a time-series forecasting library from Uber with a notable feature: Bayesian time-varying coefficients, or BTVC, which address a fundamental MMM challenge.

Imagine presenting MMM results to your CEO, who asks, “This assumes Facebook ads had the same ROI in January and December? But iOS 14 hit in April, and we spent months recovering. How can one number represent the whole year?” 

That is the credibility-breaking moment practitioners fear because it exposes a simplifying assumption executives correctly recognize as unrealistic.

Traditional MMM frameworks assign one coefficient per channel for the entire analysis period, producing a single ROI or effectiveness estimate. 

  • For stable channels like TV, this can work. 
  • For dynamic digital channels, where teams constantly optimize, respond to algorithm changes, and face shifting competition, assuming static performance is clearly flawed. 

Orbit’s BTVC allows channel effectiveness to change week by week. 

Facebook ROI in January can differ from December, while the model keeps estimates stable unless the data shows clear evidence of real change.

The reality, however, is that while time-varying coefficients are powerful, Orbit lacks the other components required for a complete MMM solution. 

Orbit makes sense only for data science teams building proprietary frameworks that require advanced capabilities and have the resources for significant custom development. 

For most organizations, the cost-benefit tradeoff does not justify that investment. 

Teams are better served using Robyn or Meridian while acknowledging their limitations, or working with commercial MMM vendors that have already built time-varying capabilities into production-ready systems.

Facebook Prophet: The misunderstood component

Prophet is Meta’s time-series forecasting tool. 

It’s highly effective at its intended purpose but is often misrepresented as an MMM solution, which it is not.

Prophet decomposes time-series data into trend, seasonality, and holiday effects. 

It answers questions, such as:

  • “What will our revenue be next quarter?” 
  • “How do Black Friday spikes affect baseline performance?” 

This is forecasting, or predicting future values based on historical patterns, which is fundamentally different from attribution. 

Prophet can’t identify which marketing channels drove results or provide guidance on budget optimization. 

It detects patterns but has no concept of marketing cause and effect.

Prophet’s primary role is as a preprocessing component within larger systems. 

Robyn uses Prophet to remove seasonal patterns and holiday effects before applying regression to isolate media impact. 

Revenue often rises in December because of holiday shopping rather than advertising. 

Prophet identifies and removes that seasonal effect, making it easier for regression models to detect true media impact.

This preprocessing is valuable, but Prophet addresses only one part of the overall attribution problem. 

Marketing teams should use Prophet for standalone KPI forecasting or as a component within custom MMM frameworks, not as a complete attribution or budget optimization solution.

Dig deeper: MTA vs. MMM: Which marketing attribution model is right for you?

Making the right choice for your team

Making the right choice for your team

Choosing between these tools requires an honest assessment of your organization’s capabilities, resources, and needs. 

  • Do you have data scientists comfortable with Bayesian statistics and complex Python? 
  • Or marketing analysts whose statistical training ended with basic regression? 

The answer determines which tools are viable options and which are aspirational.

For about 80% of organizations, Meta’s Robyn is the right choice. 

This includes:

  • Teams without deep data science resources but still need rigorous MMM insights.
  • Digital-heavy advertisers seeking attribution without lengthy implementations. 
  • Organizations that require insights in weeks rather than quarters. 

The learning curve is manageable, implementation takes weeks rather than months, and outputs are presentation-ready. 

A large, active user community also shares solutions when challenges arise.

Google’s Meridian suits:

  • Small and midsize businesses and enterprise organizations with dedicated data science teams comfortable working in Bayesian frameworks. 
  • Multi-regional operations where geo-level insights would meaningfully influence budget decisions.
  • Complex paid search programs requiring more precise attribution.
  • Stakeholders who prioritize causal inference over pragmatic correlations can justify Meridian’s added complexity.

Uber Orbit is appropriate only for data science teams building proprietary frameworks with requirements that Robyn and Meridian can’t meet. 

The opportunity cost of spending months on custom infrastructure rather than using existing tools is substantial unless proprietary measurement itself provides a competitive advantage. 

Facebook Prophet should be used for KPI forecasting or as a preprocessing component within larger systems, never as a complete attribution solution.

Matching MMM tools to real-world team capabilities

The most advanced tool delivers little value if it can’t be implemented effectively. 

A well-executed Robyn implementation running consistently provides more value than an abandoned Meridian project that never progressed beyond a pilot. 

Tools should be chosen based on what teams can realistically use and maintain, not on the most impressive feature set.

For most marketing teams, Robyn and Meridian represent pragmatic choices that balance performance with accessibility. 

Automation handles much of the statistical work, allowing analysts to focus on insights rather than debugging code. 

Strong community support and documentation reduce friction, and teams can move from zero to actionable insights in weeks instead of months, which matters when executives want answers quickly.

For enterprises with substantial technical resources and multi-regional operations, Google Meridian can deliver returns through more reliable causal estimates and geo-level granularity that materially improve budget allocation. 

The investment in infrastructure, expertise, and implementation time is significant, but at a sufficient scale, better decision-making can justify the cost.

Uber Orbit offers advanced capabilities for organizations that truly need time-varying performance measurement and have the resources to build complete MMM systems around it. 

For most teams, commercial vendors that have already incorporated time-varying capabilities into production-ready platforms are more cost-effective than extended custom development.

These open-source frameworks have made marketing measurement accessible beyond Fortune 500 companies. 

The priority is choosing the tool that fits current capabilities, implementing it well to earn stakeholder trust, and using insights to make better decisions. 

Competitive advantage comes from allocating budgets more effectively and faster than competitors, not from maintaining a technically impressive system that is too complex to sustain.

Dig deeper: How to avoid marketing mix modeling mistakes that derail results

Read more at Read More

Content Writing 101: 8 Skills That Set Top Writers Apart

With AI tools at everyone’s fingertips, what does “great” content writing mean in 2026?

Content writing is about using words and psychology to deliver value, earn trust, and move readers toward action.

It includes blog posts, social media content, newsletters, and white papers. Or it can be scripts for video, podcasts, and presentations.

Content Type Purpose Key Characteristics
Blog posts Educate; build brand awareness and authority In-depth, structured, research-backed
Social media posts Engage, entertain, build community Conversational, visual, platform-specific
Email newsletters Nurture relationships; drive action Personal tone, value-driven, scannable
Video/podcast scripts Entertain; educate through audio/visual Conversational, paced for speech, engaging hooks
Presentations/webinars Educate and engage viewers for awareness Educational, crisp content presented visually

Unlike copywriting, which persuades the audience to take an action, content writing builds trust through teaching.

Thanks to AI tools, filling pages is easier and faster than ever.

And as content becomes easier to produce, attention becomes harder to earn — whether readers are scrolling social feeds, skimming search results, or asking AI tools for quick answers.

The best content writers bring a full toolkit: deep research, sharp critical thinking, strategic judgment, and the ability to apply those strengths in ways AI can’t replicate.

In this guide, you’ll learn eight content writing skills that set top performers apart, shaped by my work with leading brands and insights from my colleagues at Backlinko.

Important: Research and editing are learnable skills. But the instinct for what makes content memorable — what makes someone stop scrolling, what creates emotional resonance — that’s the human layer AI can’t recreate.


1. Build and Hone Your Research Skills

Strong research is what separates fluff from content people trust.

Here’s how to build a hands-on research process.

Start with Your Audience

Audience research is the easiest way to understand your readers: their pain points, goals, and hesitations.

Start your research in a few simple but effective ways:

  • Mine social media platforms to find emotional drivers behind buying decisions
  • Skim product reviews to learn what excites or frustrates your audience
  • Talk directly to your audience through polls, surveys, or 1:1 interviews
  • Browse community forums to see real conversations around your subject

For example, if you’re writing about the “best SaaS tools,” don’t rely on generic feature lists to inspire your content.

Go where real SaaS buyers are sharing feedback — places like G2 reviews and user-generated forums like Reddit.

Reddit – SaaS buywers sharing feedback

These insights help you create genuinely helpful content that connects with readers.

Rosanna Campbell, a senior writer for Backlinko, shares what she looks for when researching an audience:

At a minimum, I like to spend time learning the jargon, current issues, etc., affecting my target reader — usually by lurking on platforms like Reddit, Quora, industry forums, LinkedIn threads, etc. I’ll also find one or two leading voices and read some of their recent content.


But you don’t have to do all the heavy lifting yourself.

AI can speed up much of this process.

Note: AI won’t write great content for you, but it can streamline your research and editing process. Throughout this guide, I’ve included prompts to help you work smarter and faster — not let AI do the thinking for you.


For instance, Michael Ofei, our managing editor, uses a strategic prompt to aggregate audience insights from multiple channels.

Copy/paste this prompt into any AI tool to jumpstart your research (just update your topic description first).

You are a content strategist researching audience pain points for: [TOPIC DESCRIPTION]

RESEARCH SOURCES: Analyze discussions from Reddit, Quora, YouTube comments, LinkedIn posts, and People Also Ask sections from the last 12 months.

PAIN POINT CRITERIA:

  • Written as first-person “I” statements
  • Specific and actionable (not vague)
  • Include emotional context where relevant
  • Reflect different sophistication levels (beginner to advanced)

OUTPUT FORMAT: First, suggest 3-5 pain point categories for this topic’s user journey.

Then create a table with:

  1. Category (from your suggested categories)
  2. Pain Point Statement (first person)
  3. User Level (Beginner/Intermediate/Advanced – use one for each pain point)
  4. Emotional Intensity (Low/Medium/High)
  5. Semantic Queries (related searches)

Aim for 8-12 total pain points that help content rank for both traditional search and LLM responses. Provide only the essential table output, minimize explanatory text.


After using this prompt for the topic “journalist outreach,” Michael received a helpful list of pain points mapped to user level and emotional intensity.

Journalist Outreach – Audience Insights

Perform a Search Analysis

Next, it’s time to review organic search results to assess what content already exists and where you can add value.

Chris Shirlow, our senior editor, stresses the importance of looking closely at who’s ranking and how when studying search results:

Analyzing search results gives me a quick pulse on the topic: how people are talking about it, what questions they’re asking, and even what pain points are showing up. From there, I can identify gaps, spot patterns in language and structure, and figure out how to create something that adds value, rather than just echoing what’s already out there.


Pay attention to:

  • Content depth: Is the content shallow (short posts) or comprehensive (long guides)?
  • Authority: Who’s ranking — big brands, niche experts, or smaller sites?
  • Visuals: What kind of visuals can make your content stand out?
  • Gaps and missing angles: What’s missing that you could add?

Google SERP – Lifecycle marketing strategy

Then, repeat the same process with large language models (LLMs) like ChatGPT, Claude, and Perplexity.

AI has changed how people discover and consume information.

This means it’s no longer enough to rank on Google; your content also needs to surface in AI-generated answers.

Traditional Search vs. AI Search

Notice the type of insights coming up in AI-generated responses, and find gaps in the results.

Pay attention to the frequently cited brands and content formats to understand what AI considers “trusted.”

Study those articles closely to see how they’re earning citations and mentions.

ChatGPT – Lifecycle marketing strategy

Map Out Key Topics with Content Tools

Tools like Semrush’s Topic Research also help you learn more about the topics your audience is interested in.

Enter a topic like “lifecycle email marketing” and you’ll get a visual map of related themes like “loyalty program” and “segmenting your audience.”

Topic Research – Lifecycle email marketing – Mind Map

This gives you insight into the subtopics to cover, questions to answer, and angles that resonate with your audience.

2. Find Fresh Angles to Create Standout Content

Don’t fall into the trap of rehashing what’s already ranking.

Find new angles and content ideas to break through the crowd.

Angles come from tension. This can be a surprising insight, a common mistake, a high-stakes story, or a view that challenges the norm.

Without tension, you’re just adding to the noise. Here’s how to find them.

Find Gaps in Existing Content

Study the top-ranking and frequently cited articles for your topic, and see what’s missing.

It could be:

  • Shallow sections that need a deeper analysis
  • Topics explained without visuals, examples, or case studies
  • Predictable “safe takes” that ignore alternative perspectives and bold advice

Use this framework to document these gaps.

Content Gap What to Assess
Depth Is the content surface-level? Are key topics rushed, repetitive, or missing nuance?
Evidence Are claims backed by credible proof like examples, case studies, data, or visuals?
Perspective Does it repeat what everyone else is saying, or bring a fresh angle?
Format Is the information structured logically and easy to scan?

Consider Opportunities for Information Gain

Information gain adds unique value to your content compared to the existing content on the same topic.

Think original data, free templates, and new strategies.

Basically, it helps your content stand out from the crowd. And creates an “aha” moment for your readers.

Backlinko – AI Search Strategy – Article

Use these tips to add information gain to your articles:

  • Find concrete proof: Support your claims with original research, case studies, quotes, or real examples from your own experience or industry experts
  • Expand on throwaway insights: Take loosely discussed ideas and cover them in detail with additional context, data, and actionable takeaways
  • Counter predictable advice: Stand out with contrarian perspectives, exceptions, or overlooked approaches
  • Address unanswered questions: Find what confuses readers and fill those gaps with your content

At Backlinko, our writers and editors consider information gain early in outlining to uncover gaps and add value from the start.

Here’s how our senior editor, Shannon Willoby, approaches it:

I try not to default to common industry sources when gathering research. Everyone pulls from these, which is why you’ll often see industry blogs all quoting the same people, statistics, and insights. Instead, I look for lesser-known sources for information gain, like podcasts with industry experts, webinar transcripts, niche newsletters, and conference presentations. AI tools can also help with this task, but you’ll have to thoroughly vet the recommendations.


In my own article on ecommerce SEO audits, I proposed a simplified, goal-based structure for the outline, with an actionable checklist — something missing from existing content.

Information Gain – Ecommerce AEO Audits

This approach gave readers a clearer roadmap instead of just another generic audit guide.

Use AI as a Creativity Multiplier

AI content tools make great sparring partners that enhance your thinking.

For instance, Shannon shares her process for using AI to refine her research.

Once I’ve drafted my main points, I’ll ask ChatGPT or Claude a question like, ‘What’s the next question a reader might have after this?’ This helps me spot gaps and add supporting details that make the article more valuable to the audience.


The following prompts can help you find deeper angles and improve your audience alignment:

How to use AI to improve content Prompts
Find blind spots Here’s my research for an article on [topic]. What questions or objections would readers still have after going through this? List gaps I should address to make it feel more complete.
Challenge assumptions I’m arguing that [insert your point]. Play devil’s advocate: what would be the strongest counterarguments against this view, and what evidence could support them?
Explore alternative perspectives Rewrite this idea as if you were speaking to: (a) a total beginner, (b) a mid-level practitioner, and (c) a skeptic. Show me how each group would interpret or question it differently.

3. Back Up Your Points with Evidence

Evidence-backed content gives weight to your arguments and makes abstract ideas easier to digest.

It also helps your content stick in readers’ minds long after they’ve clicked away.

This includes firsthand examples, data, case studies, and expert insights.

Backlinko – AI Optimization – Semrush research

The key is using reputable, industry-leading sources in your content writing. And backing up claims with verifiable proof.

Pro tip: LLMs favor evidence-backed content when generating responses — boosting both your authority as a writer and your clients’ visibility.


Here’s how different types of evidence can strengthen your content:

  • Recent research data: Backs up trends and industry shifts with hard numbers
  • Case studies: Proves outcomes are achievable with real-world results
  • Expert quotes: Adds credibility when challenging assumptions or introducing new ideas
  • Examples: Makes abstract concepts concrete and relatable

Back up your claims with proof points

4. Structure Your Ideas in a Detailed Outline

An outline organizes your ideas and insights into a clear structure before you start writing.

It maps out the key sections you’ll cover, supporting evidence, and the order in which you’ll present your points.

For example, here’s the outline I created for my Backlinko article on subdomains vs. subdirectories:

Subdomains vs. Subdirectories

I included a working headline, H2s, and main points. I also added my plans for information gain.

This shows clients or employers how you’ll deliver unique value — and keeps you focused on differentiating your content from the start.

Add expert quotes to emphasize each point

To get started with your outline, think of your core argument: what’s the most important takeaway you want readers to leave with?

From there, use the inverted pyramid to create an intuitive structure.

Include the most important details at the start of every section, then layer additional context as you go.

The Inverted Pyramid Approach for Outlining Content

Pro tip: Save time with Semrush’s SEO Brief Generator. Add your topic and keywords, and it generates a solid outline instantly. From there, you can refine it with your own research and insights.


5. Develop Your Unique Writing Voice

Two people can write about the same topic.

But the one with a distinct voice is the one people quote, bookmark, and remember.

Assess Your Writing Personality

To define your writing personality, start by analyzing how you naturally communicate.

Look at your emails, Slack messages, and social posts.

Notice patterns in tone, humor, pacing, analogies, pop-culture references, or how often you use data and stats.

LinkedIn – Shreelekha Singh – Status

Then, distill these insights into a few adjectives that describe how you want to sound.

Like professional, insightful, and authoritative.

Use these to guide your writing voice.

Describe your voice with adjectives

For example, let’s say your adjectives are conversational, humorous, and authentic.

Here’s how that might look in practice:

  • Conversational: Short sentences with casual, relatable language. “Let’s be real — writing your first draft is 90% staring at a blinking cursor.”
  • Humorous: Use wit or funny references to engage readers. Instead of “Most introductions are too long,” you might say, “Most intros drag on longer than a Marvel end-credit scene.”
  • Authentic: Add stories from your lived experiences to make people feel seen. “When I first launched my blog, my mom was my only reader for six months.”

Get Inspired by Your Favorite Writers

To keep sharpening your voice, study writers you admire.

Pay attention to their rhythm, tone, and structure.

What terms do they use? How do they hold your attention — whether in a long-form blog post or a quick LinkedIn update?

LinkedIn – Get inspired by your favorite writers

Borrow what works, then put your own spin on it so it still sounds like you.

Adapt to Your Clients’ Voices

As a content writer, clients and employers will often expect you to adapt your writing to their brand voice.

This might mean adjusting your tone, pacing, or word choice to match their brand’s personality.

Study a few of their blog posts or emails to understand their style.

Backlinko – Increase Website Traffic – Article

Note patterns in rhythm and vocabulary, and mirror those in your draft — without losing what makes your writing yours.

AI tools can help you check how well your draft matches your client’s voice.

Upload both the brand’s voice guidelines and your draft to an LLM and use this prompt:

I’ve added the brand voice guidelines and my draft for this brand.

Compare my draft against the guidelines and tell me:

  • Where my tone, word choice, or style drifts away from the brand voice
  • Specific sentences I should rewrite to better match the guidelines
  • Suggestions for how to make the overall flow feel more consistent with the brand voice


6. Add Rich Media to Improve Scannability

Even the best ideas lose impact when hidden behind walls of text.

Plus, research shows that most people skim web pages. Their eyes dart to headlines, opening lines, and anything that stands out visually.

That’s why adding visual breaks, such as images, screenshots, and tables, is so important.

Backlinko – Is SEO dead? – Article

Visual content works well when you want to illustrate a point.

It also simplifies or amplifies ideas that are hard to convey with text alone.

As Chris Hanna, our senior editor, puts it:

Often, words alone just won’t make full sense in the reader’s mind, or they won’t have the desired impact on their own. Anytime you’d personally prefer to see a visual explanation, it’s worth thinking about how you can convey it through visuals. If you can imagine watching a video on the topic you’re writing about, use that as your guide for how you could illustrate it with graphics.


Here are a few places where infographics can supplement your writing:

    • Comparisons:

Tables or side-by-side visuals

  • Frameworks and models:

 

Diagrams or matrices

  • Workflows and processes:

 

Flowcharts or timelines

  • Abstract concepts:

 

Layered visuals (like Venn diagrams)

Use infographics to supplement your writing

At Backlinko, we track visual break density (VBD) — the ratio of visuals to text.

Our goal is a visual break density of 12% or higher for every article.

That’s about 12 visuals (images, GIFs, callout boxes, or tables) per 1,000 words to keep content easy to scan and engaging.

Here’s how this looks in practice:

We do this to improve the readability, retention, and engagement of our articles, from start to finish.

7. Understand How to Sell Through Your Content

Every piece of content sells something — a product, a signup, a return visit.

But good content doesn’t read like a pitch.

It gently nudges people to take action by building trust and solving real problems.

Lead with Value

This is what Klaviyo, an email marketing platform, does through its blog content.

Klaviyo – Christmas email marketing

They include helpful examples, original data, and actionable tips in their content writing.

But they also weave in product mentions that feel helpful, not salesy.

There are case studies, screenshots, and examples that show how real clients used their platform to increase revenue.

Klaviyo – Case studies, screenshots & examples

This is smart for a few reasons.

It proves their expertise, reinforces how their product solves real problems, and delivers value — even if the reader never becomes a customer.

Focus on Outcomes, Not Features

People don’t care what a company offers — they care what it helps them achieve.

Features talk about what you offer. Outcomes show people how they can benefit.

Here’s what this looks like in practice:

Feature-driven writing Outcome-driven writing
“Redesigned homepage using Figma and custom CSS” “After my redesign, load time dropped to 2 seconds and conversions jumped 40%. Here’s how I planned it.”
“Our tool automates monthly reporting.” “One agency cut reporting time from 5 hours to 1 and reinvested those 4 hours into client growth. Let’s break down this workflow to help you achieve similar results.”

Show people you understand their frustrations by baking their pain points into your content writing.

When readers sense you’ve been in their shoes, they’re more open to your advice.

Take this HubSpot CRM product page, for example.

​​It highlights real frustrations — setup hassles, messy migrations, lost data — the exact headaches their audience feels.

HubSpot – CRM Product Page

Then, it shifts to outcomes with copy like “unified data” and higher productivity from “day one.”

That’s outcome-driven content writing. It connects with the audience immediately and makes the benefits crystal clear.

Share Your Firsthand Struggles

Authority matters, but so does humility.

Be honest about your wins and failures. It makes your content feel real.

Here’s an example from one of my Backlinko articles where I shared my struggles with creating a social media calendar:

Backlinko – Social Media Calendar – Shared struggles

I relate to the audience with language like “too many tabs” and “overwhelming categorization.”

And provide a free calendar template so readers can apply what they learn.

Backlinko – Social Media Calendar – Free template

Pro tip: Free resources, such as tools, frameworks, and templates, make your content more actionable. Even a simple checklist or worksheet can help readers take the next step, and make your work far more memorable.


8. Finalize Your Work

Here’s the truth: your first draft is never your best draft.

Editing is where your content truly comes alive.

Step Away from Your Draft

One of the simplest editing tricks in the book? Give your draft some breathing room.

Chris Shirlow, our senior content editor, explains why:

Spend too much time in an article and you lose all perspective. Take a walk, sleep on it, or do something totally unrelated. When you come back, you’ll see what’s working — and what’s not — much more clearly.


It may take a few rounds of editing and refining before you get everything just right:

  • Round 1 (quick wins): Go through the article. Does it flow logically? Is it easy to understand? Do your examples clearly illustrate the core ideas?
  • Round 2 (structure): Ask AI for editing feedback. What are you missing? Does the structure/writing flow naturally? Is there any room to add more value?
  • Round 3 (polish): Tighten sentences, transitions, audience alignment, and examples

Here’s a prompt you can use for Round 2:

You are an expert editor specializing in long-form content writing. Please analyze my draft on the topic [ADD TOPIC] for its structure, flow, and reader experience.

Specifically, give feedback and suggestions on:

  1. Structure: Are the sections ordered logically? Does each section build on the previous one?
  2. Depth and focus: Which parts feel under-explained or too detailed? How can I tighten or expand them to improve the flow?
  3. Reader journey: Where might readers drop off or lose context?

Summarize your feedback into 3–5 actionable editing priorities.


Pro tip: AI suggestions feel generic? Train the tool on your style first. Both Claude and ChatGPT let you upload writing samples and guidelines so their suggestions align with your voice.


Prioritize Clarity Over Cleverness

If your audience has to re-read a sentence to understand it, you’ve lost them.

As Yongi Barnard, our senior content writer, says:

A clever turn of phrase is nice, but the goal is for readers to understand your point immediately. Edit out any language that makes them pause to figure out what you mean.


Take a quick litmus test: Is this sentence/phrase/word here because it helps my audience, or because I like how it sounds?

You’ll know a sentence/phrase needs to be cut if it…

  • Slows down the flow
  • Makes the point harder to understand
  • Is redundant

Common issues in content writing (and how to fix them) include:

Problem Areas Weak Example Strong Example
Wordiness “At this point in time, in order to improve your rankings, you need to be focusing on the basics of SEO.” “To improve rankings, focus on SEO basics.”
Jargon “We need to leverage synergies across verticals.” “We need different teams to work together.”
Abstract Claims “Content quality is important for SEO success.” “Sites that publish in-depth content (2,000+ words) rank higher than thin pages.”

Build Your Personal Editing Checklist

Every writer has blind spots: repeated grammar errors, overused words, or formatting mistakes.

That’s why Yongi suggests creating a personal editing checklist that includes common errors and recurring feedback from editors.

Chris Hanna suggests going through the checklist before submitting your draft:

Run a cmd+F (Mac) or CTRL+F (Windows) search in the doc each time. It’ll help you catch the most important but easy-to-fix errors.


Over time, you’ll naturally make fewer mistakes.

Here’s an editing checklist to get you started:

The Self-Editing Checklist

Big picture

  • Does the piece serve the reader (not me)?
  • Is the main takeaway crystal clear from the start?
  • Does the flow make sense, with each section leading naturally to the next?

Clarity and value

  • Is every section genuinely useful, not filler?
  • Did I back up claims with examples, data, or stories?
  • Did I explain the ideas simply enough that my target readers would get it?

Language and style

  • Am I prioritizing clarity over cleverness?
  • Are any sentences too long or clunky — could I cut or split them?
  • Did I cut filler words (actually, very, really, in order to, due to the fact that)?

Engagement

  • Did I vary sentence lengths?
  • Does the tone feel human — not robotic, not overly formal?
  • Is there at least a touch of personality (humor, storytelling, relatability)?

Polish

  • Are transitions smooth between sections?
  • Did I run a spell-check and grammar-check?
  • Did I read it out loud (or edit bottom-up) to catch awkward phrasing?
  • Did I run through my personal “repeat offender” list (words/phrases I overuse)?

Final Pass

  • Did I add relevant internal links?
  • Does the article end with a clear, valuable takeaway?
  • Did I include a natural next step (CTA, resource, or link) without sounding pushy?


Pro tip: Use a free tool like Hemingway Editor to tighten your writing. It gives you a readability grade and highlights long sentences, passive voice, and other clarity issues.

Hemingway App – Free editor


How to Become a Content Writer: A Quick Roadmap

If you’re starting from scratch, don’t worry — every great content writer began exactly where you are.

Here’s how to build momentum and get noticed.

Find a Niche You’re Passionate About

The fastest way to level up as a writer? Specialize.

Niching down builds authority — and makes clients trust you faster.

So, pick a niche (or two) and become an expert.

Rosanna Campbell – B2B SaaS Content Marketing

A good niche checks three boxes:

  • Passion: You care enough to keep learning and writing when it gets tough
  • Potential: There’s growing demand for this information
  • Profitability: Businesses invest in content on this topic

Three Ps of Blog Niches

Pro tip: Validate before you commit. Check job boards, freelance platforms, and brand blogs to see who’s hiring and publishing in that niche. If both interest and demand line up, you’ve found a winner.


Build Expertise and Authority in Your Niche

Once you pick a niche, become a trusted voice.

This gives you multiple advantages:

  • Traditional and AI search engines see your content as authoritative
  • Readers are more likely to trust what you say
  • Your content is more likely to be shared and quoted

Start with what you know. Draw from your own experiences to add depth and credibility.

For example, the travel writer India Amos built her authority by writing firsthand reviews.

Her Business Insider piece about a ferry ride is grounded in real experience, making the content trustworthy and relatable.

Business Insider – Piece

But don’t limit yourself to content writing for clients. Get your name out there.

  • Contribute guest posts and expert quotes to reputable sites
  • Speak at conferences or webinars
  • Share insights on social media

The more you’re cited as an expert, the stronger your credibility.

Build authority as a niche writer

Learn SEO Fundamentals

SEO basics remain essential to content writing: keyword research, competitive analysis, and on-page optimization.

But you’ll also want to know how to write and structure LLM-friendly content.

YouTube videos, blogs, and courses can help you understand these topics quickly.

Backlinko Hub SEO

It’s also helpful to familiarize yourself with popular SEO tools.

Clients often expect you to know platforms like:

  • Clearscope, Surfer SEO, MarketMuse: Content optimization and readability scoring
  • Semrush, Ahrefs, Moz: Keyword research and competitive analysis
  • Perplexity, ChatGPT, Gemini: AI search insight and prompt-based content discovery

Clearscope – Example

Pro tip: Consider pursuing niche-specific certifications to stand out. This is especially helpful in “Your Money or Your Life” (YMYL) fields like finance, health, or law, where expertise and trust matter most.


Show Proof of Work with a Portfolio

A portfolio showcases what you bring to the table and provides proof of your accomplishments as a writer.

But you don’t have to spend weeks (or months) building one.

What matters most is what’s inside your portfolio, such as:

  • A short intro about who you are and what you offer
  • Writing samples that showcase your expertise
  • Testimonials or references
  • Contact information

Essential Elements for a Writing Portfolio


Tools like Notion, Contra, Authory, and Bento let you design a portfolio in minutes.

For instance, here’s my Authory portfolio:

Authority – Shreelekha Singh

I like this platform because it automatically adds all articles credited to my name.

You can also invest in a website for more control and search visibility.

I did both — having a portfolio and website helps me improve my online visibility:

Shreelekha Singh – Work samples

LinkedIn can also double as your portfolio.

Add details about each client and link to your articles in the “Experience” section of your profile.

LinkedIn – Shreelekha Singh – Experience

Share your on-the-job insights, feature testimonials, and engage in relevant conversations.

And don’t forget to post your favorite work, from blog posts to copywriting.

Unlike a static site, LinkedIn keeps you visible in real time.

LinkedIn – Shreelekha Singh – Post

Future-Proof Your Content Writing Skills

Use what you’ve learned here to create content that builds your reputation and lands clients.

Because great content writing doesn’t just fill pages. It opens doors.

And as AI continues to reshape the content world, the best writers don’t resist it — they evolve with it.

So, don’t fear artificial intelligence as a writer. Use it to your advantage.

Read our guide: How to Use AI to Create Exceptional Content. It’s packed with practical workflows, expert insights, and handy prompts that will help you work smarter and stay ahead.


The post Content Writing 101: 8 Skills That Set Top Writers Apart appeared first on Backlinko.

Read more at Read More

Site Kit by Google integration available for all Yoast customers 

This first release of 2026 brings Site Kit by Google insights into your Yoast SEO Dashboard. After introducing the integration in phases throughout 2025, we are pleased to share that the rollout is now complete and available to all Yoast customers using WordPress. 

What you can see in your Yoast SEO Dashboard 

You can now view key performance data from Google Search Console and Google Analytics via Site Kit in your Yoast SEO Dashboard, without changing tools or tabs. These insights include search impressions, clicks, average click through rate, average position, and organic sessions, which are combined with your Yoast SEO and readability scores so you can better understand how content quality relates to real search performance. 

Find opportunities faster 

The integration also surfaces your top performing content and search queries, helping you quickly spot which pages and topics are driving results and where improvements may have the most impact. Connecting Site Kit by Google is straightforward. Once connected, insights become available immediately, giving you faster access to the data you need to guide your SEO work. 

If you are interested in the technical background of this integration and our collaboration with Google, we share the full story on our developer blog

Get started 

Update to Yoast SEO 26.7 to start using Site Kit by Google insights in your Dashboard and streamline your workflow with key performance data in one place. For step by step guidance on enabling the integration, see our help center guide

If you would like to share your experience, you can provide feedback through our survey to help guide future improvements.  

The post Site Kit by Google integration available for all Yoast customers  appeared first on Yoast.

Read more at Read More

A 5-step framework for year-end PPC reports that resonate with leadership

A 5-step framework for year-end PPC reports that resonate with leadership

The new year is here, which means it’s time to deliver your end-of-year (EOY) PPC report.

But an EOY report isn’t just a longer version of your monthly performance check-in

It’s typically read by a different audience – often leadership teams who don’t see your regular reporting – and it needs to tell a different story.

Done well, your year-end report sets the tone for 2026, earns buy-in for your strategy, and positions you as a strategic partner rather than just a campaign manager. 

Done poorly, it creates confusion and undermines confidence in your work.

Here’s how to build an EOY PPC report that speaks to leadership and sets your work up for success in the year ahead.

1. Identify your audience and their priorities

You wouldn’t launch a new campaign without clearly defined goals and audiences. 

Don’t do it with your EOY report, either. Different stakeholders evaluate performance through very different lenses.

For example, among the clients I’m preparing reports for this year are:

  • A leadership team I’ve never met (despite working with this client for eight years) that wants a maximum five-page report at a very high level.
  • A data-driven CEO who wants a clear narrative connecting PPC spend, decisions, and outcomes.
  • A new director who wants context on the competitive landscape, performance, and specific opportunities for next year.

If I were to use a carbon-copy EOY report template for all of them, I’d have at best one happy leadership team and two confused or frustrated teams. 

I don’t care for those odds. Instead, I’m customizing each report to match the readers and their specific needs.

Sample PPC reports

If you don’t know the recipients (and if you’re at an agency, there’s a good chance you don’t), ask your primary contact questions like: 

  • Who will be receiving the report?
  • What do they care about most? 
  • What’s top of mind for them heading into next year?
  • What decisions will they be making based on this report? 

The answers should directly inform the report’s structure, depth, metrics, and length. 

When your audience is clearly defined upfront, the final report is far more likely to drive clarity, alignment, and confidence.

2. Create an easy-to-read executive summary

Your executive summary has one job – help leadership quickly understand how PPC performed across key metrics. 

Think of it as the “at a glance” page that sets the context for everything that follows.

If you studied communications formally, you probably learned to write executive summaries last, even though they appear first. 

Since you’re pulling data rather than crafting prose, flip that approach. 

Build this section first to guide the flow of what comes next.

Lead with the KPIs that matter most

Start with the metrics your audience actually cares about – the ones that were established as priorities at the beginning of the engagement or year. 

This will usually include revenue, leads, and conversions, but your mileage may vary. 

If your leadership team obsesses over market share or engagement, lead with those instead.

Include meaningful benchmarks

Unless your leadership team is dialed into PPC goals and performance, you need to give them benchmarks so they have a comparison tool. 

Use at least one of these three key benchmarks:

  • Year-over-year performance: How did this year stack up against last year?
  • Performance against target: Did we hit the goals we set out to achieve?
  • Industry benchmarks: How do we compare to competitors or industry averages?

In the example below, I’m showing revenue, ROAS, and cost for the year, with both percentage changes and raw numbers from the previous year.

2025 paid search performance - executive summary

This format does the heavy lifting for busy executives. 

At a quick glance, they know what happened and whether it’s good news. 

More importantly, it sets the stage for invisible CTAs and the deeper analysis that follows.

3. Break down performance details

In the following section, you’ll move from “what happened” to “why it happened and what we learned.” 

The executive summary told your reader whether the year was successful. Now you need to show them the engine under the hood.

The level of detail will depend on the format. A five-page executive report may only have room for a few pivotal moments, while a more comprehensive report can get into the weeds. 

In either case, selectivity is critical. You can’t — and shouldn’t — document every metric, test, or optimization from the year.

Instead, focus on insights that either explain the results in your executive summary or point directly to opportunities for the year ahead.

Here are some categories to get you started.

What performed best 

Show them the winners: your best-converting creative, highest-revenue products, or most efficient channels. 

Leadership loves to see what’s working, and it can point to where to double down. 

How resources were allocated

Break down spend distribution across campaign types, the split between brand and non-brand, or platform-specific investments like Google versus Bing. 

Leadership wants to know if you’re putting money where it matters most, and this section answers that question.

Google Ads 2025 spend breakout

What you tested and learned

Highlight new initiatives, strategic experiments, or incrementality tests

Did you test a new platform? Try a different targeting approach? 

These insights show you aren’t just managing campaigns, you’re advancing the strategy.

Trends that shaped the year

Include year-over-year comparisons, seasonal patterns, and performance trends over time. 

If Q3 saw unusual momentum or holiday performance differed from previous years, explain why.

Performance through the funnel

Show how users moved through your conversion funnel and where the biggest opportunities or bottlenecks exist.

Tracking and conversion changes

Changing what is counted as a conversion will affect just about everything else. 

If you made tracking or conversion definition changes during the year, call them out here.

Leadership needs to understand if a metric shift reflects actual performance or a measurement change.

2025 paid search performance in review

Keep this section platform-specific and substantive. Each insight should clearly tie back to the executive summary. 

Use visuals (charts, trend lines, and comparison tables) to make complex data easier to interpret. And resist the temptation to include everything you track. 

If a metric doesn’t explain results, answer a question from leadership, or inform future strategy, leave it out.

Get the newsletter search marketers rely on.


4. Evaluate external factors

You’ve already explained what happened in the account and why performance moved the way it did. 

Now you need to zoom out and show leadership what else was happening. What external forces shaped your results, for better or worse?

This is where you separate execution from environment. 

Without this context, strong strategic work can look mediocre in a difficult year, or weak decisions can hide behind tailwinds. 

Leadership needs to understand what you controlled versus what you were responding to.

Think of it this way: performance details add context to your KPIs. External factors add context to your performance.

Digital marketing factors

What influenced performance that was external to paid search execution, but internal to the broader marketing ecosystem?

  • Non-PPC marketing initiatives: Product launches, pricing changes, promotions, website redesigns, or messaging shifts can all impact conversion rates and search behavior – positively or negatively.
  • Non-PPC channel performance: Performance in organic search, email, social, affiliates, or offline channels can meaningfully influence paid search results. It also provides a clearer picture of market factors beyond paid channels.
Purchase revenue by channel (medium)
  • Platform and policy changes: Google Ads feature rollouts, automation shifts, policy enforcement, or reporting changes often affect performance in ways that aren’t immediately visible in metrics alone.
  • Competitive dynamics: New entrants, aggressive bidding, creative shifts, or changes in competitor behavior can alter auction pressure and efficiency over time.

Macro-economic factors

What forces outside the marketing organization shaped demand, behavior, and constraints?

A useful way to structure this analysis is with a lightweight PESTEL lens, adapted for a marketing context.

  • Political: Gov actions and policy shifts (e.g., tariffs, shutdowns).
  • Economic: Market conditions (e.g., inflation, spending slowdowns).
  • Social: Behavior and lifestyle trends (e.g., travel, demographics).
  • Technological: Platform/tech changes (e.g., AI, privacy updates).
  • Environmental: Weather and seasonality (e.g., storms, climate shifts).
  • Legal: Regulations and compliance (e.g., privacy laws, labor rules).

You don’t need to address every category. The goal is to highlight the factors that materially influenced performance and decisions during the year.

In a volatile year like this one, it can even make sense to highlight big events that didn’t have an impact on performance, just to assuage any worries.

PESTEL analysis example

Doing this helps stakeholders understand what factors contributed to performance.

And just as important, it positions you as someone who sees beyond the interface to meaningful business implications.

5. Answer the ‘what’s next?’ question

Leadership wants to know what to expect for next year. 

They’re not necessarily expecting a crystal ball, but they do want confidence that there’s a plan, even if the path changes.

The reality is that most paid search strategy isn’t mapped a year in advance. 

Platforms change, competitors react, budgets shift, and new constraints appear with little warning. 

What matters isn’t having every answer upfront, it’s having a clear way to decide what to do next when conditions change.

This section of your EOY report is your opportunity to show that decision-making framework, and get your audience excited to work with you on what’s to come.

Next steps and recommendations

These are the initiatives you’re committed to pursuing; the strategic moves grounded in last year’s data:

  • Applied learnings: How insights from the past year are shaping priorities, structure, and decision-making going forward.
  • Identified opportunities: Areas where data consistently pointed to upside: channels, audiences, products, or tactics that warrant attention.
  • Known risks: Challenges leadership should expect, along with how you’re monitoring or mitigating them.
  • Resource clarity: What additional budget, tools, or support would enable — and what remains constrained without them. Be concrete: “With X additional budget, we can test Y based on Z insight from last year.”

These recommendations should feel inevitable; the logical next steps given what happened last year.

Next steps in EOY report

Testing pipeline

Then there’s the other category: things you’re watching, interested in, or ready to jump on if circumstances align. 

These scratch leadership’s itch for innovation and cutting-edge solutions without overcommitting:

  • New platform features you’ll test when they’re released.
  • Emerging platforms or initiatives worth monitoring.
  • Competitive tactics you’ve identified but need more validation.
  • Opportunistic tests if budget or priorities shift.

Frame these as “if/then” scenarios or “things we’re monitoring” rather than firm commitments. 

Leadership gets to feel like you’re on top of industry trends without expecting guarantees.

Augmented reality opportunities

A final pass through a leadership lens

You’ve covered a lot of ground. 

This final pass is about tightening credibility and making sure this work pays dividends in the coming years, not just this one.

Give your report a final pass

Before sending, review the report the way leadership will:

  • Source your data clearly: Label where each chart’s data came from and when it was pulled. This prevents follow-up questions and builds trust.
  • Address negatives head-on: Leadership expects challenges. What erodes confidence isn’t bad news, it’s unexplained bad news. Show what didn’t work, why, and what you did about it.
  • Pressure-test against the brief: Review your stakeholders’ original requests. Did you actually answer their questions? Ask a colleague (or AI) for a second set of eyes.

Make next year easier

Now that you’ve done the heavy lifting, leverage this work going forward:

  • Turn your EOY report into a client-specific template: A single format won’t work across all clients, but once you find a structure that resonates with a given audience, reuse it year over year. Incorporate feedback and refresh the data, but keep the core framework consistent.
  • Track big issues as they happen: Document key events as you progress through the year. Keep a running list, outside of emails and reports. Even the biggest issues today will be hard to accurately remember in 12 months without this.

Year-end reports take real effort. Make sure yours actually resonates. 

Follow these steps to strengthen stakeholder relationships and position yourself as a strategic partner for 2026 and beyond.

Read more at Read More

December 2025 Digital Marketing Roundup: What Changed and What You Should Do About It

December made one thing clear: AI is no longer a feature layered on top of marketing. It is the system deciding what gets seen, what gets skipped, and what earns trust.

Search pushed deeper into zero-click behavior. Paid ads lost prime real estate. Influencer content matured into a full‑funnel channel. Platforms added tools while quietly tightening control. At the same time, security and data ownership became real business risks, not abstract concerns.

This roundup breaks down what actually mattered in December and how to adjust before these shifts harden in 2026.

Key Takeaways

  • Google accelerated AI-first search with Gemini 3, AI Mode, and AI-powered Search Console reporting.
  • AI Overviews and AI Mode are pushing both organic and paid clicks down, reshaping SERP strategy.
  • Influencer marketing expanded beyond Gen Z, pulling older, high-value audiences into creator ecosystems.
  • LinkedIn doubled down on video and events, reinforcing its position as the B2B growth platform.
  • Security threats like Google Ads MCC hijacks escalated, making account governance a priority.

Search & AI

AI is now deciding what gets seen before a click ever happens. December’s updates show Google tightening its grip on discovery while pushing brands to earn visibility inside AI systems.

Search Console Gets AI-Driven Reporting

Google rolled out AI-powered configuration in Search Console, allowing users to request custom reports using natural language. Instead of manually stitching filters together, teams can now ask questions the way they think about performance.

Google Search Console's AI-powered search configuration.

Our POV: This changes who gets access to insight. Reporting no longer bottlenecks around technical SEO or analytics specialists. Strategy conversations can happen faster, and closer to the business question that triggered them.

What this unlocks: Faster pattern recognition across large sites, quicker validation of hypotheses, and fewer reporting cycles spent just getting the data into shape.

What to do next: Standardize a small set of executive-level prompts tied to growth questions (discovery, decline, opportunity). Use this to shorten the distance between signal and decision.

Gemini 3 Lands Directly in Google Search

Google deployed Gemini 3 straight into Search across 120 countries, delivering richer answers, visuals, and interactive elements without requiring users to leave the results page.

Our POV: This is Google asserting itself as the destination, not the doorway. Content that once earned traffic by being explanatory or comparative now competes with Google’s own synthesized answers.

Strategic impact: Informational content becomes less about volume and more about authority. If your content is interchangeable, it becomes invisible.

What to do next: Identify where your content overlaps with Gemini-style answers. Invest more heavily in insight, proprietary data, and perspective that AI cannot compress without losing value.

Google Embeds AI Mode Into the Search Flow

When users tap “show more” under an AI Overview, Google now routes them into a full AI chat experience rather than expanding citations.

Our POV: This confirms that Google is intentionally reducing outbound traffic in favor of guided, AI-mediated discovery.

Strategic impact: Attribution gets murkier. Influence matters more than visits. Brands that only measure success by clicks will underinvest in visibility where decisions actually form.

What to do next: Start treating AI inclusion as a visibility channel. Track brand mentions, citations, and presence inside AI responses alongside traditional KPIs.

AI Overviews Push Ads Below the Fold

Research shows that roughly a quarter of search results now place paid ads beneath AI Overviews, with mobile SERPs most affected.

AI overview stats being pushed above the fold.

Our POV: Paid search is losing guaranteed prominence. Bidding harder no longer guarantees being seen.

Strategic impact: Paid media performance becomes dependent on how well it aligns with AI-generated context, not just auction dynamics.

What to do next: Re-evaluate high-value keywords where ads routinely fall below AI content. Coordinate paid and organic teams so messaging reinforces what users see first.

Branded Query Filtering and Chart Notes Arrive in GSC

Search Console now separates branded and non‑branded queries automatically and allows chart-level annotations.

Branded and non-branded queries being seperated in GSC.

Our POV: This finally closes long-standing reporting gaps that distorted SEO performance narratives.

What to do next: Capture a baseline brand vs non‑brand split now. Add annotations for launches, migrations, PR wins, and algorithm shifts to preserve institutional knowledge.

Paid Media & Risk

Automation keeps increasing, but so does exposure. December highlighted how fragile performance can be without strong governance and clear safeguards.

OpenAI Pauses ChatGPT Ads

OpenAI halted its early test of native ads inside ChatGPT after users struggled to distinguish sponsored content from AI-generated answers.

Our POV: This pause is less about ads failing and more about timing. Conversational interfaces collapse the distance between advice and influence, which raises the bar for trust.

Strategic impact: Future AI advertising will not behave like traditional display or search ads. Brands will compete on usefulness, credibility, and contextual fit rather than interruption.

What to do next: Start pressure-testing what value-driven, answer-oriented advertising could look like for your category. Focus on scenarios where a brand genuinely helps a user decide, not just where it can appear.

Google Ads MCC Hijacks Surge

Phishing attacks targeting Google Ads manager accounts increased sharply, allowing attackers to drain budgets and lock out advertisers within hours.

Our POV: This is no longer an edge case. As accounts scale, risk compounds.

Strategic impact: Performance gains mean little if governance fails. Security lapses can erase months of optimization and undermine executive confidence in paid media.

What to do next: Treat access control as part of your growth strategy. Limit permissions aggressively, audit users regularly, and align security reviews with budget planning.

Product, Design & UX

Product and design updates are quietly shaping how fast teams can ship, test, and iterate. December brought one change that materially reduces friction between design and development.

Figma Introduces CSS Grid-Like Layout Controls

Figma rolled out a new grid system that more closely mirrors how CSS Grid and Flexbox behave in production. Designers can now edit rows and columns directly, reposition elements with keyboard controls, and build layouts that respond more like real front-end frameworks.

Our POV: This narrows the long-standing gap between design intent and shipped experience. Fewer handoff mismatches mean faster iteration and fewer compromises downstream.

Strategic impact: Design systems become more scalable when layouts behave predictably across breakpoints. Teams that rely on rapid experimentation benefit most.

What to do next: Revisit your design system and layout standards. Align designers and developers on grid conventions so prototypes map cleanly to production.

Social & Creator Economy

Creator content is no longer niche or youth-driven. Platforms are shaping social into a full-funnel, multi-generational influence engine.

LinkedIn Sees Another Video Surge

LinkedIn reported continued double-digit growth in video uploads and watch time, with short-form content driving disproportionate reach.

Our POV: LinkedIn has quietly become a daily content destination, not just a professional directory.

Strategic impact: B2B visibility increasingly depends on consistent, human-led storytelling. Brands that delay video adoption will find it harder to build authority as the feed fills up.

What to do next: Commit to a repeatable LinkedIn video cadence. Prioritize clarity and expertise over production polish, and measure engagement trends over time.

LinkedIn Upgrades Event Ads

New integrations with ON24 and Cvent allow LinkedIn Event Ads to capture and route leads directly into CRMs.

Linkedin Event Ads

Our POV: Events are moving out of the brand bucket and into the revenue conversation.

Strategic impact: This blurs the line between awareness and pipeline, making events accountable in ways they historically avoided.

What to do next: Reframe events as performance channels. Align messaging, registration, and follow-up under a single measurement framework.

Influencer Content Expands Beyond Gen Z

New data shows that more than half of adults aged fifty-five to sixty-four now watch influencer content weekly, often via connected televisions.

Our POV: Influencer marketing has crossed into mainstream media behavior. This is no longer a youth or trend-driven channel.

Strategic impact: Influencers are shaping consideration and trust for higher-value purchases, not just discovery for impulse buys.

What to do next: Test creator partnerships that emphasize expertise and credibility. Treat influencer content as a mid-funnel and upper-funnel asset, not just awareness.

Meta Enhances the Creator Marketplace

Instagram expanded its Creator Marketplace with better discovery, AI recommendations, and stronger paid amplification tools.

Our POV: Meta is positioning creators as a scalable performance input, not just an organic reach lever.

Strategic impact: The line between influencer marketing and paid social continues to erode. Creative quality and creator trust now directly affect efficiency.

What to do next: Identify creators whose content already performs organically. Use paid support to scale what works instead of forcing performance from scratch.

PR, Media, and Trust

As AI pulls from third-party sources, brand credibility is being shaped outside your owned channels. Relationships and presence matter more than volume.

Journalists Push Back on AI Pitches

Surveys show most journalists still prefer human-led outreach, citing AI-written pitches as generic and misaligned with their coverage needs.

Our POV: Efficiency without judgment damages relationships.

Strategic impact: As AI-generated noise increases, thoughtful and relevant outreach becomes a stronger differentiator.

What to do next: Use AI for research and preparation, not substitution. Preserve human insight where trust and creativity matter most.

Discord Emerges as a Media Hub

PR teams are increasingly using Discord servers as live, on-demand press rooms.

Our POV: This flips traditional outreach from push to pull.

Strategic impact: Brands that make themselves accessible become resources journalists return to, not just sources they react to.

What to do next: Pilot a controlled Discord environment for media. Offer clear channels, real access, and timely updates without overwhelming participants.

Platform Playbooks

Smaller platform updates often hide the most practical gains. December delivered clear lessons on how context and native execution drive results.

Reddit Releases Dynamic Product Ad Guidance

Reddit published best practices showing that focused optimizations can lift Dynamic Product Ad performance meaningfully.

Our POV: Reddit rewards relevance over polish.

Strategic impact: Brands that adapt creative to platform norms outperform those that recycle ads from other networks.

What to do next: Speak directly to subreddit context, keep messaging tight, and test incrementally to isolate what actually moves performance.

Conclusion

December reinforced a hard truth: visibility is no longer owned. It is earned repeatedly across AI systems, platforms, and communities.

The brands that win in 2026 will build authority machines, not traffic hacks. They will secure their data, design for AI interpretation, and show up consistently wherever decisions are shaped.

If you want help translating these shifts into a durable growth strategy, the NP Digital team is already doing this work every day.

Read more at Read More

A 90-day SEO playbook for AI-driven search visibility

A 90-day SEO playbook for AI-driven search visibility

SEO now sits at an uncomfortable intersection at many organizations.

Leadership wants visibility in AI-driven search experiences. Product teams want clarity on which narratives, features, and use cases are being surfaced. Sales still depends on pipeline.

Meanwhile, traditional rankings, traffic, and conversions continue to matter. What has changed is the surface area of search.

Pages are now summarized, excerpted, and cited in environments where clicks are optional and attribution is selective. 

When a generative AI summary appears on the SERP, users click traditional result links only about 8% of the time.

As a result, SEO teams need a clearer playbook for earning visibility inside generative outputs, not just around them.

This 90-day action plan outlines how to achieve this in a phased, weekly execution, with practical adjustments tailored to the specific purpose of the website.

Phase 1: Foundation (Weeks 1-2)

Define your ‘AI search topics’

Keywords still matter. But AI systems organize information around entities, topics, and questions, not just query strings.

The first step is to decide what you want AI tools to associate your brand with.

Action steps

  • Identify 5-10 core topics you want to be known for.
  • For each topic, map:
    • The questions users ask most often
    • The comparisons they evaluate
    • “Best,” “how,” and “why” queries that indicate decision-making intent

Example:

  • Topic: AI SEO tools
  • Mapped query types:
    • Core questions: What are the best AI SEO tools? How does AI improve SEO?
    • Comparisons: AI SEO tools vs traditional SEO tools.
    • Intent signals: Best AI SEO tools for content optimization.

Where this shifts by website type

  • Content hubs (media brands, publishers, research orgs) should prioritize mapping educational breadth – covering a topic comprehensively so AI systems see the site as a reference source, not a transactional endpoint.
  • Services/lead gen sites (agencies, consultants, local businesses) should map problem-solution queries prospects ask before converting, especially comparison and “how does this work?” questions.
  • Product and ecommerce sites (DTC brands, marketplaces, subscription ecommerce, retailers) should map topics to use cases, alternatives, and comparisons – not just product names or category terms.
  • Commercial, long-funnel sites (B2B SaaS, fintech, healthcare) should anchor topics to category leadership – the “what is,” “how it works,” and “why it matters” content buyers research long before demos.

If you can’t clearly articulate what you want AI systems to associate you with, neither can they.

Dig deeper: Chunk, cite, clarify, build: A content framework for AI search

Create AI-friendly content structure

Generative engines consistently surface content that is easy to extract, summarize, and reuse. 

In practice, that favors pages where answers are clearly framed, front-loaded, and supported by scannable structure.

 High-performing pages tend to follow a predictable pattern.

AI-friendly content structures include: 

  • A short intro (2-3 lines) that establishes scope.
  • A direct answer placed immediately after the header, written to stand alone if excerpted.
  • Bulleted lists or numbered steps that break down the explanation.
  • A concise FAQ section at the bottom that reinforces key queries.

This increases the likelihood your content is:

  • Quoted in AI Overviews.
  • Used in ChatGPT or Perplexity answers.
  • Surfaced for voice and conversational search.

For ecommerce and services sites in particular, this is often where internal resistance shows up. Teams worry that answering questions too directly will reduce conversion opportunities. 

In AI-driven search, the opposite is usually true: pages that make answers easy to extract are more likely to be surfaced, cited, and revisited when users move from research to decision-making.

Dig deeper: Organizing content for AI search: A 3-level framework

Phase 2: Generative engine optimization (Weeks 3-6)

Optimize for AI answers (GEO/AEO)

In generative search, content that gets surfaced typically resolves the core question immediately, then provides context and depth. 

For many commercial teams, that requires rethinking how early pages prioritize explanation versus persuasion – a shift that’s increasingly necessary to earn visibility at all.

This is where GEO (generative engine optimization) and AEO (answer engine optimization) move from theory into page-level execution.

  • Add a 1–2 sentence TL;DR under key H2s that can stand on its own if excerpted
  • Use explicit, question-based headers:
    • “What is…”
    • “How does…”
    • “Why does…”
  • Include clear, plain-language definitions before introducing nuance or positioning

Example:

What is generative engine optimization?

Generative engine optimization (GEO) helps content get selected as a source in AI-generated answers.

In practice, GEO is the process of structuring and optimizing content so AI tools like ChatGPT and Google AI Overviews can interpret, evaluate, and reference it when responding to user queries.

How does answer-first structure change by site type?

  • Publishers benefit from definitional clarity because it increases citation frequency.
  • Lead gen sites see stronger mid-funnel engagement when prospects get clear answers upfront.
  • Product sites reduce friction by addressing comparison and “is it right for me?” questions early.
  • B2B platforms establish category authority long before a buyer ever hits a pricing page.

Add structured data (high impact, often underused)

Structured data remains one of the clearest ways to signal meaning and credibility to AI-driven search systems. 

It helps generative engines quickly identify the source, scope, and authority behind a piece of content – especially when deciding what to cite.

At a minimum, most sites should implement:

  • Article schema to clarify content type and topical focus.
  • Organization schema to establish the publishing entity.
  • Author or Person schema to surface expertise and accountability.

FAQ schema, where it reflects genuine question-and-answer content, can still reinforce structure and intent – but it should be used selectively, not as a default.

This matters differently by site type:

  • Content hubs benefit when author and publication signals reinforce editorial credibility and reference value.
  • Lead gen and services sites use schema to connect expertise to specific problem areas and queries.
  • Product and ecommerce sites help AI systems distinguish between informational content and transactional pages.
  • Commercial, long-funnel sites rely on schema to support trust signals alongside relevance in high-stakes categories.

Structured data doesn’t guarantee inclusion – but in generative search environments, its absence makes exclusion more likely.

Get the newsletter search marketers rely on.


Phase 3: Authority and trust (Weeks 7-10)

Strengthen E-E-A-T signals

As generative systems decide which sources to reference, demonstrated experience increasingly outweighs polish alone. 

Pages that surface consistently tend to show clear evidence that the content comes from real people with real expertise. 

Meaning, signals associated with E-E-A-T – experience, expertise, authoritativeness, and trust – remain central to how generative systems decide which sources to reference.

Key signals to reinforce:

  • Clear author bios that establish credentials, role, or subject-matter relevance.
  • First-hand experience statements that indicate direct involvement (“We tested…”, “In our experience…”).
  • Original visuals, screenshots, data, or case studies that can’t be inferred or synthesized

This is where generic, AI-generated content reliably falls short. 

Without visible signals of experience and accountability, AI systems struggle to distinguish authoritative sources from interchangeable ones.

How different site types should demonstrate experience and authority

  • Media and research sites should reinforce editorial standards, sourcing, and author attribution to support citation trust.
  • Agencies and consultants benefit from foregrounding lived client experience and specific outcomes, not abstract expertise.
  • Ecommerce brands earn trust through real-world product usage, testing, and visual proof.
  • High-ACV B2B companies stand out by showcasing practitioner insight and operational knowledge rather than marketing language alone.

If your content reads like it could belong to anyone, AI systems will treat it that way.

Dig deeper: User-first E-E-A-T: What actually drives SEO and GEO

Build ‘citation-worthy’ pages

Certain page types are more likely to be cited in AI-generated answers because they organize information in ways that are easy to extract, compare, and reference. 

These pages are designed to serve as reference material – resolving common questions clearly and completely, rather than advancing a particular perspective.

Formats that consistently perform well include:

  • Ultimate guides that consolidate a topic into a single, authoritative resource.
  • Comparison tables that make differences explicit and scannable.
  • Statistics pages that centralize data points AI systems can reference.
  • Glossaries that define terms clearly and consistently.

Pages with titles such as “AI SEO Statistics (2025)” or “Best AI SEO Tools Compared” are frequently surfaced because they signal completeness, recency, and reference value at a glance.

For commercial sites, citation-worthy pages don’t replace conversion-focused assets. 

They support them by capturing early-stage, informational demand – and positioning the brand as a credible source long before a buyer enters the funnel.

Dig deeper: How generative engines define and rank trustworthy content

Phase 4: Multimodal SEO (Weeks 11-12)

Optimize beyond text

Generative systems increasingly synthesize signals across text, images, and video when assembling answers. 

Content that performs well in AI-driven search is often reinforced across formats, not confined to a single page or medium.

  • Add descriptive, specific alt text that explains what an image shows and why it’s relevant.
  • Create short-form videos paired with transcripts that mirror on-page explanations.
  • Repurpose core content into formats AI systems can encounter and contextualize elsewhere:
    • YouTube videos.
    • LinkedIn carousels.
    • X threads.

How this supports different site goals

  • Publishers extend the reach and reference value of core reporting and explainers.
  • Services and B2B sites reinforce expertise by repeating the same answers across multiple surfaces.
  • Ecommerce brands support discovery by contextualizing products beyond traditional listings and category pages.

Track AI visibility – not just traffic

As generative results absorb more of the discovery layer, traditional click-based metrics capture only part of search performance. 

AI visibility increasingly shows up in how often – and where – a brand’s content is referenced, summarized, or surfaced without a click.

With 88% of businesses worried about losing organic visibility in the world of AI-driven search, tracking these signals is essential for demonstrating continued influence and reach.

Signals worth monitoring include:

  • Featured snippet ownership, which often feeds AI-generated summaries.
  • Appearances within AI Overviews and similar answer experiences.
  • Brand mentions inside AI tools during exploratory queries.
  • Search Console impressions, even when clicks don’t follow.

For long sales cycles in particular, these signals act as early indicators of influence. 

AI citations and impressions often precede direct engagement, shaping consideration well before a buyer enters the funnel.

Dig deeper: LLM optimization in 2026: Tracking, visibility, and what’s next for AI discovery

Recommended tools

These tools support different parts of an SEO-for-AI workflow, from topic research and content structure to schema implementation and visibility tracking.

  • Content and AI SEO 
    • Surfer, Clearscope, Frase
    • Used to identify gaps in topical coverage and evaluate whether content resolves questions clearly enough to be excerpted in AI-generated answers.
  • Schema and structured data 
    • RankMath, Yoast, Schema App
    • Useful for implementing and maintaining schema that helps AI systems interpret content, authorship, and organizational credibility.
  • Visibility and performance tracking 
    • Google Search Console, Ahrefs
    • Essential for monitoring impressions, query patterns, and how content surfaces in search – including cases where visibility doesn’t result in a click.
  • AI research and validation 
    • ChatGPT, Perplexity, Gemini
    • Helpful for testing how topics are summarized, which sources are cited, and where your content appears (or doesn’t) in AI-driven responses.

The rule that matters most

AI systems tend to favor content that provides definitive answers to questions. 

If your content can’t answer a question clearly in 30 seconds, it’s unlikely to be selected for AI-generated answers.

What separates teams succeeding in this environment isn’t experimentation with new tactics, but consistency in execution. 

Pages built to be understandable, referenceable, and trustworthy are the ones generative systems return to.

Read more at Read More

Fashion AI SEO: How to Improve Your Brand’s LLM Visibility

AI chat is changing how people shop for fashion — fast.

Before AI, buying something as simple as casual leggings meant typing keywords into Google. Then, sifting through pages of results.

Comparing prices. Reading reviews. Getting overwhelmed.

In fact, 74% of shoppers give up because there’s too much choice, according to research by Business of Fashion and McKinsey.

Now?

A shopper submits a query. AI gives one clear answer — often with direct links to products, reviews, and retailers. They can even click straight to purchase.

Google AI Mode – Women's leggings

So, how do you make sure AI recommends your fashion brand?

We analyzed how fashion brands appear in AI search. And why some brands dominate while others disappear.

In this article, you’ll learn how large language models (LLMs) interpret fashion, what drives visibility, and the levers you can pull to get your brand visible in AI searches (plus a free fashion trend calendar to help you plan).

Note: The data in this article comes from Semrush’s AI Visibility Index, August 2025.


The 3 Types of AI Visibility in Fashion

There are three ways people will see your brand in AI search: brand mentions, citations, and recommendations.

3 Types of AI Visibility in Fashion

Brand mentions are references to your brand within an answer.

Ask AI about the latest fashion trends, and the answer includes a couple of relevant brands.

ChatGPT – Top trending fashion looks – Brands

Citations are the proof that backs up AI answers. Your brand properties get linked as a source. This could be product pages, sizing guides, or care instructions.

AI Search Visibility

Citations also include other sites that talk about your brand, like Wikipedia, Amazon, or review sites.

Product recommendations are the most powerful form of AI visibility. Your brand isn’t just mentioned; it’s actively suggested when someone is ready to buy.

For example, I asked ChatGPT for recommendations of aviator sunglasses:

ChatGPT – Aviator sunglasses recommendations

Ray-Ban doesn’t just show up as a mention — they’re a recommended option with clickable shopping cards.

How AI Models Choose Which Fashion Brands to Surface

If you’ve ever wondered how AI chooses which fashion brands to surface, here are the two basic factors:

  • By evaluating what other people say about you online
  • By checking how consistently factual and trustworthy your own information is

Let’s talk about consensus and consistency. Plus, we’ll discuss real fashion brands that are winning at both.

Consensus

If you ask all your friends for their favorite ice cream shop, they’ll probably give different answers.

But if almost everyone coincided in the same answer, you trust that’s probably the best place to go.

AI does something similar.

First, it checks different sources of information online. This includes:

  • Editorial websites, like articles in Vogue, Who What Wear, InStyle, and others
  • Community and creator content, including TikTok try-ons, Reddit threads, and YouTube product roundups
  • Retailer corroboration, like ratings and reviews on Amazon, Nordstrom, Zalando, and more
  • Sustainability verification from third parties like B Corp, OEKO-TEX, or Good On You

After analyzing this information, it gives you recommendations for what it perceives to be the best option.

Here’s an example of what that consensus looks like for a real brand:

Brand Consensus

Carhartt is mentioned all over the web. They appear in retail listings, editorial pieces, and in community discussions.

The result?

They get consistent LLM mentions.

ChatGPT – Jacket recommendations

Consistency

AI also judges your brand based on the consistency of your product information.

This includes:

  • Naming & colorways: Identical names/color codes across your own site, retailers, and mentions
  • Fit & size data: Standardized size charts, fit guides, and model measurements
  • Materials & care: The same composition and instructions across all channels
  • Imagery/video parity: The same SKU visuals (like hero, 360, try-on) on your site and retailer sites
  • Price & availability sync: Real-time updates during drops or restocks to avoid stale or conflicting data

For example, Lululemon does a great job of keeping product availability updated on their website.

If you ask AI where to find a specific product type, it directs you back to the Lululemon website.

Google AI Mode – Specific product type

This happens because Lululemon’s site provides accurate, up-to-date information.

Plus, it’s consistent across retailer pages.

The Types of Content That Dominate Fashion AI Search

Mentions get you into the conversation. Recommendations make you the answer. Citations build the credibility that supports both.

The brands winning in AI search have all three — here’s how to diagnose where you stand.

AI Visibility Diagnostic

Let’s talk about the fashion brands that are consistently showing up in AI search results, and the kind of content that helps them gain AI visibility.

Editorial Shopping Guides and Roundups

Editorial content has a huge impact on results.

Sites like Vogue, Who What Wear, and InStyle are regularly cited by LLMs.

TOP Sources Analysis Fashion & Apparel

These editorial pieces are key for AI search, since they frame products in context — showing comparison, specific occasions, or trends.

There are two ways to play into this.

First, you can develop relationships with editorial websites relevant to your brand.

Start by researching your top three competitors. Using Google (or a quick AI search), find out which publications have featured those competitors recently.

Then, reach out to the editor or writers at those publications.

If they’re individual creators, you might send sample products for them to review.

Looking for mentions from bigger publications?

You might consider working with a PR team to get your products listed in articles.

To build consistency in that content, provide data sheets with information about material, fit, or care.

Who What Wear – Provide information

​​

Second, you can build your own editorial content.

That’s exactly what Huckberry does:

Huckberry – Build your own editorial content

They regularly produce editorial-style content that answers questions.

Many of these posts include a video as well, giving them more opportunity for discovery in LLMs:

YouTube – Huckberry wardrobe 2025

Retailer Product Pages and Brand Stores

Think of your product detail page (PDP) as the source of truth for AI.

If you don’t have all the information there, AI will take its answers from other sources — whether or not they’re accurate.

Product pages (your own website or a retailer’s) need to reflect consistent, accurate information. Then, AI can understand and translate into answers.

Some examples might include:

  • Structured sizing information
  • Consistent naming and colorways
  • Up-to-date prices and availability
  • Ratings (with pictures)
  • Fit guides (like sizing guides and images with model measurements and sizing)
  • Materials and care pages
  • Transparent sustainability modules

For example,Everlane provides the typical sizing chart on each of its products. But they take it a step further and include a guide to show how a piece is meant to fit on your body.

You can even see instructions to measure yourself and find the right size.

Everlane – Size Guide

That’s why, when I ask AI to help me pick the right size for a pair of pants, it gives me a clear answer.

And the citations come straight from Everlane’s website.

ChatGPT – Suggesting a size

Everlane’s product pages also include model measurements and sizing.

So when I ask ChatGPT for pictures to help me pick the right size, I get this response:

ChatGPT – Pictures to help

However you choose to present this information on your product pages, just remember: It needs to be identical on all retailer pages as well.

Otherwise, your brand could confuse the LLMs.

User Generated Video Content

What you say about your own brand is one thing.

But what other people say about you online can have a huge influence on your AI mentions.

Of course, you don’t have full control over what consumers post about you online.

So, proactively build connections with creators. Or, try to join the conversation online when appropriate.

This can help you build a positive sentiment toward your brand, which AI will pick up on.

Not sure which creators to work with?

Try searching for your competitors on channels like TikTok or Instagram. See which creators are mentioning their products, and getting engagement.

You can also use tools like Semrush’s Influencer Analytics app to discover influencers.

Search by social channels, and filter by things like follower count, location, and pricing.

Semrush Influencer Analytics App

Here’s an example: Aritzia has grown a lot on TikTok. They show up in creator videos, fit checks, and unboxing-style videos.

In fact, the hashtag #aritziahaul has a total of 32k posts, racking up 561 million views overall.

TikTok – Artizia

Other fashion brands, like Quince, include a reviewing system on their PDPs.

This allows consumers to rate the fit and add pictures of themselves wearing the product.

LLMs also use this information to answer questions.

Quince – Reviwing system

Creator try-ons, styling videos, and similar content can help increase brand mentions in “best for [body type]” or “best for [occasion]” prompts.

Pro tip: Zero-click shopping is coming. Perplexity’s “Buy with Pro” and ChatGPT’s “Instant Checkout” hint at a future where AI answers lead straight to one-click purchases. The effects are still emerging, but as with social shopping, visibility wins. So, make sure your brand shows up in the chats that drive buying decisions.


Reddit and Community Threads

Reddit is a major source of information for fashion AI queries.

This includes information about real-world fit, durability, comfort, return experiences, and comparisons.

For example, Uniqlo shows up regularly in Reddit threads and questions about style.

Reddit – Fashion community threads

You can also find real reviews of durability about the products.

Reddit – Real review of durability

As a result, the brand is getting thousands of mentions in LLMs based on Reddit citations.

Plus, this leads to a ton of organic traffic back to the Uniqlo website.

Semrush – AI Visibility – Uniqlo – Cited Sources

Obviously, it’s impossible to completely control the conversation around your brand. So for this to work, there’s one key thing you can’t miss:

Your products need to be truly excellent.

A mediocre product that has a lot of negative sentiment online won’t show up in AI search results.

And no amount of marketing tactics can fool the LLMs.

Further reading: Learn how to join the conversation online with our Reddit Marketing guide.


Lab Tests and Fabric Explainers

This kind of content shows the quality of your products.

It gives LLMs a measurable benchmark to quote on things like pilling or color fastness.

This content could include:

  • “6-month wear” style videos
  • Pages that explain the fabrics and materials used
  • Third party tests
  • Clear care instructions

For example, Quince has an entire page on their website talking about cashmere.

Quince – About cashmere

And in Semrush’s AI Visibility dashboard, you can see this page is one of the top cited sources from Quince’s website.

Semrush – Visibility Overview – Quince – Cited Pages

Another option is to create content that shows tests of your products.

Here’s a great example from a brand that makes running soles, Vibram.

They sponsored pro trail runner Robyn Lesh, and teamed up with Huckberry to lab test some of their shoes.

YouTube – Vibram – Lab test of the product

This kind of content is helping Vibram maintain solid AI visibility.

Visibility Overview – Vibram – AI Visibility

And for smaller brands who don’t have Vibram’s sponsorship budget?

Try doing product testing content with your own team.

For example, have a team member wear a specific product every day for a month, and report back on durability.

Or, bury a piece of clothing underground and watch how long it takes to decompose, like Woolmark did:

Instagram – Woolmark decompose clothing

Get creative, and you’ll have some fun creating content that can also help your brand be more visible.

Want to check your brand’s AI visibility?

Try the AI Visibility Toolkit from Semrush to see where your brand stands in AI search, and learn how to optimize.

Start by checking your AI visibility score. You’ll see how this measures up against the industry benchmarks.

Visibility Overview – Ray-ban – AI Visibility – Industry avg

You can prioritize next steps based on the Topic Opportunities tab.

There, you’ll see topics where your competitors are being mentioned, but your brand is missed.

Visibility Overview – Ray-ban – Topic & Sources

Then, jump to the Brand Perception tab to learn more about your Share of Voice and Sentiment in AI search results.

You’ll also get some clear insights on improvements you can make.

Semrush – Brand Performance – Sentiment & Share of Voice

Comparisons and Alternatives Content

AI loves a good comparison post (and honestly, who doesn’t?). So, creating content that compares your products to other brands is a great way to get more mentions.

This is part of LLM seeding.

It helps you get brand exposure without depending on organic traffic dependence. Plus, it helps level the playing field with bigger competitors.

How does LLM Seeding Work

For instance, Quince is often cited online as a cheaper alternative to luxury clothing.

I asked ChatGPT for affordable cashmere options, and Quince was the first recommendation.

ChatGPT – Affordable cashmere options

So, why is this brand showing up consistently?

One reason is their comparison content.

In each PDP, you’ll see the “Beyond Compare” box, showing specific points of comparison with major competitors.

Quince – Beyond Compare

The right comparisons are handled honestly and tastefully.

Focus on real points of difference (like Quince does with price). Or, show which products are best for certain occasions.

For example: “Our sweaters are great for hiking in the snow. Our competitors’ sweaters are better for indoor activities.”

Comparisons give AI a reason to recommend your fashion brand when someone asks for an alternative.

What This Shift Means for Your Fashion Brand

AI search has changed the way people discover products, and even their path to purchase.

Before, this involved multiple searches, clicking on different websites, or scrolling through forums. Now, you can do this in one simple interface.

So, how is AI changing fashion, and how can your brand adapt?

Editorial, Retailer, and PDP Split

AI search doesn’t treat every source of information equally.

And depending on which model your audience uses, the “default” source of truth can look very different.

ChatGPT leans heavily on editorial and community signals.

It rewards cultural traction — what people are talking about, buying, and loving.

For example, articles like this one from Vogue are a prime source for ChatGPT answers:

Vogue – Fashion trends

Meanwhile, Google’s AI Mode and Perplexity skew toward retailer PDPs.

They look for structured data like price, availability, or fit guides. In other words, they trust whoever has the cleanest, richest product data.

The most visible brands win in both arenas: cultural conversation and PDP completeness.

Here’s What You Can Do

To show up in all major LLMs, you need two parallel pipelines.

  1. Cultural traction: Like press mentions, creator partnerships, and community visibility
  2. Citation-ready proof: For example, complete and accurate PDPs across retailer channels

Here’s an Example: Carhartt

Carhartt is a great example of a brand that’s winning on both sides.

First, they get consistent cultural visibility.

For instance, Vogue reported that the Carhartt WIP Detroit jacket made Lyst’s “hottest product” list. That led to searches for their brand increasing by 410%.

This makes it more likely for LLMs to recommend their products in answers:

Google AI Mode – Womens workwear jacket

This is the kind of loop that works wonders for a fashion brand.

AI TrenD Loop

At the same time, Carhartt is also stocked across a huge range of retailers. You can find them in REI, Nordstrom, Amazon, and Dick’s, plus their own direct-to-consumer website.

So, Google AI Mode has an abundance of PDPs, videos, reviews, and Q&A to cite.

This makes Carhartt extremely “citation-friendly” in both models.

No wonder it has such a strong AI visibility score.

Visibility Overview – Carhartt – AI Visibility

Trend Shocks and Seasonal Volatility

Trend cycles aren’t a new challenge in the fashion industry. But it becomes a bigger challenge to maintain visibility when those trends affect which brands appear in AI search.

Micro-trends pop up all the time, triggering quick shifts in how AI answers fashion queries.

When the trend heats up, LLMs pull in brands that appear online in listicles or TikTok roundups.

ChatGPT – When the trend heats up

And when the trend cools? Those same brands disappear just as quickly.

Here’s What You Can Do

To stay present during each trend swing, you need a content and operations pipeline that speaks in real time to the language models are echoing.

  1. Build a proactive trend calendar: Map your content to seasonal moments, like spring tailoring, fall layers, holiday capsules, back-to-school basics, and so on
  2. Refresh imagery and copy to mirror trend language: Update PDPs, on-site copy, and retailer description to match the phrasing used in cultural content
  3. Create rapid-fire listicles and lookbooks: Listicle-style content, creator videos, and other trend-related mentions can help boost visibility. This includes building your own content and working with creators and publications to feature your product in their content.

Download our Trend Calendar for Fashion Brands to plan ahead for upcoming trends and create content that matches.


Here’s an Example: UGG

Anyone who was around for Y2K may have been shocked to see UGG boots come around again.

But the brand was ready to jump onto the trend and make the most of their moment.

Vogue reported that UGG made Lyst’s “hottest products” list in 2024.

Since then, they’ve been regularly featured in seasonal “winter wardrobe essentials” style roundups.

One analyst found that there had been a 280% increase in popularity for the shoes. Funny enough, that trend seems to be a regular occurrence every year once “UGG season” rolls around.

In fact, on TikTok, the hashtag #uggseason has almost 70k videos.

TikTok – Uggseason videos

UGG stays visible even as seasons trends shift. That’s because the brand is always present in the content streams that LLMs treat as cultural indicators. By partnering with influencers, UGG amplified its presence so effectively that the boots themselves became a moment — something people wanted to photograph, share, and join in on without being asked.

The result?

They have one of the highest AI Visibility scores I saw while researching this article.

Visibility Overview – Ugg – AI Visibility

(As a marketer, I find this encouraging. As a Millennial, I find it deeply disturbing.)

Pro tip: Want to measure the results? Track how often your brand or SKUs appear in new listicles per month, plus how they rank in those roundups. Then use Semrush’s AI Visibility Toolkit to track your brand’s visibility using trend-related prompts.


Sustainability and Proof (Not Claims)

Sustainability has become one of the strongest differentiators for fashion brands in AI search.

But only when brands back it up with verifiable proof.

LLMs don’t reward vague eco-friendly language. Instead, they surface brands with certifications, documentation, and third-party validation.

Models also pull heavily from Wikipedia and third-party certification databases. These pages often act as trust anchors for AI search results.

Here’s What You Can Do

You need to build a clear, credible footprint that models can cite.

  1. Centralize pages on materials, care, and impact: Make them brief, structured, and verifiable. Include materials, sourcing, certifications, and repair/resale info.
  2. Maintain third-party profiles: Keep your certifications up-to-date. This includes things like Fair Trade, Bluesign, B-Corp, GOTs, etc.
  3. Standardize sustainability claims across all retailers: If your DTC site says “Fair Trade Certified” but your Nordstrom PDP doesn’t? Models treat that as unreliable.

Here’s an Example: Patagonia

Patagonia is the ruler of AI visibility with a 21.96% share of voice.

Top 20 Brands Fashion & Apparel

In part, this is because of their incredible dedication to sustainability. They basically own this niche category within fashion.

Patagonia’s sustainability claims are backed up by third-party certifications.

And they’re displayed proudly on each PDP.

Patagonia – Sustainability Certs

They’re also transparent about their efforts to help the environment.

They keep pages like this updated regularly.

Patagonia – Progress This Season

These sustainable efforts aren’t just big talk.

Review sites and actual consumers speak positively online about these efforts.

Gearist – Patagonia Repair Review

They’ve made their claim as a sustainable fashion brand.

So, Patagonia shows up first, almost always, in LLMs when talking about sustainable fashion:

ChatGPT recommends Patagonia

That’s the power of building a sustainable brand.

Make AI Work for Your Fashion Brand

You’ve seen how the top fashion brands earn AI visibility.

The path forward is simple: Consensus + Consistency.

Build consensus by getting people talking: Create shareable content, encourage customer posts, or work with creators and publications.

Build consistency by keeping your product info aligned across your site and retail partners.

To get started, download our Fashion Trend Content Calendar to plan your strategy around seasonal trends.

Want to go deeper? Check out our complete guide to AI Optimization.


The post Fashion AI SEO: How to Improve Your Brand’s LLM Visibility appeared first on Backlinko.

Read more at Read More

Top 10 PPC expert columns of 2025 on Search Engine Land

Top 10 Search Engine Land PPC columns of 2025

PPC didn’t stand still in 2025. It adjusted. These articles resonated because they answered the real questions advertisers are asking: how to stay competitive, cut wasted spend, work with automation instead of against it, and prepare for what’s next.

Below are links to the 10 most-read Search Engine Land PPC columns of 2025, written by our exceptional subject matter experts.

10. Can small businesses compete on Google Ads anymore?

With the right strategy, even the smallest business can stand out, win customers, and make a lasting impact. Here’s how. (By Sophie Logan. Published Sept. 16.)

9. Google Ads optimization: What to stop, start, and continue in 2025

Shift your optimization mindset in 2025 with fresh strategies for keywords, Performance Max, and audience targeting. (By Pauline Jakober. Published Feb. 6.)

8. CPC inflation: How fast are Google Ads costs rising?

CPCs are rising – but how fast? Compare ad cost inflation to consumer price index and see what it means for your ad strategy. (By Mark Meyerson. Published April 16.)

7. The end of SEO-PPC silos: Building a unified search strategy for the AI era

AI-driven search is blurring the line between organic and paid. Learn how uniting SEO and PPC boosts visibility, intent, and brand authority. (By Jen Cornwell. Published Oct. 6.)

6. How to vibe code for PPC: Building a seasonality analysis tool

PPC scripts hit limits. Vibe coding removes the roadblocks. Turn complex seasonal patterns into simple, data-driven planning tools. (By Frederick Vallaeys. Published Aug. 21.)

5. How to write high-performing Google Ads copy with generative AI

Speed up your ad creation process without losing your message. Use generative AI to craft relevant, personalized copy that connects. (By Jason Tabeling. Published Aug. 1.)

4. 7 Google Ads search term filters to cut wasted spend

These filtering tactics help refine your targeting, reduce spend on low-quality clicks, and uncover new keyword opportunities. (By Menachem Ani. Published July 22.)

3. Google Ads scripts: Everything you need to know

Streamline campaign management with Google Ads scripts. Get insights, use cases, and practical tips for using automation to boost performance. (By Frederick Vallaeys. Published Jan. 9.)

2. PPC in the age of zero-click search: How to stay profitable

Fewer clicks mean higher stakes. Win visibility with precise targeting, value-based bidding, and authority across paid and organic search. (By Sarah Stemen. Published Oct. 7.)

1. 5 Google Ads tactics to drop in 2026

Some PPC practices no longer fit today’s automated Google Ads environment. Here’s what to phase out – and what to prioritize next year. (By Sarah Vlietstra. Published Nov. 4.)

Read more at Read More

How to craft great page titles for SEO?

Writing strong page titles is one of the simplest and most impactful SEO optimizations you can make. The title tag is often the first thing users see in search results, and it helps search engines understand the content of your page.

In this article, you’ll learn what SEO page titles are, why they matter, and how to write titles that improve visibility and attract clicks.

Key takeaways

  • Crafting a strong page title is vital for SEO; it attracts clicks and helps search engines understand your content
  • An SEO page title appears in search results and browser tabs, serving as the first impression for users
  • To optimize your page title, include relevant keywords and ensure it aligns with the content to improve your ranking
  • Yoast SEO provides tools to help check title width and keyword usage, and includes an AI-powered title generator
  • You can change the page title after publication, and doing so may significantly improve click-through rates

What is an SEO page title?

Let’s start with the basics. If you look at the source of a page (right-click on the page, then choose View Page Source), you find a title in the head section. It looks like this:

This is an example SEO title - Example.com

This is the HTML title tag, also called the SEO title. When you look something up in a search engine, you get a list of results that appear as snippets. The part that looks like a headline is the SEO title. The SEO title typically includes the post title but may also incorporate other elements, such as the site name. Or even emojis!

An example of a Google snippet with a favicon, site name, URL, meta description, and title in the largest font

In most cases, the SEO title is the first thing people see, even before they get on your site. In tabbed browsers, you will usually also see the SEO title in the page tab, as shown in the image below.

An SEO title in a browser tab

What’s the purpose of an SEO title?

Your SEO title aims to entice people to click on it, visit your website, read your post, or purchase your product. If your title is not good enough, people will ignore it and move on to other results. Essentially, there are two goals that you want to achieve with an SEO title:

  1. It must help you rank for a keyword
  2. It must make the user want to click through to your page

Google uses many signals when deciding your relevance for a specific keyword. While click-through rate is not a direct ranking factor, user interaction with search results can be a signal that a result matches search intent.

If your page ranks well but attracts few clicks, that may indicate your title doesn’t resonate with searchers. Improving your SEO title can increase clicks and help you perform better over time.

Additionally, as mentioned earlier, Google uses the SEO title specified for your website as a ranking input. So, it’s not just about those clicks; you also need to ensure that your title reflects the topic being discussed on your page and the keyword that you’re focusing on. The SEO title you use has a direct influence on your ranking.

Now that you know the importance of SEO titles, let’s look at how to evaluate and improve them. Tools like Yoast SEO (Free) can help by checking key elements such as title width and keyword usage. Yoast SEO Premium uses generative AI to create titles.

A smarter analysis in Yoast SEO Premium

Yoast SEO Premium has a smart content analysis that helps you take your content to the next level!

Get Yoast SEO Premium Only $118.80 / year (ex VAT)

Yoast SEO Premium includes an AI-powered title generator that can help you create SEO-friendly page titles based on your content and focus keyphrase. This can be useful for inspiration or for quickly generating alternatives when you’re unsure how to phrase a title.

As with any AI-generated content, it’s best to review and refine the suggested titles to ensure they align with your page’s intent, brand voice, and audience expectations.

In addition, if you use Yoast SEO Premium, you get various other AI features, like Yoast AI Optimize, that help you do the hard work.

Simply hit the Use AI button to have Yoast SEO Premium generate great titles for you

What does the empty title check in Yoast SEO do?

The empty title check in Yoast SEO Premium is self-explanatory: it checks whether you’ve filled in any text in your post’s ‘Title’ section. If you haven’t, you’ll see a red traffic light reminding you to add a title. Once this is filled in, the post title can be automatically added to the SEO title field using the ‘Title’ variable.

You can edit your titles in the Search appearance section of Yoast SEO

Note that your post title is output as an H1 heading. A clear H1 helps users quickly understand what a page is about, improves accessibility for screen readers, and aids search engines in interpreting the page structure. You should only use one H1 heading per page to avoid confusing search engines. Don’t worry; we’ve got a check for multiple H1 headings in Yoast SEO!

What does the SEO title width check in Yoast SEO do?

You will find this check in the SEO tab of the Yoast SEO sidebar or meta box. If you haven’t written an SEO title yet, this will remind you to do so. Additionally, Yoast SEO verifies the width of your SEO title. When it is too long, you will get a warning.

We used to warn you if your SEO title was too short, but we’ve changed that since our Yoast 17.1 release. A title with an optimal width gets you a green traffic light in the analysis. Remember that we exclude the separator symbol and site title from the title width check. We don’t consider these when calculating the SEO title progress bar.

You can find the SEO title width check in the Yoast SEO sidebar or the meta box

How to write an SEO title with an optimal width

If your SEO title doesn’t have the correct width, parts of it may be cut off in Google’s search results. The result may vary, depending on the device you’re using. That’s why you can also check how your SEO title will look in the mobile and desktop search results in the Search appearance section of Yoast SEO. The tool defaults to the mobile version, but you can also switch to view it in the desktop version.

Here’s a desktop result:

The Search appearance in Yoast SEO lets you switch between the mobile and desktop results

And here’s the mobile result for the same URL:

A mobile preview for this particular page

As a general guideline, aim for a title that fully displays on mobile search results, clearly communicates the main topic, and avoids unnecessary filler words. If your title fits visually and still reads naturally, you’re on the right track.

Width vs. Length

Have you noticed that we talk about width rather than length? Why is that? Rather than using a character count, Google has a fixed width for the titles counted in pixels. While your title tags can be long, and Google doesn’t have a set limit on the number of characters you can use, there is a limit on what’s visible in the search results. If your SEO title is too wide, Google will visually truncate it. That might be different from what you want. Additionally, avoid wasting valuable space by keeping the title concise and clear. Additionally, the SEO title often informs other title-like elements, such as the og:title, which also has display constraints.

Luckily, our Search appearance section can help you out! You can fill in your SEO title; our plugin will provide you with immediate feedback. The green line underneath the SEO title turns red when your title is too long. Keep an eye on that and use the feedback to create great headlines.

The Search appearance section in the Yoast SEO for WordPress block editor
The Google preview in Yoast SEO for Shopify

What does the keyphrase in the SEO title check in Yoast SEO do?

This check appears in the SEO tab of the Yoast SEO sidebar in WordPress and Shopify, as well as in the meta box in WordPress. It checks if you’re using your keyphrase in the SEO title of your post or page. This check is intentionally strict because the SEO title plays an important role in signaling a page’s topic to both search engines and users. Since Google uses the title to figure out your page’s topic, not having the focus keyphrase in the SEO title may harm your rankings. Additionally, potential visitors are more likely to click on a search result that matches their query. For optimal results, try to include your keyphrase at the beginning of the SEO title.

This check finds out if you’ve used your focus keyphrase in your SEO title

How to use your keyphrase in the SEO title

Sometimes, when optimizing for a highly competitive keyword, everyone will have the keyword at the beginning of the SEO title. In that case, you can try making it stand out by putting one or two words before your focus keyword, thereby slightly “indenting” your result. In Yoast SEO, if you start your SEO title with “the”, “a”, “who”, or another function word followed by your keyphrase, you’ll still get a green traffic light.

At other times, such as when you have a very long keyphrase, adding the complete keyphrase at the beginning doesn’t make sense. If your SEO title looks weird with the keyphrase at the beginning, try to add as much of the keyphrase as early in the SEO title as possible. But always keep an eye on the natural flow and readability.

How to reduce the chance of Google rewriting your SEO title

Google may rewrite titles when they are overly long, stuffed with keywords, misleading, or inconsistent with the page’s main heading.

To reduce the likelihood of rewrites:

  • Make sure your SEO title closely matches your page’s H1
  • Avoid excessive separators, repetition, or boilerplate text
  • Ensure the title accurately reflects the page content

While rewrites can still happen, clear and concise titles are more likely to be shown as written.

Want to learn how to write text that’s pleasant to read and optimized for search engines? Our SEO copywriting course can help you with that. You can access this course and our other SEO courses with Yoast SEO Premium. This also gives you access to extra features in the Yoast SEO plugin.

Are you struggling with more aspects of SEO copywriting? Don’t worry! We can teach you to master all facets, so you’ll know how to write awesome copy that ranks. Take a look at our SEO copywriting training and try the free trial lessons!

Crafting SEO-friendly page title: FAQs

Are the SEO title and the H1 heading the same?

To be clear, you should not confuse the SEO title with the post title; both serve different purposes and do not have to be the same.

The post title, also known as the H1 heading, is the main heading users see on the page. Its primary role is to help readers understand what the page is about and to add structure to your content. You should always write your H1 with users in mind.

The SEO title is the title that appears in search results and in the browser tab. This title helps search engines understand the topic of your page and influences whether users click on your result.

While the SEO title and H1 can be similar, they do not need to be identical. In WordPress, tools like Yoast SEO allow you to set a separate SEO title, giving you more control over how your page appears in search results without changing the on-page heading.

Should you add your brand to the SEO title?

For quite some time, it was a common practice among some SEOs to omit the site name from the SEO title. The idea was that the “density” of the title mattered, and the site name wouldn’t help with that. Don’t do this. If possible, your SEO title should include your brand, preferably in a recognizable way. If people search for a topic and see your brand several times, even if they don’t click on it the first time, they might click when they see you again on their next page of results.

However, with the site name and favicon updates, be sure to fill in the site settings, upload a favicon, and make general changes to the design of the snippets. This will increase your brand’s visibility in search results. Today, you’ll notice that Google hardly shows your brand name in the snippet’s title. However, Google often has a mind of its own when generating titles to change them for any given reason. The design and function of the SERPs can change at any moment, so we still recommend adding your brand to your titles.

Can you change the SEO title after a page is published?

Yes. You can change the SEO title even after a page has been published, and doing so can improve performance.

At Yoast, we once noticed that although we ranked well for “WordPress security,” the page was not getting as much traffic as expected. We updated the SEO title and meta description to make them more engaging and relevant. As a result, traffic to that page increased by over 30 percent.

The original SEO title was:

WordPress Security • Yoast

We changed it to:

WordPress Security in a few easy steps! • Yoast

This change did not significantly affect rankings, but it did improve click-through rates. The keywords stayed largely the same, but the title became more compelling for searchers.

This shows that optimizing SEO titles after publication can be an effective way to increase traffic, especially if your page already ranks well but receives fewer clicks than expected.

Does Google always use the SEO title you set?

No. Google does not always display the exact SEO title you set in search results.

That said, the HTML title tag is still the most common source Google uses for generating title links. Google Search uses the following sources to automatically determine title links:

  • The <title> tag
  • The main visible heading on the page, such as the
  • Other headings on the page
  • Prominent text styled to stand out
  • Anchor text from internal or external links
  • Structured data related to the website

Google typically selects one title per page and does not change it for different queries.

What does this mean for you? The SEO title you set remains important for ranking and relevance. Even if Google sometimes displays a different version, your title still helps search engines understand the content of your page.

To stay on top of changes, monitor your key pages in Google Search Console, check how titles appear in search results, and watch for shifts in click-through rates.

Can you use the same title for SEO and social media?

You can, but it is often better not to.

What might be a good SEO title isn’t necessarily a good title for social media. In social media, keyword optimization is less important than creating a title that entices people to click. You often don’t need to include the brand name in the title. This is especially true for Facebook and X if you include some branding in your post image. Our social media appearance previews in Yoast SEO Premium and Yoast SEO for Shopify can help you.

If you use Yoast SEO, you can set different titles for Google, Facebook, and X. Enter your SEO title in the snippet editor, then customize the social media titles in the social tab. If you do not set a specific X title, X will use the Facebook title by default.

This flexibility allows you to optimize your titles for both search engines and social platforms without compromise.

The post How to craft great page titles for SEO? appeared first on Yoast.

Read more at Read More

Web Design and Development San Diego

Top 10 SEO expert columns of 2025 on Search Engine Land

Top Search Engine Land SEO columns of 2025

The evolution of search continued to accelerate in 2025.

Between GEO and AI-driven discovery, agents, and new optimization frameworks and tools, SEO experienced another huge year of change.

As always, Search Engine Land helped you make sense of the advances – what was happening, what was coming next, and what truly mattered.

Below are the 10 most-read SEO columns of 2025, written by our outstanding group of subject matter experts.

10. Will GEO replace SEO – or become part of it?

GEO isn’t the death of SEO. It’s what happens when search becomes multi-platform, multi-modal, and powered by AI. (By Roslyn Ayers. Published Aug. 8.)

9. Meet llms.txt, a proposed standard for AI website content crawling

Find out what llms.txt is, how it works, how to think about it, whether LLMs and brands are buying in, and why you should pay attention. (By Rob Garner. Published March 28.)

8. SEO vs. GEO: What’s different? What’s the same?

Learn how SEO and GEO strategies differ – and how combining both can boost your visibility across search engines and AI-driven platforms. (By Dan Taylor. July 28.)

7. How AI Mode and AI Overviews work based on patents and why we need new strategic focus on SEO

Read this deep dive into six patents that reveal how Google’s AI Overviews and AI Mode work – and what it all means for the future of SEO. (By Michael King. June 2.)

6. How to get cited by AI: SEO insights from 8,000 AI citations

From ChatGPT to Gemini, here’s what each AI model trusts – and how strategic content earns visibility in generative search results. (By James Allen. Published May 12.)

5. AI search is booming, but SEO is still not dead

AI search tools are on the rise, but SEO fundamentals remain critical. Learn how the two intersect and what it means for your strategy. (By Lily Ray. Published July 18.)

Your customers search everywhere. Make sure your brand shows up.

The SEO toolkit you know, plus the AI visibility data you need.

Start Free Trial
Get started with

Semrush One Logo

4. 11 free Chrome extensions you need for SEO

Don’t rely solely on tools like Search Console or Screaming Frog. Diversify your toolset with these time-saving Chrome extensions. (By Stephanie Wallace. Published Jan. 16.)

3. AI traffic is up 527%. SEO is being rewritten.

AI platforms are transforming discovery. Traffic is surging. Now strategies must evolve, according to the 2025 Previsible AI Traffic Report.. (By David Bell. Published Aug. 5.)

2. AI optimization: How to optimize your content for AI search and agents

To be visible, optimize your site with clean HTML, metadata, fast responses, and bot-friendly configurations. (By Jed White. Published Jan. 29.)

1. The end of the web? Goodbye HTML, hello AIDI!

Why the web as we know it may fade and what AI, personal agents, and data interfaces mean for publishers, SEO, and commerce. (By Mario Fischer. Published Nov. 14.)

Read more at Read More