Category: SEO

  • Unlocking the Secrets of Google Discover Headline Formats

    Unlocking the Secrets of Google Discover Headline Formats

    I recently delved into a fascinating study on Google Discover headline formats, looking at a staggering 3.4 million articles. The results were eye-opening and showed that a simple headline rewrite often doesn’t yield the expected lift.

    You might have come across these bold statements before:

    ```json
{
  "alt": "Bar charts comparing mean hits per article by headline format for EN and FR languages.",
  "caption": "Discover how headline formats impact article engagement in English and French. Which format tops the list?",
  "description": "The image presents two bar charts showing the mean hits per article based on headline format for English (EN) and French (FR) languages. The formats include quote-led, quote inside, question, and statement. EN results show 'quote-led' headlines perform best with a mean of 13 hits, while 'statement' headlines have the lowest with 9.5. For FR, 'quote-led' also leads with 52.8 hits, and 'statement' headlines are at 35.7. This comparison highlights the engagement variance across different formats."
}
```
    • Quote-led headlines outperform plain declarative ones by nearly 29%.
    • Question headlines underperform both, sometimes by 24%.
    • Format drives the result: Rewrite a statement as a quote, or add that magic word, and you should expect a real lift.
    ```json
{
  "alt": "Bar chart showing the quote versus statement bonus in English and French publishers.",
  "caption": "The chart unveils a disparity in 'quote-led' bonuses, showcasing a significant difference between English and French publishers.",
  "description": "This bar chart illustrates the 'quote-led' bonuses, comparing English (EN) and French (FR) publishers. The vertical axis displays the bonus percentage, while the bars for English and French show a +37% and +48% raw aggregate view bonus respectively. Within the same publisher context, English displays a +3.1% and French a +5.5% bonus. A red dashed line indicates the commonly cited level of +~29%."
}
```

    To put these claims to the test, I examined 1,674,518 English articles and 1,690,295 French articles from the 1492.vision Discover corpus. That’s quite a hefty sample size!

    ```json
{
  "alt": "Bar chart comparing percentage of publishers where quotes beat statements, with EN and FR data.",
  "caption": "Exploring the impact of quotes vs. statements: EN and FR publishers' preferences revealed!",
  "description": "This bar chart illustrates the percentage of English (EN) and French (FR) publishers who report that quotes outperform statements at the same site. Data shows EN with 31.5% and 55.9% and FR with 47.6% and 57.4%, respectively, for median and mean hits per article. The chart analyzes 324 EN publishers and 439 FR publishers, indicating a higher tendency in FR publishers to favor quotes over statements."
}
```

    What I found was a deeper flaw than just numbers. It turns out that all three claims treat headline format as a leverage point for visibility. However, the data clearly shows that the impact of a headline’s format mainly reflects the publisher’s audience and the specific Discover surface used.

    ```json
{
  "alt": "Bar chart showing performance differences between various datasets and statement headlines.",
  "caption": "Analyzing performance: This bar chart reveals intriguing differences in question performance against statement headlines across datasets.",
  "description": "This image is a bar chart titled 'Questions: same Simpson, opposite direction.' It presents the performance of different datasets versus statement headlines, measured in percentage differences. The chart compares 'commonly cited level,' 'Our data EN raw,' 'Our data EN within-publisher,' 'Our data FR raw,' and 'Our data FR within-publisher,' showing variances ranging from -24% to +16%. Useful for understanding data evaluation and analysis discrepancies between mentioned categories."
}
```

    One striking analysis was Simpson’s paradox. An anomaly that, once noticed, appeared across the entire dataset.

    ```json
{
  "alt": "Two line graphs showing trends in publisher quote comparison and bonus from November 2025 to May 2026 for English and French.",
  "caption": "A comparative view of publisher quotes: English vs. French from 2025-2026. Discover how quote effectiveness and bonuses fluctuate over time!",
  "description": "This image features two line graphs comparing publisher data from November 2025 to May 2026. The left graph tracks the percentage of publishers where quotes outperform statements for English (EN) and French (FR). The right graph shows the median within-publisher quote bonus across the same timeframe. For both graphs, the English data is represented in orange squares, while French data is depicted in blue circles. The graphs reflect trends and variations in quote performance by language over time."
}
```

    Here’s what we’re really measuring:

    ```json
{
  "alt": "Bar charts showing top 10 publishers where quotes work best and hurt. BBC and IMDb lead the charts, respectively.",
  "caption": "Explore how quotes impact publishers: BBC benefits the most, while IMDb suffers, showcasing diverse media dynamics.",
  "description": "This image displays two horizontal bar charts, illustrating the effect of quotes on top publishers. On the left, BBC leads with an 85% increase in efficiency for quote usage, followed by Yahoo UK at 74%. The right side shows negative impacts, with IMDb experiencing a 54% decrease, indicating where quotes are less effective. The charts highlight the varying influence of quotes across different media platforms."
}
```

    Rather than clicks from Discover, our metric is hits per article: how often an article appears across the 1492.vision fleet. This serves as a proxy for visibility.

    ```json
{
  "alt": "Bar chart showing top 10 French publishers where quotes work best versus hurt the most.",
  "caption": "Explore how quotes impact articles: Discover which French publishers benefit the most from quotes and which suffer, with programmertv.ouest-france.fr leading positively and madeinfoot.ouest-france.fr negatively.",
  "description": "This dual bar chart illustrates the impact of using quotes in articles across various French publishers. The left chart (in green) lists the top 10 publishers where quotes enhance article performance, led by programmertv.ouest-france.fr at +163%. The right chart (in red) shows publishers where quotes harm article performance, with madeinfoot.ouest-france.fr at -57%. Key terms include quote impact, French publishers, and article performance."
}
```

    The dataset was limited to editorial articles, excluding platforms like YouTube because they have different headline norms. We’ll dive back into these at the end, as they bring more clarity than anything else.

    ```json
{
  "alt": "Two bar charts comparing 'Quote articles' and 'Statement articles' percentages by format for English and French pipelines.",
  "caption": "A visual comparison of English and French pipeline content formats, highlighting the distribution of Quote and Statement articles.",
  "description": "This image features two bar charts side by side, showcasing the mix of content formats in English (EN) and French (FR) pipelines. Each chart lists formats such as content, creatorcontent, paginationpanoptic, and others, with bars depicting the percentage for 'Quote articles' in blue and 'Statement articles' in gray. The charts provide a visual comparison of how content is distributed between the two types of articles across different formats."
}
```

    Why is volume important? The crux of the argument depends on slicing this vast dataset by publisher, Discover surface, topic, and language while still keeping enough data in each segment for valid insights. This is where the real difference between numbers and insights, and between a genuine format effect and a statistical illusion, lies.

    ```json
{
  "alt": "Bar chart showing quote versus statement bonus by pipeline within publisher, with green and red bars indicating varying percentages.",
  "caption": "Explore the impact of quotes versus statements in publishing pipelines with this insightful bar chart. From freshvideos.f at +22.2% to userpersonascontent.f at -14.1%, see the shifts in median captures.",
  "description": "This bar chart illustrates the median percentage change in captures per article, comparing quotes and statements across differing publisher pipelines. Green bars show positive increases, led by freshvideos.f at +22.2%, while red bars indicate declines, with userpersonascontent.f showing a significant -14.1% drop. This visual data serves as a guide to understanding content dynamism within the publishing landscape."
}
```

    Here’s a sneak peek: when you pool all publishers together, a clear gradient appears with quote-led headlines leading the pack and statements trailing.

    ```json
{
  "alt": "Bar charts comparing question vs statement bonus by pipeline for English and French publishers.",
  "caption": "Explore the variations in question vs statement bonus across different pipelines for English and French publishers, revealing interesting insights.",
  "description": "This image showcases two bar charts comparing the question vs statement bonus by pipeline for English (EN) and French (FR) publishers, respectively. On the left, the English chart displays data for various pipelines such as mustntmiss.f and deeptrends.f, showing both positive and negative median changes in capture rates. The right chart shows similar data for French pipelines like c.f and mustntmiss.f, with varied capture rate changes. Green bars indicate positive changes, while red bars represent negative changes, providing a clear visual representation of performance metrics across different language-driven pipelines."
}
```

    The frequently cited +29% is actually a conservative estimate for editorial pieces: quote-led headlines achieve a +37% lift in English and +48% in French. Even questions don’t lag behind as much as expected since they outperform statements to some extent (+7% EN, +16% FR).

    ```json
{
  "alt": "Bar charts comparing raw quote bonuses by domain for YouTube and x.com in English and French.",
  "caption": "Explore how YouTube and x.com handle quote bonuses differently across English and French domains through these insightful bar charts.",
  "description": "This image includes two bar charts analyzing the raw quote bonus by domain for YouTube and x.com. The left chart shows mean hits per article with quotes outperforming statements on YouTube, especially in French, and x.com having a penalty in French. The right chart compares quote bonuses, showing YouTube favors quotes, while x.com penalizes them. Keywords: YouTube, x.com, quote bonus, domain comparison."
}
```

    Though claim 1 appears understated and claim 2 misguided at the aggregate level, these are the observations on which most headline advice leans. Let’s delve further to understand what the data is really revealing.

    Let’s shift to the hidden aspects, starting with publishers. The raw comparison isn’t effectively between quotes and statements. It’s more about one set of publishers versus another because the publishers employing quotes often differ from those who don’t.

    Some media, like celebrity-focused outlets, regional newspapers, and sites attuned to trending topics, gravitate towards quotes, and naturally earn more Discover hits compared to entities that prefer factual presentations.

    This is a prime example of Simpson’s paradox: a strong trend at the aggregate level that fades or reverses when segmented into groups.

    To focus on the format itself, publishers must each be their own baseline: comparing quotes with statements within the same publishing entities while controlling for audience and topic diversity.

    So, the question is, how does each format fare on its own? Let me walk you through the rest of this journey as we unpack these layers.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Understanding Google’s Stance on LLMS.txt and Search Rankings

    Understanding Google’s Stance on LLMS.txt and Search Rankings

    I recently discovered that Google has updated its guidelines on optimizing for AI Search, and they’ve made it clear that LLMS.txt files on your site won’t impact your search rankings. It’s a relief to know that Google Search doesn’t actually utilize these files.

    The portion of Google’s update that caught my attention explains that there’s no need to create new machine-readable files, such as AI text or Markdown files, to appear in Google Search, even with generative AI. Google will still discover, crawl, and index a variety of files, but these won’t receive special treatment.

    Google also mentioned that maintaining LLMS.txt files for other services is perfectly fine and won’t influence your visibility in Google Search. In short, these files neither harm nor enhance your standing in search rankings.

    For those interested, here is a valuable section screenshot along with more resources on the topic:

    ```json
{
  "alt": "Text about mythbusting generative AI search and Google Search practices.",
  "caption": "Explore common misconceptions around generative AI search. Discover what’s unnecessary for optimizing your website in Google’s eyes!",
  "description": "This image discusses the evolving landscape of generative AI search and debunks common myths related to Google Search optimization. It highlights unnecessary practices such as creating special AI-readable files or chunking content into small pieces. The emphasis is on the irrelevance of LLMS.txt files in Google's ranking process. Key insights help to debunk misconceptions about search engine visibility and optimization tactics."
}
```

    Meet llms.txt, a Proposed Standard for AI Website Content Crawling

    Expressing why I care about this, there’s ongoing confusion around how Google handles such files. Remember, having them on your site won’t help but also won’t hurt your SEO efforts.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Transforming Content Strategy: AI Search & Engagement Unveiled

    Transforming Content Strategy: AI Search & Engagement Unveiled

    I often find myself pondering how AI is changing the landscape of content strategy, especially in the realm of SEO and citations. It’s fascinating to see this shift from merely retrieving information to creating engaging and citation-worthy content.

    As I delve deeper into the evolving AI search mechanisms, it’s clear that content needs to provide a stellar user experience to earn citations from LLMs like Claude and ChatGPT. The focus should be on understanding where our readers and potential customers are in their journey.

    My strategy now includes considering how third-party platforms perceive our brand. It’s all about consistent messaging, ensuring that AI systems like Google’s understand our brand identity, target audience, and the right moments to highlight our offerings.

    Transitioning from traditional SEO to what I call “experience-based GEO” offers exciting opportunities. Instead of prioritizing SEO, I focus on creating content that speaks directly to our desired audience, ensuring our brand emerges in relevant queries.

    I’ve learned that while some SEO fundamentals remain, LLMs emphasize customized user experiences. This means our content marketing should aim to resonate with individual preferences, not just optimize for search engines.

    Consider this: although the client’s CEO and I share similar demographics, our wine preferences differ, indicating how personalized AI interactions have become. When I’m seeking wine suggestions from an LLM, the results are tuned precisely to my tastes, showing how AI can truly understand consumer desires.

    Google is shifting too, leaning towards AI-driven personalized results. This means that I need to adapt my content, both on my site and on external platforms, to align with these new AI paradigms.

    Creating a content strategy extending beyond just our website is crucial. RAG (retrieval-augmented generation) depends on authoritative sources, which means featuring our brand in trusted platforms is key.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    For instance, ensuring our wine retailer clients get mentioned in niche articles with relevant talking points can help them stand out in this AI-driven content realm. I emphasize using media buys or PR for placements that matter to our buyer personas.

    As an individual brand, focusing on listicles and strategic mentions where our unique selling points are highlighted is vital. This ensures our brand is noticed for the solutions we provide.

    AI systems crave expertise. By continually positioning ourselves as thought leaders and reliable retailers, we enhance our reputation, allowing LLMs to recognize and trust our brand over time.

    It’s clear that traditional SEO techniques aren’t obsolete; they’re evolving. Schema, server-side rendering, and appropriate content structure remain essential, helping AI systems fully grasp who we are and what we offer.

    In essence, my focus is on making our site an easy-to-navigate space for both human visitors and AI systems. By surveying customers and understanding their needs, I can tailor content to align with what they truly seek.

    Creating a seamless customer experience ensures that our offerings are clear to both users and search engines, potentially improving our conversions.

    I’m committed to keeping up with the evolving landscape of LLMs and SEO. By maintaining consistency and adapting our strategies, we can ensure our brand remains relevant and ready for whatever technological advancements come our way.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Master AI Visibility: Boost Travel Brand Recommendations

    Master AI Visibility: Boost Travel Brand Recommendations

    AI Overviews and Google AI Mode are increasingly shaping the discussions within the SEO community. In this evolving landscape, search is transitioning from a mere information retrieval tool to a powerful recommendation engine.

    As a travel brand, this shifts the dynamics of online discovery. It’s no longer just about making your website understandable to search engines; it’s about ensuring AI systems recognize when to recommend your business.

    How AI is Revolutionizing Travel Planning

    Interacting with large language models (LLMs) has become a routine for many of us. We use them to structure conversations by project, creating folders for our upcoming trips and building on previous chats to refine our preferences and travel profiles.

    This is a major shift from the conventional searching methods. Traditionally, we would start our travel plans with Google searches for terms like:

    • “Hotels in Porto”
    • “Things to do in Rome”
    • “Best restaurants in Barcelona”

    Today, the process is much more conversational. Instead of a series of disjointed searches, I might open a new folder labeled “Summer 2026” in ChatGPT and begin with a broad question, gradually sculpting it into a complete itinerary.

    • “Where should I stay in Porto for a quiet weekend within walking distance of the historic center?”
    • “Which area of Rome is best for families with young children?”

    These discussions naturally expand to include restaurant recommendations, tourist attractions, accommodation options, transportation tips, and more detailed daily plans.

    When I ask my AI assistant these questions, I’m not looking for a list of websites. What I truly want is an insightful recommendation.

    Impact of AI Overviews on Travel Search

    AI Overviews gather data from multiple points to deliver highly curated recommendations instead of just a list of links. For this reason, trust, consistency, and context have become vital factors for online visibility.

    A traveler might decide to book my hotel based on an AI-generated suggestion without even visiting the website. Instead, their next steps could include a branded search or a visit to a review platform where they might finalize their booking through an OTA.

    To win over AI model recommendations, I need to precisely define my brand. It’s crucial for AI to be certain of who I am, what I offer, whom I serve, and the contexts in which my brand is relevant.

    Selecting a primary category and maintaining a clear brand position are imperative. Investing in digital PR and securing mentions beyond my own website can help too. Being featured in travel articles on relevant topics can significantly boost visibility.

    Moreover, ensuring that my business information is consistent, accurate, and easy to find across my website, Google Business Profile, TripAdvisor, OTA listings, and social media is essential.

    Understanding the Role of Zero Click Visibility

    The methods for evaluating search performance are evolving. While traditional SEO metrics will remain relevant, it’s important for travel marketers like myself to broaden how visibility is measured.

    One critical error is viewing fewer clicks as a decrease in visibility.

    A traveler might learn about my property through an AI response and then decide to search for it later or visit a review profile on a platform like TripAdvisor.

    That’s why seeing growth in branded searches is a promising sign of AI visibility. Monitoring AI mentions, citations, and assisted conversions is also worthwhile.

    Assisted conversions highlight the channels and touchpoints that lead to bookings, even if they aren’t the final source of conversion. I can track these in Google Analytics 4 by navigating to Advertising > Attribution > Conversion Paths and Attribution Reports.

    Leveraging TripAdvisor and OTA Listings

    Platforms like TripAdvisor have grown beyond being review sites, and OTAs offer more than just booking services.

    When someone requests AI recommendations, the system doesn’t rely on a single data point but synthesizes information from multiple avenues.

    My website forms a part of this ecosystem.

    AI builds confidence in its guidance by cross-referencing data across different platforms. What others say about my brand through reviews, travel guides, media references, OTA listings, or local mentions is increasingly significant. It’s large-scale reputation management.

    This additional context helps AI identify when my property is relevant to specific traveler needs, like:

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```
    • Family-friendly environments.
    • Ideal for business travelers.
    • Located in walk-friendly areas.
    • Renowned for exquisite dining.
    • Suitable for luxury or budget travel.

    Distinguishing My Travel Brand

    For example, if I manage a family-friendly hotel, it’s important to highlight features like family suites, kids’ activities, and family-oriented reviews. Alternatively, a romantic destination should emphasize aspects like cozy atmospheres, spa facilities, and exclusive packages.

    Similarly, a hotel catering to business travelers should spotlight meeting rooms, workspaces, high-speed internet, and its proximity to business hubs. On the other hand, a restaurant known for its culinary excellence should consistently be mentioned in reviews, receive media attention, and third-party accolades focusing on its food quality, head chef, or dining experience.

    While some businesses naturally fit various categories, having a clear primary positioning helps generative search engines easily identify when my brand is appropriate for a recommendation.

    This principle holds for travel destinations too. AI-driven engines depend on signals from reviews, travel guides, local listings, and related content when suggesting where tourists should stay, visit, or explore.

    Strengthening Entity Signals Across Platforms

    As AI systems place more focus on entities instead of individual web pages, I must create a robust and consistent digital presence.

    1. Clarifying Attributes with Structured Data

    Structured data aids search engines and AI in interpreting key business details. For travel entities like mine, this includes lodging types, amenities, locations, and more.

    Emphasize the attributes that truly set my property apart. This can span from family-friendly amenities to wellness-centered experiences, renowned dining options, pet-friendliness, or proximity to major landmarks.

    The clearer and more structured my information is, the better the chances AI-powered experiences will spotlight my business in relevant recommendations.

    2. Resolving Entity Ambiguities

    It’s crucial to review third-party portrayals of my brand. Inconsistencies can diminish the trust AI systems have in my brand information, as AI pulls data from various sources.

    Think of a hotel with differing phone numbers, outdated details, varying categories, or conflicting amenity information across platforms—these inconsistencies confuse AI systems.

    Ensuring my business data is consistent across my website, Google Business Profile, TripAdvisor listings, and OTA profiles will reduce ambiguity and strengthen AI’s confidence.

    3. Prioritizing Operational Information

    Start by evaluating existing customer reviews.

    • What did they enjoy most during their visit?
    • What made their stay memorable?
    • What areas need improvement?

    Such feedback provides insight into what genuinely differentiates my brand. Details about amenities, accessibility features, business hours, parking, and pet policies help AI address specific travel-related queries with confidence.

    Google Business Profile is another vital source for operational data. The categories, attributes, amenities, and working hours mentioned on the profile enhance AI’s ability to answer travel queries accurately and helpfully.

    To provide further context, I can also use Google Business Profile to publish posts that link back to my site’s content. Consistently posting on Google Business Profile can boost engagement, increase profile visits, and encourage customer interaction, ensuring my listing remains updated with fresh content about my offerings.

    Cultivating AI-Trusted Signals

    Generative search levels the playing field more than traditional search. AI favors recommending businesses, not just their websites. Visibility isn’t solely determined by what transpires on my site; it encompasses the comprehensive digital footprint that my brand projects.

    For travel brands, this means I must think broader than just rankings and clicks. Reviews, OTA listings, travel guides, media mentions, and business profiles all contribute to how AI recognizes and recommends my brand.

    It’s time to get creative, try new approaches, and collaborate with complementary businesses. Most crucially, it’s time to build the trust signals that AI systems rely on.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlocking AI’s Potential: How Unique Prompt Patterns Boost SEO

    Unlocking AI’s Potential: How Unique Prompt Patterns Boost SEO

    I’ve always been fascinated by the evolving nature of SEO, especially in an era dominated by artificial intelligence. For over twenty years, SEO heavily relied on keywords. But with the rise of generative AI and conversational tools like ChatGPT, we’re now seeing a shift toward prompts as the backbone of search visibility.

    Understanding the prompts my audience uses with large language models is crucial. Otherwise, my content might never see the light of day in search results. Let’s explore how prompts vary by industry and their impact on search visibility.

    How Prompts Differ by Vertical

    It’s clear to me that the context holds paramount importance in the responses generated by large language models (LLMs). Different industries have specific patterns that dictate how users construct their prompts. I need to tailor my content to these unique frameworks to ensure maximum relevance.

    Healthcare: Symptom-driven and Cautious Language

    • In the healthcare sector, I’ve observed users leveraging AI as an initial triage tool. Instead of a vague term like “chronic fatigue,” detailed prompts narrate specific symptoms.
    • The prompt pattern: These healthcare prompts are rich in personal context, symptom mapping, and cautious constraints. Questions often revolve around symptom lists and safety considerations linked to age or medication.
    • Anatomy of a healthcare prompt: Consider a prompt like: “I’m a 45-year-old female experiencing sudden joint pain and a rash after starting [Medication X]. What side effects should I monitor, and when is it critical to seek medical help?”
    • The content shift: To stand out here, my content cannot simply define medical terms. It must align with a patient’s decision-making process.
    • The action: I focus on structured FAQs, clear risk factors, and headers addressing specific symptoms combinations to engage effectively.

    B2B: Comparison-heavy and ROI-driven

    • In B2B contexts, I see users turning to AI for detailed comparisons and ROI evaluations, bypassing traditional marketing materials.
    • The prompt pattern: B2B prompts are analytical, featuring deep dives into financial justifications. Requests often include data for presentation-ready tables or matrices.
    • Anatomy of a B2B prompt: Typical requests might be like: “Compare CRM ‘Brand A’ and ‘Brand B’ for a 500-user company, with implementation timelines and ROI over three years formatted in a table.”
    • The content shift: Without transparent, data-rich content, my B2B efforts remain invisible to LLMs.
    • The action: I need to publish open comparison pages with hard data, ensuring technical details are structured in an easily extractable format for AI systems.

    Ecommerce: Intentional Clusters of ‘Best,’ ‘Cheap,’ and ‘Reviews’

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    The ecommerce landscape, as I see it, is an interactive shopping experience with AI-driven, personalized recommendations.

    • The prompt pattern: Queries often combine quality markers like “best reviewed” with budget constraints like “under $150” within specific contexts.
    • Anatomy of an ecommerce prompt: An example might be: “What are the best-reviewed running shoes for overpronators under $150, excluding brands with poor durability?”
    • The content shift: Beyond simple keyword targeting, I must infuse my content with the semantic depth necessary for LLM validation.
    • The action: I optimize my merchant feeds with conversational attributes, ensure crawlable user reviews, and connect product specs to consumer value.

    Why Prompt Structure Impacts Your Search Visibility

    Understanding why prompt structures matter is key for me. They shape whether my site appears in LLM responses, based on how a user constructs their inquiry.

    The Power of ‘Reasoning Lift’ and Direct Citations

    By optimizing for direct citations and structured data, I could boost the visibility of my content by up to 40%, according to research from Princeton and the Allen Institute for AI.

    It’s intriguing how more than 80% of links in AI-driven searches come from domains not ranking in traditional top searches. This emphasizes the importance of content quality and structure over legacy backlinks.

    Operationalizing Prompt Research

    Shifting my focus from keywords to prompts is crucial. I need to revamp my content strategy to align with conversational search trends, ensuring my brand stays visible.

    • Stop tracking isolated keywords: Instead, I’ll search for conversational data within search logs and consumer interactions.
    • Audit for LLM readability: My content must be easily parseable by AI, underpinned by modern standards and structured data.
    • Write for the follow-up: Rather than focusing solely on initial queries, I’ll anticipate and address follow-up questions within the same content.

    To stay ahead, aligning my content with AI interaction patterns is non-negotiable.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Harness Claude Code: Build a Second Brain for Agencies

    Harness Claude Code: Build a Second Brain for Agencies

    How to build a Claude Code-powered second brain for agency work
    Understanding how memory, search, MCP integrations, and AI skills come together to streamline agency workflows and eliminate context-switching.

    If you work in an agency or manage clients, you probably know how quickly your morning can disappear into Gmail, Slack, and CRMs just to recall what mattered yesterday.

    In the past, I would juggle decisions like pricing for my team, roadmap calls for our app, Slack threads, and urgent sales follow-ups, all before my first coffee.

    Those hectic days are now behind me. About six months ago, I rebuilt my workflow using Claude Code as my second brain, and my Monday morning catch-up now takes just a minute.

    Let me share what I built, why it’s been transformative, and how you can do the same.

    Why Most Second-Brain Setups Break Down

    The concept of a “second brain” isn’t new. Tiago Forte’s “Building a Second Brain,” PARA method, Notion, and Obsidian all capitalize on the same idea: externalizing memory.

    Catching information is effective. The recall? Mostly. The real value lies in transforming recalled data into actionable tasks.

    Most implementations fail in three ways:

    • Passive storage. Information enters but doesn’t exit without a manual search and personal memory, especially meeting notes.
    • Context-switching tax. Finding the right note involves copy-pasting and additional prompting before it becomes useful.
    • No action layer. Without drafting or executing tasks, it becomes a burden of excess notes, leading to cognitive overload.

    The issue isn’t documenting tasks but having those scattered in myriad apps without a unifying layer to read across them.

    What truly saves time is a layer that can amalgamate all of this and turn it into action.

    Dig deeper: How to turn Claude Code into your SEO command center

    How Claude Code Changes the Equation

    General AI assistants can answer queries but aren’t seamless with file systems or past interactions. Claude Code changes this with:

    • Native file system access: It reads and writes within project folders, accessing local files directly.
    • Persistent, structured memory: Remembers session data stored in curated Markdown files.
    • MCP integrations: Directly connects with Gmail, Slack, Google Drive, HubSpot, Scoro, without altering workflows.
    • An action layer: Drafts documents, analyzes data, and handles repeatable tasks in my workflow.

    The most advantageous aspect is moving from mere storage to actionable insights, saving immense time.

    The Four Layers of an AI Second Brain

    I structured my second brain using four fundamental layers.

    1. Memory

    Stored in a small collection of Markdown files. They cover my work details, client preferences, decision-making data, and my desired AI persona.

    These automatically load, eliminating the need to reintroduce context every session.

    Memory self-expands, converting daily logs into long-term memory selectively for accurate client models.

    2. Search

    Minimizing memory size keeps daily logs indexed in a local database for quick retrieval of past conversations with full context.

    3. Skills

    Focused capabilities like drafting a brief or proposal, replying in my voice, or summarizing meetings. Small, purposeful, and memory-inherited.

    Not an all-encompassing agent, but an adaptable assistant, growing daily with specific skills.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    4. A Heartbeat

    An hourly process checks emails, calendar, Slack, and pipeline activities, alerting me if intervention is needed with a summarized Slack ping and draft.

    Dig deeper: How a ‘client brain’ gives AI the context SEO work needs

    Where It Pays Back Hours Every Week

    Here’s how it saves time:

    Faster Context-Gathering for Client Work

    When clients request updates, my second brain already compiles all relevant transcripts, threads, and notes, reducing my prep time dramatically.

    Faster Data Analysis

    From analytics to rank-tracking data, the second brain swiftly compiles the necessary context for review.

    Discovery to Scope

    New engagements once required lengthy exchanges. Now, the second brain formulates a scope based on past discoveries, reducing my workload.

    Overall, this system enhances efficiency and service by ensuring critical information isn’t overlooked.

    Get the newsletter search marketers rely on.


    The Guardrails That Make This Work

    Such powerful tools need proper guidelines to prevent unintended actions by the agent.

    Read-only by Default

    Integrations begin read-only, seeing and drafting in tools like Slack and Gmail, without sending or committing.

    Write access is carefully granted after evaluating its performance, reducing the risk of undesirable actions.

    Memory Hygiene Matters

    Resist storing everything. Long-term memory should affect agent actions—like pricing or preferred workflows.

    Trust the Draft, Verify the Action

    Always review drafts before sending them out. It’s not about removing yourself from the process but leveraging a head start with your expertise.

    Dig deeper: How to train Claude to sound like your brand

    How to Build Your Own Second Brain

    You can customize your setup with preferred tools. Here’s the process I followed:

    • Identify key decision-making tools—email, calendar, messaging, CRM, task tool.
    • Incorporate a transcript layer for calls where essential context is discussed.
    • Create a memory foundation with a ‘this is me’ file and a distilled daily log. Communicate until it feels familiar with your business.
    • Add skills incrementally, starting with the most repetitive task.
    • Integrate the heartbeat once retrieval and skills are working, starting with notification capabilities, then slowly adding write permissions.

    This is a Second Brain, But Don’t Let It Replace Your Actual One

    The aim is not to replace your brain but to enhance efficiency in daily operations, creating more value for teams and clients.

    These tools were non-existent 18 months ago, but now, they pay off setup efforts quickly.

    Dig deeper: How to build custom SEO reports with Claude Code and Google Search Console


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Navigating SEO Careers in the AI Era

    Navigating SEO Careers in the AI Era

    I’m witnessing a fascinating shift in the search industry, something I hadn’t anticipated witnessing in my career.

    The supply of search expertise now outweighs the demand.

    We can point fingers at artificial intelligence, the economy, or the increasing commonality of checkbox SEO.

    Whatever the cause, the outcome remains unchanged.

    SEO job cuts are rising. Openings are dwindling. I’ve never seen the market as competitive in my 15+ years.

    The hard truth is many SEO skills that were once invaluable are becoming easier to automate or outsource.

    Grab a seat.

    I’d love to explore why this is occurring, which skills are now expected, and what SEO talent employers should really be seeking as we move towards 2026.

    View embedded content

    The notion that AI is directly targeting SEO jobs is widespread, but I disagree.

    Instead, AI is reshaping which SEO skills are most valued.

    Traditionally, SEO involved collecting data and crafting strategies — technical audits, content briefs, keywords, and more.

    These tasks still have importance today.

    However, they’re becoming much simpler to execute.

    With AI, crafting an audit or optimization suggestion can now take just moments.

    This doesn’t devalue the output, but it changes the landscape of value.

    For years, companies viewed recommendations as final products. The report was the result.

    ```json
{
  "alt": "Comparison of old and new models for achieving promotion with emphasis on SEO knowledge.",
  "caption": "From SEO Knowledge to Success: Discover how the new model combines multiple skills for effective promotion.",
  "description": "This image compares two models for achieving promotion. The old model relies solely on SEO knowledge, while the new model incorporates SEO knowledge, business acumen, communication & influence, and execution & testing, illustrating a more comprehensive approach to success. Symbols are used for each component, with promotion depicted as a trophy. Keywords: SEO, promotion, business acumen, communication, execution, testing."
}
```

    But recommendations aren’t goals on their own.

    They add value only if they lead to prioritized actions and deliver business results.

    AI solves the idea generation problem quite proficiently.

    However, it falls short in implementation.

    That’s why I foresee the first SEO roles AI might impact are those focused on crafting suggestions rather than driving outcomes.

    As producing recommendations becomes nearly costless, employers favor those who discern valuable suggestions and execute them.

    In essence, AI is streamlining SEO execution tasks.

    Yet, it isn’t undermining judgment.

    As AI enhances in recommendations, SEO talent shifts towards skills like prioritization, testing, and influence.

    These skills have always been crucial.

    Now, they’re rapidly becoming key differentiators.

    Most companies don’t lack ideas. They struggle with alignment and decision-making.

    Ultimately, judgment is essential.

    Recently, I disagreed with Gemini on a well-known topic. While the answer was polished, it was incorrect.

    As AI grows, recognizing when it’s confidently incorrect is a skill itself.

    The future SEO isn’t about generating numerous recommendations, but identifying which are truly impactful.

    ```json
{
  "alt": "SEO For Lunch Newsletter by Nick Leroy, featuring actionable SEO insights.",
  "caption": "Join Nick Leroy's SEO For Lunch: Your go-to source for actionable SEO insights served directly to your inbox.",
  "description": "This image promotes Nick Leroy's 'SEO For Lunch' newsletter, emphasizing actionable SEO insights. It features a smiling person against a dark blue background with the newsletter's branding, '#SEOFORLUNCH,' and website details. The design includes graphic elements like a fork and knife, alongside the tagline 'Not Your Average Table Talk.'"
}
```

    In the past, SEO career growth was straightforward: gain knowledge, get promoted.

    Yet now, as AI diminishes pure knowledge value, the layered skills atop expertise matter significantly more.

    Today’s most valuable SEOs understand search, AI, and business operations. They align people and resources towards common goals.

    Higher organizational roles rely less on identifying problems and more on solving them.

    While AI scales execution, people scale vision.

    If I were hiring an SEO in 2026, I would focus less on technical details and more on how candidates handle complex situations.

    I’d ask for a disagreement experience.

    For example, I suspected H1 tags didn’t significantly impact rankings. Initially, people laughed, and opinions varied until further confirmed by experts.

    I care more about their resolve than their correctness.

    I’d ask about a failed test.

    Experienced SEOs know projects often stall. The key is their follow-through post-failure.

    I’d inquire about AI mishaps.

    I aim to find candidates who turn knowledge into tangible outcomes.

    The hard part has always been delivering results, not knowing what to do.

    AI won’t substitute SEOs, but those unwilling to adapt may face challenges.

    This article initially appeared on my personal site, shared here with permission.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Discovering the AI Gap: Why Recognition Doesn’t Mean Recommendation

    Discovering the AI Gap: Why Recognition Doesn’t Mean Recommendation

    For the past two years, I’ve been deeply engaged in optimizing my content for AI visibility. This journey has focused on expressing clearly what my brand represents, crafting more compelling About pages, implementing precise schema, and offering straightforward answers to user queries.

    These strategies are crucial during an LLM’s brand processing phase—where clarity and relevance are key. Yet, my study with João da Silva on Friction AI’s platform exposed a critical factor that wasn’t previously quantified.

    Even when brands were well-recognized within their categories, this didn’t always translate into being recommended in related queries. This intriguing gap between recognition and recommendation has been termed the ‘framing gap.’

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    We tested 12 activewear brands like Gymshark, Reebok, and Nike across AI platforms, running over 14,000 API tests. We wanted to see if Knowledge Graph (KG) strength correlated with being recommended outside their direct category.

    Interestingly, high-KG brands didn’t always dominate recommendations. Some mid-KG brands displayed a more noticeable gap between recognition and recommendation.

    ```json
{
  "alt": "Co-mention table of various brands including Lululemon, Nike, and Alo Yoga with frequency counts.",
  "caption": "Discover how popular fitness brands like Lululemon, Nike, and Alo Yoga are mentioned together, showcasing the competitive landscape in activewear.",
  "description": "This image presents a table showing co-mention frequencies between various fitness brands. Brands such as Lululemon, Nike, and Alo Yoga appear frequently, indicating their prominence in the activewear market discussions. Each row compares two brands, listing the number of co-mentions, with Lululemon and Alo Yoga leading. Such data is crucial for understanding brand visibility and market competition. Keywords: brand co-mentions, activewear, Lululemon, Nike, Alo Yoga."
}
```

    We also examined co-mention data, revealing fascinating insights into brand associations. For example, lululemon frequently co-appeared with Alo Yoga and Nike in athleisure-themed content, forming a recognized cluster.

    Nike, despite sharing the ‘Footwear company’ description with New Balance and Reebok, featured prominently in recommendation prompts—thanks to its consistent association with category leaders.

    ```json
{
  "alt": "Bar charts comparing recognition and recommendation prompts for AI models ChatGPT, Gemini, Claude, Perplexity, and AI Overview.",
  "caption": "Comparative analysis of AI models shows varying performance in recognition and recommendation prompts, highlighting strengths in different areas.",
  "description": "This image presents bar charts comparing AI models like ChatGPT, Gemini, Claude, Perplexity, and AI Overview based on two criteria: recognition prompts with 39,215 citations and recommendation prompts with 4,595 citations. The comparison highlights percentage scores from different sources, represented with color-coded bars. This visualization provides insights into the capabilities and effectiveness of each model, serving as a useful tool for evaluating AI performance in specific areas."
}
```

    This emphasizes the power of context and co-mentions in shaping brand visibility. It’s clear that external third-party content carries more weight in recommendations than single-brand narratives.

    To enhance my SEO strategies, I focus on appearing in the ‘right company.’ Understanding where my brand is mentioned alongside competitors is crucial. This approach is more than just appearing in lists—it’s about strategic positioning.

    This study is just the beginning. While it highlights trends in the UK athleisure sector, expanding our focus to other categories and regions will likely yield even more insights. The real question lies in whether my brand is part of the right conversation in my industry.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Why AI Can’t Replace the Value of Real Experience in SEO

    Why AI Can’t Replace the Value of Real Experience in SEO

    I’ve noticed SEO content becoming increasingly monotonous.

    Whenever I search the web, it’s as though every page echoes the same advice, just repackaged slightly differently. With AI tools that can churn out articles in seconds, this issue is only escalating.

    There’s certainly no shortage of content, but much of it lacks memorability and uniqueness. This uniformity is posing a challenge within the realm of SEO.

    Real Experience: The Key Differentiator in SEO

    As AI-generated content increasingly saturates search results, businesses urgently need a distinguishing feature. Right now, real experience is what distinguishes exceptional content from the mediocre.

    While AI can certainly write, it cannot replicate experiences lived by humans.

    AI cannot recount the mishaps when a strategy faltered, nor can it impart the wisdom gleaned from collaborating with real clients. It simply cannot relay the intricate details that emerge only after years in practice.

    This human element holds more sway and significance than many businesses realize.

    Why So Much SEO Content Feels Repetitive

    For years, the focus in SEO has been primarily on creating content saturated with keywords. The more articles published, the greater the visibility—or so we were told.

    Consequently, many websites have produced content that reads like a photocopy of one another.

    Now, with AI, generating such content has never been easier.

    Crafting a blog post titled ’10 SEO Tips’ or ‘How to Rank Higher on Google’ takes mere moments. The internet is saturated with thousands of such posts, most of which add nothing novel.

    People are weary of content that feels derivative, even if it technically isn’t a direct copy.

    The content that makes an impression now exudes humanity.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    It features:

    • Real-world examples.
    • Sincere opinions.
    • Lessons learned from past experiences.
    • Client success stories.
    • Results from testing.
    • Personal insights.

    In essence, it sounds like someone who has truly been in the trenches wrote it. This distinction is more crucial now than ever, as the landscape of digital search evolves.


    Adapting to Evolving Search Dynamics

    Google has long emphasized trust and authentic experience in content. Meanwhile, AI search tools are providing quick snippets without users needing to trawl through countless websites.

    This shift means that basic information is losing its impact. Since AI can efficiently distill general advice, businesses must offer more compelling value, where authentic experience becomes invaluable for SEO.

    When a business owner shares what truly worked for them, it tends to create more trust than a polished article filled with generic suggestions. Real-life case studies that demonstrate actual outcomes weigh heavier than keyword-stuffed pages.

    Specificity and genuine detail imbue content with credibility. This level of nuanced detail is something AI struggles with, simply because it lacks the capability to operate beyond pre-existing information.

    For small businesses, this differentiation can be particularly advantageous. Where larger brands rely on their reputation, smaller ones gain consumers’ trust and loyalty primarily through personal connections. This human touch can significantly bolster SEO efforts.

    Leveraging AI Alongside Human Expertise

    I’m not suggesting abandoning AI entirely.

    When used wisely, AI serves well for research, planning, brainstorming, and accelerating content creation. Most marketers incorporate it in some form, and that trend is bound to continue.

    But businesses achieving the best results aren’t leaning solely on AI. They’re blending AI capabilities with genuine knowledge, personality, and firsthand experience. They’re infusing opinions, narratives, and insights that AI can’t readily generate. That’s the type of content that grabs attention.

    SEO is no longer about sheer volume; it’s about creating content that resonates, sticks in memory, and garners trust. As websites increasingly fill with AI-generated articles, the value of authentically human content is on the rise.

    Because while AI can write, it can’t genuinely replicate the human experience.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Mastering SEO Fixes: Predict Traffic Impact with Confidence

    Mastering SEO Fixes: Predict Traffic Impact with Confidence

    Hey there! If you’re anything like me, your backlog is overflowing, your developer is eager to know what to tackle first, and your boss is questioning why months of SEO work haven’t shown results. I’ve been stuck defending my roadmap with gut feelings, and it’s tough.

    Without estimating the traffic impact of a fix before it’s live, it’s just a guess—and we both know guesses don’t cut it in budget meetings.

    Let me share a framework I use to transform messy data into reliable estimates. It’s not perfect, but it’s solid enough to prioritize with confidence and explain my strategy in any meeting.

    Why every recommendation can’t be high priority

    I’ve seen teams spend sprints on minor schema issues, ignoring a bigger problem—like a title tag bug affecting thousands of pages. Both were marked as “high priority,” but the traffic impact of one was negligible compared to the other.

    Traffic guides true priority. While we can’t neglect brand visibility or UX, traffic offers a universal measure to compare efforts. Without quantified impact, you’re letting the loudest voice, or the most tempting technical puzzle, dictate your roadmap instead of focusing on what truly drives business value.

    Plus, SERP landscapes have changed drastically. According to SparkToro, 68% of U.S. Google searches this year ended without a click, up significantly since just two years ago.

    With AI Overviews intercepting traffic, the impact of a ranking improvement can vary wildly by SERP layout. Jumping to position three on a commercial keyword might be gold, but on an informational query dominated by AI? Not necessarily.

    Your forecasts should account for these dynamics to avoid overpromising.

    Step 1: Define the scope

    Before making any estimates, I always define the scope. Is the adjustment sitewide, a template fix, or a single-page optimization? Each scenario changes the math.

    Sitewide technical fixes

    These encompass site speed, mobile usability, HTTPS migrations, and Core Web Vitals. They influence every page, but not uniformly. Address areas with pages on the borderline of failing tests first.

    Template-level changes

    Fixes like rewriting title tags can have a major impact, but it’s vital to focus where traffic truly exists. Product templates might garner the majority of clicks, while blogs might trail behind.

    Individual page optimizations

    Actions like updating meta descriptions can provide quick wins, but their small scale might not significantly impact the business. Focus on these without losing sight of larger opportunities.

    Step 2: Calculate your current traffic exposure

    To gauge traffic exposure, I turn to Google Search Console to pull essential data.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    Organic clicks serve as a baseline. By filtering affected URLs and reviewing trends, I assess urgency and context.

    Impressions and near-win rankings pinpoint real potential. Pages ranked 8-15 are ripe for improvements—push them higher for a CTR boost.

    SERP features can greatly influence CTR. Using Search Console’s AI Mode data, I check for AI Overview dominance and adjust expectations.

    Step 3: Estimate potential lift

    Now, it’s time for educated estimation.

    Your own history

    When I’ve optimized similar pages before, I use those outcomes as future baselines. Keeping track of past projects builds a valuable benchmarking library.

    Competitor benchmarks and SERP analysis

    Review competitors and pinpoint their advantages, whether it’s content depth, UX, or backlinks. Aiming to close these gaps can justify a ranking gain.

    AI-influenced CTR assumptions

    Forecasting can falter without updated CTR assumptions. Seer’s research shows drastic CTR changes due to AI integration. Staying aware of these shifts is essential.

    Step 4: Build three scenarios, not one number

    One definitive forecast can be deceptive. I prefer building three—conservative, expected, and aggressive—to provide a range that reflects real possibilities.

    In the conservative model, expect partial implementations and competition improvements. With the expected model, rely on solid historical benchmarks. The aggressive model accounts for perfect execution and fast indexing.

    This comprehensive view guides stakeholders through potential outcomes, ensuring transparency and credibility.

    Step 5: Use the forecast to build your roadmap

    After forecasting, I compare traffic impact predictions to effort levels using frameworks like RICE. This demonstrates which initiatives offer the most value for the effort and helps align priorities with business goals.

    A well-organized roadmap doesn’t just appeal to me but speaks clearly to everyone involved, highlighting efficiency and business impact.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot