Uncategorized

Uncategorized

Direct Traffic & Popularity – Correlation, Not Causation via @sejournal, @TaylorDanRW

Direct Traffic & Popularity – Correlation, Not Causation via @sejournal, @TaylorDanRW The SEO industry has long been obsessed with the “secret sauce” behind Google’s ranking algorithms. For years, practitioners have debated which metrics are genuine ranking signals and which are merely indicators of a site’s overall health. A recent discussion sparked by an AI citation study has brought one of these age-old debates back to the forefront: the relationship between direct traffic, brand popularity, and search engine rankings. Specifically, the industry is once again grappling with the distinction between correlation and causation. When high-ranking websites consistently show high levels of direct traffic, it is easy to assume that Google uses that traffic as a direct ranking factor. However, as experts like Taylor Danvers have pointed out, the reality is far more nuanced. High direct traffic is often a symptom of a successful brand rather than the cause of its high search visibility. Understanding this distinction is critical for SEOs and digital marketers who want to build sustainable strategies rather than chasing phantom metrics. The AI Citation Study: A New Lens on an Old Problem The latest iteration of this debate was triggered by research into how AI search engines and Large Language Models (LLMs) choose their sources. As tools like Perplexity, ChatGPT, and Google’s Search Generative Experience (SGE) become more prominent, SEOs are desperate to understand how to earn citations within these AI-generated responses. The study in question noted a strong correlation between websites that receive significant direct traffic and those cited most frequently by AI models. At first glance, this might suggest that AI models—and by extension, traditional search engines—prioritize sites that people visit directly. The logic seems sound: if many people go directly to a website, that website must be an authority, and therefore it should be cited. However, this interpretation misses the underlying mechanism. AI models are trained on massive datasets that represent the “best of the web.” A site with high direct traffic is typically a site with a massive brand presence, extensive backlinks, and a long history of providing value. It is these foundational elements that lead to both high direct traffic and AI citations, rather than the traffic itself driving the citations. Defining Direct Traffic in the Modern SEO Era To understand why direct traffic is often misunderstood, we must first define what it actually is. In the simplest terms, direct traffic occurs when a user arrives at a website without clicking a link on another website or a search engine result page (SERP). This usually happens when a user types a URL directly into their browser, clicks a bookmark, or clicks a link in a non-web-based application like a PDF or a private messaging app. However, “Direct” traffic in Google Analytics is often a “catch-all” bucket. It includes “dark traffic” from sources where the referrer data is lost, such as: Links shared via Slack, WhatsApp, or Discord. Clicks from mobile apps (like Facebook or Twitter) that don’t pass referrer data properly. Visitors moving from an HTTPS site to an HTTP site. Users browsing in Incognito or Private mode. Because direct traffic is often a “noisy” metric, it is highly unlikely that Google would use it as a primary, weighted ranking factor. Doing so would make the algorithm vulnerable to manipulation through bot traffic and would reward sites for traffic that Google cannot fully verify. The Correlation vs. Causation Fallacy In data science and SEO, correlation means that two variables move together. Causation means that one variable directly influences the other. A classic example used to explain this is the relationship between ice cream sales and shark attacks. Both increase during the summer months. Does eating ice cream cause shark attacks? No. The hidden variable is the warm weather, which causes more people to buy ice cream and more people to swim in the ocean. In SEO, high rankings and high direct traffic are the ice cream and the shark attacks. The “warm weather” is brand authority and user satisfaction. When a brand provides an exceptional service or high-quality information, two things happen simultaneously: users bookmark the site (leading to direct traffic), and other websites link to it (leading to higher search rankings). The direct traffic doesn’t cause the ranking; the quality of the site causes both. Why Popularity Looks Like a Ranking Factor Google’s goal is to provide the most relevant and authoritative result for a user’s query. Popularity is a powerful proxy for authority. If millions of people search for “Amazon” or “The New York Times,” Google recognizes these as authoritative entities. This leads to what many call the “Brand Halo Effect.” When a brand is popular, it benefits from several signals that Google *does* explicitly track: 1. Higher Click-Through Rates (CTR) If a user sees a well-known brand in the search results alongside an unknown site, they are more likely to click the known brand. Google has confirmed through various disclosures (and the recent DOJ vs. Google trial documents) that user interaction signals, often referred to as Navboost, play a massive role in how results are re-ranked. Popularity drives clicks, and clicks drive rankings. 2. Branded Search Volume When users search for a specific brand name (e.g., “Nike running shoes” instead of just “running shoes”), it sends a clear signal to Google that the brand is a leader in its space. This increases the site’s overall “entity” strength in the Knowledge Graph, which can indirectly boost the rankings of its non-branded pages. 3. Natural Link Acquisition Popular websites are cited more often by bloggers, journalists, and researchers. A site with 50,000 direct visitors a day is much more likely to be linked to naturally than a site with 50 visitors. These backlinks are the primary currency of SEO causation. While the direct traffic itself isn’t the signal, the backlinks generated by that popularity certainly are. The Role of Navboost and User Intent The discussion around direct traffic often touches on “Navboost,” a system within Google’s infrastructure that uses click data

Uncategorized

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

The Evolution of SEO Reporting: Moving Beyond Static Dashboards For over a decade, SEO reporting has followed a predictable and often exhausting pattern. Search engine optimization professionals would spend the first few days of every month exporting CSV files from Google Search Console (GSC), cleaning data in Excel or Google Sheets, and then attempting to pipe that data into Looker Studio (formerly Data Studio) or PowerPoint. While these dashboards provided a visual representation of progress, they were often rigid, difficult to customize on the fly, and prone to breaking whenever a data connector glitched. We are now entering a new era of SEO automation. The rise of AI coding agents is fundamentally changing the reporting workflow. Instead of spending hours on manual data manipulation, SEOs are now using tools like Claude Code to build sophisticated, highly customized reporting environments in minutes. These tools allow you to move beyond the limitations of standard interfaces, providing the ability to surface deep insights and polished visuals through simple natural language commands. By integrating Claude Code with the Google Search Console API, you can transform your reporting from a static monthly chore into a dynamic “SEO command center.” Understanding Claude Code: More Than Just a Chatbot Before diving into the technical setup, it is essential to understand exactly what Claude Code is. Most users are familiar with the Claude.ai browser interface—a standard chatbot where you type prompts and receive text or code snippets in return. Claude Code is a different beast entirely. Claude Code is Anthropic’s terminal-based AI coding assistant. Rather than living in a web browser, it operates within your computer’s command-line interface (CLI). This allows the AI to interact directly with your local files, folders, scripts, and datasets. For an SEO, this means Claude can: Read and process massive GSC export files that would crash a standard spreadsheet. Write and execute Python or JavaScript scripts to analyze data trends. Generate local HTML-based dashboards and interactive charts. Interact with APIs directly to pull fresh data without manual exports. Analyze complex relationships between queries, landing pages, and device types across thousands of rows. Essentially, Claude Code creates a local reporting environment that functions like a lightweight software project tailored specifically to your website’s performance data. The Learning Curve and Professional Implementation It is important to be realistic: Claude Code involves a technical setup process that may feel intimidating if you do not have a background in web development or engineering. However, this is a “one-time” investment of time. While the initial configuration might take an hour or two, the long-term payoff is a reporting workflow that is significantly faster and more powerful than anything possible in a spreadsheet. For enterprise SEO teams, this setup can be accelerated by collaborating with your internal DevOps or engineering departments. If you are an independent consultant or work at a boutique agency, leaning on the expertise of a technical SEO or an outside developer for the initial API handshake is a smart move. Once the environment is configured, you do not need to be a coder to use it; you simply need to know how to ask Claude for the data you want. Step-by-Step: Setting Up Your Environment To get started, you will need a Claude.ai account. While some features are available on free tiers, most SEOs performing heavy data analysis prefer a Pro plan or Anthropic API access to ensure higher rate limits and faster processing. 1. Install Node.js Claude Code runs locally using Node.js. If you do not have it installed, head to the official Node.js website and download the “LTS” (Long-Term Support) version. This version is the most stable for reporting projects. If you are using a Mac or Linux, you can manage this via the terminal. Windows users can use PowerShell. To verify your installation, open your terminal and type: node -v npm -v If the terminal returns version numbers, you have successfully installed the runtime and the package manager needed to run Claude Code. 2. Install Claude Code With Node.js ready, you can now install the Claude Code interface globally on your machine. Enter the following command into your terminal: npm install -g @anthropic-ai/claude-code Once the installation is complete, you can launch the tool by simply typing: claude The first time you run this, the command-line interface (CLI) will guide you through an authentication process. You will be prompted to log into your Anthropic account via a browser window to link your terminal to your Claude subscription. Establishing the SEO Reporting Framework Once Claude Code is running, you can begin the workflow by simply explaining your goals. A great way to start is by giving Claude a high-level objective, such as: “I have a marketing meeting coming up, and I want to build a custom performance report using Google Search Console data.” At this stage, Claude acts as an onboarding consultant. It will ask you a series of clarifying questions to help structure the project correctly. You can expect Claude to ask: Where should the reporting project live on your computer? (Pro tip: Always use a dedicated directory like /projects/seo-reports/ rather than your Documents or Desktop folder to avoid cloud-syncing conflicts with platforms like iCloud or OneDrive). Which specific Google Search Console property do you want to analyze? What are your primary KPIs? (Clicks, impressions, average position, or CTR). How would you like the data visualized? For professional-grade visuals, many SEOs recommend using the **Observable Framework**. This is an open-source tool designed for building high-performance data apps and dashboards. Claude Code is particularly adept at writing code for Observable, allowing you to create reports that look like custom-built software rather than a generic template. Connecting the Google Search Console API This is the most technical phase of the process: moving from static CSV files to a live API connection. Connecting to the GSC API allows Claude to pull the most recent data automatically, ensuring your reports are always up to date. To do this, you will need to: 1. Create a Google

Uncategorized

How AI may increase the value of SEO expertise

The tech industry is currently navigating a period of profound anxiety. By now, you have likely heard the steady drumbeat of doom and gloom regarding the future of work in the age of artificial intelligence. High-profile leaders across the corporate landscape are sounding alarms that cannot be ignored. In April, Verizon CEO Dan Schulman issued a sobering warning, suggesting that AI could push U.S. unemployment rates to a staggering 20%-30% over the next two to five years. He isn’t the only one envisioning a radical contraction of the workforce. Anthropic CEO Dario Amodei has predicted that AI could potentially wipe out half of all entry-level white-collar jobs within five years. Even in the automotive sector, Ford CEO Jim Farley has stated that AI could replace “literally half” of white-collar workers in the United States. Since Search Engine Optimization (SEO) is fundamentally a white-collar discipline, many practitioners are asking the same existential question: Is our profession on the chopping block? The answer is more nuanced than the headlines suggest. While the world of digital marketing is undeniably shifting, SEO professionals have a unique advantage: they have spent decades adapting to radical platform changes. SEOs have always functioned as a “Swiss Army Knife” of the digital world—serving as part technical analyst, part content strategist, part UX researcher, and part business consultant. In this new era, AI will not make SEO expertise obsolete; rather, it will make “shallow” SEO obsolete. The professionals who thrive will be those who use AI to amplify their strategic thinking rather than replace it. The old version of SEO stopped working years ago If you have been in the search industry for more than a few years, you know that “SEO is dead” is a recurring trope. In fact, people have been trying to bury the industry since before some current entry-level workers were born. One of the first major instances of this occurred in 2005, when Jeremy Schoemaker published a viral article repeating a sentiment from Jason Calacanis that SEO had reached its end. A few years later, in 2009, digital marketing pioneer Danny Sullivan had to write a rebuttal to Robert Scoble, who declared that SEO was no longer important. The reality, of course, was that SEO didn’t die; it matured. The tactics that worked in 1997 were useless by 2005, and the tricks of 2009 were obsolete by 2015. We are simply entering another one of these evolutionary cycles, albeit a more rapid one. To understand how much the landscape has shifted, we only need to look at the evolution of the Search Engine Results Page (SERP). In 2007, a search for the term “flowers” was a straightforward affair. If you held the number one organic ranking, you effectively controlled the vast majority of the visible page. It was a high-traffic, high-revenue position that defined digital success. Fast forward to 2026, and a search for that same keyword reveals a completely different environment. Today, even if a brand maintains that coveted number one organic spot, that listing is often buried beneath a mountain of alternative features. Users now see a gauntlet of sponsored shopping ads, local map packs, AI-generated overviews, and interactive modules before they ever reach a traditional blue link. If your definition of SEO is limited to “writing title tags to get to the top of organic results,” then that version of the job has been dead for a long time. However, if you view SEO as the art of understanding human intent and meeting users wherever they search, your value is actually increasing. Why true SEO experts are uniquely positioned to thrive There is a specific phenomenon currently playing out across the AI landscape. On social media platforms, we are inundated with AI-generated videos and images. Many are impressive for a few seconds, but they lack staying power. The content that actually resonates—the content that goes viral for the right reasons—is almost always created by people who already understand the fundamentals of filmmaking. They understand pacing, lighting, composition, and emotional resonance. They use AI as a tool to execute a sophisticated vision, rather than letting the AI be the vision itself. The same logic applies to search. Recently, many people have begun typing simplistic prompts into Large Language Models (LLMs) and declaring themselves SEO experts. They believe that because they can generate a list of keywords or a meta description in seconds, they have mastered the craft. What they fail to realize is that SEO was never just about reverse-engineering an algorithm; it was about reverse-engineering the human brain. True SEO expertise involves a complex interplay of technical systems, user psychology, and business outcomes. While others are settling for the first output an AI gives them, experts will be engaging in deep iterative “conversations” with these models—challenging them, providing better context, and refining the output until it meets a professional standard. In this new world, the winners won’t be the ones with the fastest answers, but the ones with the most insightful questions. 1. Performing SEO basics with unprecedented efficiency One of the most immediate benefits of AI is the elimination of the “grunt work” that used to consume hours of an SEO’s week. However, there is a dangerous trend toward “content slop”—generic, AI-generated long-form writing that lacks personality and authentic storytelling. As users become more savvy, they will easily spot the tell-tale signs of unedited AI copy: the repetitive phrasing, the lack of original thought, and the “sound and fury” that ultimately says nothing. Where AI truly shines is in the realm of metadata and structured data. An expert knows that a title tag isn’t just about keywords; it’s about click-through rate (CTR), brand positioning, and fitting within specific pixel-width constraints (not just character counts). A seasoned professional can use AI to generate distinct assets for different platforms—Open Graph tags for Facebook, Twitter cards for X, and optimized snippets for Google—all while ensuring the core message remains consistent. The difference lies in the prompt. A novice asks for a “pretty

Uncategorized

AI search loves listicles: What 25,000 URLs reveal about citations by Evertune

The landscape of search engine optimization is undergoing its most significant transformation since the invention of the backlink. As search engines evolve into answer engines, the focus for digital marketers and content creators has shifted from simply ranking on page one of Google to becoming a cited source within an AI-generated response. This new frontier, often referred to as Generative Engine Optimization (GEO), requires a deep understanding of how Large Language Models (LLMs) select and credit the information they present to users. Recent research from Evertune Research has shed light on a fascinating trend in this space. By analyzing a massive dataset of 25,000 unique URLs across the most prominent AI models, researchers have discovered a clear preference: AI search loves listicles. Whether you are using ChatGPT, Google Gemini, or Perplexity, the data suggests that if you want your brand to be seen, your content needs to be structured in a way that machines can easily digest and synthesize. The Data Behind the AI Citation Engine To understand the mechanics of AI citations, Evertune Research utilized its AI marketing platform to track hundreds of brands across 250 distinct categories. The scope of the study included the six heavy hitters of the current AI era: ChatGPT, Microsoft Copilot, Google Gemini, Google AI Mode, Google AI Overview, and Perplexity. By reviewing the 6,000 most-cited URLs per model during March and April, a clear pattern emerged from the 36,000 total data points. The findings were staggering. Out of the approximately 25,000 unique URLs identified in the study, half were listicles. When looking at the sheer volume of citations—nearly 400 million across all platforms—the preference became even more pronounced: 63% of all citations pointed directly to listicle-style content. This suggests that while traditional long-form essays or deep-dive white papers have their place, they are frequently being bypassed by AI models in favor of structured, list-based formats. Why LLMs Prefer Listicles Over Other Formats Large language models excel at synthesis, but they operate within the constraints of Retrieval-Augmented Generation (RAG). When a user asks a question, the model searches the web for relevant content, retrieves snippets of information, and then uses its internal logic to weave those snippets into a coherent answer. Listicles are the perfect fuel for this process for several reasons. First, listicles are inherently focused. A post titled “The 10 Best Gaming Laptops for 2026” provides a high-signal environment for an LLM looking to answer a specific user query about hardware recommendations. There is very little “noise” for the model to filter through; the intent of the page matches the intent of the query perfectly. Second, the structured format of a listicle makes parsing effortless. AI models thrive on patterns. When a page uses clear headers, bullet points, and consistent formatting (such as Price, Key Specs, Pros, and Cons for each item), the model can accurately map these data points into its own response. For the model, a listicle is essentially a pre-processed dataset ready for reproduction. Finally, listicles do the heavy lifting of comparison. Modern search behavior is moving toward complex, multi-factor decision-making. Users don’t just want to know what a CRM is; they want to know which CRM is best for a small business with five employees under a certain budget. Listicles that compare products head-to-head provide the exact comparative data that LLMs need to populate their sophisticated shopping widgets and recommendation engines. The Breakdown: Ranked vs. Unranked Content Not all lists are created equal in the eyes of an AI. The Evertune study found that the vast majority of cited listicles—between 71% and 86%, depending on the specific model—were ranked lists. These are articles that explicitly state a hierarchy, such as “The Top 5 CRM Tools” or “Best Accounting Software Ranked.” Unranked lists, such as “7 Ways to Save on Groceries” or “10 Tips for Better Sleep,” were a distant second. Even further down the ladder were institutional rankings, such as the data-heavy college rankings from U.S. News & World Report, which accounted for a mere 1.4% to 4.7% of listicle citations. This indicates that while data is important, the AI prefers content that provides a clear, accessible opinion or a summarized consensus over raw, complex institutional data. Model-Specific Preferences: How the Giants Differ While the overall trend favors listicles, the specific behavior of each LLM varies. Understanding these nuances is critical for an effective GEO strategy. The study found that listicles accounted for 40% to 65% of the most-cited URLs across all models, but the distribution was not even. Google Gemini and the Search Ecosystem Gemini, including its variations like Google AI Mode and Google AI Overview, showed the highest affinity for listicles. These models are deeply integrated with Google’s existing search infrastructure. Because Google’s traditional search algorithms have favored high-quality listicles for years (think “Best of” guides from major publishers), Gemini naturally pulls from these established authorities. There is also a massive amount of overlap among Google’s models. More than 50% of the URLs cited in Google AI Mode also appeared in Google AI Overviews. If your content is cited in one part of the Google AI ecosystem, there is a very high probability it will be cited in others. This reinforces the idea that traditional SEO and GEO are not mutually exclusive; rather, they are two sides of the same coin when dealing with Google. Microsoft Copilot: The Concise Alternative On the other end of the spectrum is Microsoft Copilot. This model favored the most concise content. The study revealed that Copilot typically cites pages that are shorter—averaging around 964 words and 24 paragraphs. Copilot also has the least amount of citation overlap with other models, sharing only 4% to 6% of its URLs with competitors. This suggests that Copilot’s retrieval algorithm may be prioritizing different factors, such as real-time relevance or specific integration with the Bing index, rather than following the broader consensus of the LLM market. ChatGPT and Perplexity: The Middle Ground ChatGPT and Perplexity sit somewhere in the middle. Perplexity, which markets

Uncategorized

Google ALDRIFT: AI Answers That Do More Than Sound Plausible via @sejournal, @martinibuster

Google ALDRIFT: AI Answers That Do More Than Sound Plausible The evolution of artificial intelligence has reached a critical crossroads. For the past several years, the tech world has been captivated by the sheer generative power of Large Language Models (LLMs). These models, ranging from OpenAI’s GPT series to Google’s Gemini, have demonstrated an uncanny ability to mimic human prose, write code, and summarize complex documents. However, a persistent shadow has loomed over these advancements: the phenomenon of hallucinations. AI models are notoriously “confident” even when they are entirely wrong, producing answers that sound perfectly plausible while being factually incorrect. Google Research is now taking a significant step toward solving this fundamental flaw with a new framework known as ALDRIFT. Short for Adaptive Logit-based DRIFTing, ALDRIFT represents a shift in how Google approaches AI-generated responses. Instead of merely prioritizing the most statistically likely sequence of words, the framework aims to ensure that AI answers are grounded in reality. By moving beyond mere plausibility, Google is attempting to bridge the gap between human-like conversation and encyclopedic accuracy. The Problem of Plausibility in Modern AI To understand why ALDRIFT is necessary, we must first understand how modern LLMs function. At their core, these models are predictive engines. When you ask a question, the model looks at the string of text provided and predicts the most likely next word (or “token”). It repeats this process until a full response is formed. This prediction is based on patterns found in massive datasets of human language. The issue is that “statistically likely” does not always equate to “true.” Because the internet contains misinformation, fiction, and outdated facts, the AI can internalize these patterns. Furthermore, the model’s goal is often to maximize the coherence of the sentence, not the factual accuracy of the data. This leads to what researchers call the “plausibility gap.” A user receives a response that is grammatically perfect and stylistically convincing, which makes it incredibly difficult to identify errors without external fact-checking. For a company like Google, whose brand is built on being the world’s most reliable source of information, these hallucinations are a major liability. What is ALDRIFT? ALDRIFT is an innovative framework designed to intervene in the generation process of an AI model to steer it toward truthfulness. The acronym ALDRIFT (Adaptive Logit-based DRIFTing) refers to the technical mechanism at play. In machine learning, “logits” are the raw, unnormalized predictions that a model generates before they are turned into probabilities. By “drifting” these logits based on factual grounding, Google can nudge the model away from plausible-sounding falsehoods and toward verified facts. Unlike previous methods that might require retraining an entire model—a process that costs millions of dollars and takes months—ALDRIFT offers a more adaptive and efficient approach. It works as a layer of guidance that monitors the model’s internal decision-making process in real-time. If the model starts to veer into a territory where its internal confidence in the “most likely” next word is high, but the factual grounding for that word is low, ALDRIFT intervenes. How the ALDRIFT Framework Functions The mechanics of ALDRIFT involve a complex interplay between the model’s internal knowledge and external verification systems. When an AI generates a response, it evaluates thousands of potential tokens for every word it produces. ALDRIFT analyzes the distribution of these tokens. If the framework detects a “drift” where the model is prioritizing style over substance, it adjusts the weights of the tokens. This “Adaptive” component is crucial. It means the framework doesn’t just apply a static filter to every answer. Instead, it assesses the context of the query. For a creative writing prompt, the framework may allow for more freedom. However, for a medical, legal, or historical query, the ALDRIFT mechanism tightens its constraints, ensuring that every token generated aligns with a verifiable source of truth. The Importance of Fact-Checking in the Age of Generative AI Google’s push for ALDRIFT comes at a time when the search landscape is undergoing its most significant transformation in decades. With the introduction of AI Overviews (formerly SGE), Google is no longer just a list of links; it is becoming an answer engine. This shift places an immense responsibility on Google to ensure that the answers it provides are not just helpful but accurate. Hallucinations in a chatbot are an annoyance; hallucinations in a search engine are a danger. If a user asks for a dosage for a medication or instructions on how to fix a gas leak, the AI cannot afford to be “plausible but wrong.” ALDRIFT is the technological safeguard designed to prevent these high-stakes errors. By integrating this framework, Google aims to provide users with the benefits of generative AI—such as synthesis and natural language interaction—without sacrificing the reliability of traditional search indexing. Bridging the Gap: Internal Knowledge vs. External Grounding One of the primary challenges in AI research is balancing what the model “knows” (information encoded in its weights during training) and what is “true” in the real world. A model trained in 2023 might “know” that a specific person is the CEO of a company, but if that CEO stepped down in 2024, the model’s internal knowledge is now false. ALDRIFT addresses this by enhancing the connection between the generative process and Retrieval-Augmented Generation (RAG). RAG is a technique where an AI model looks up current information from the web before generating an answer. However, even with RAG, models sometimes ignore the retrieved information in favor of their own internal (and incorrect) training data. ALDRIFT acts as the enforcer, ensuring that the model’s output “drifts” toward the retrieved facts rather than sticking to its outdated internal predictions. Improving Trust and User Experience From a user perspective, the success of AI tools depends entirely on trust. If a user catches an AI in a lie once, they are significantly less likely to rely on it for important tasks in the future. By implementing ALDRIFT, Google is attempting to build a “trust architecture.” This framework allows for more nuanced AI

Uncategorized

Google Ads costs keep rising, but conversion rates improved in 2025

Digital marketing is currently navigating a period of significant transformation, marked by a paradox that many advertisers are finding difficult to reconcile. According to the latest data for 2025, the cost of advertising on Google has reached new heights, yet the efficiency of those ads—measured by how many clicks turn into customers—is also on the rise. This shift indicates a maturing landscape where the price of entry is higher, but the potential for high-quality results is better than it has been in years. The 2025 Google Ads benchmark report, released by WordStream by LocaliQ, provides a comprehensive look at these trends. Based on an analysis of over 16,000 campaigns across dozens of industries, the data shows that the era of “cheap traffic” is officially over. However, for those who can navigate the complexities of modern search engine marketing, the rewards remain substantial. The Rising Cost of Engagement: Breaking Down CPC Trends For years, advertisers have watched as the average Cost-Per-Click (CPC) has ticked upward, but 2025 has seen a particularly sharp climb. The average Google Ads CPC has risen to $5.42, a significant jump from the $4.66 average recorded just a year prior. This represents an inflationary trend in the digital ad space that affects nearly everyone; in fact, 87% of all industries analyzed saw their CPCs increase year-over-year. Several factors contribute to this rise. First, the advertising auction is more crowded than ever. As more traditional businesses shift their entire lead generation strategy to digital platforms, the bidding wars for top-tier keywords become more intense. Second, Google’s own evolution toward AI-driven results means that the “prime real estate” on a search results page is more concentrated. When there is less space and more demand, prices naturally soar. However, it is not just about competition. The way users search has changed. With the integration of generative AI in search results, users are often finding answers to simple queries without ever clicking on a link. This means that the clicks that do happen are often from users with higher intent or more complex needs—traffic that Google rightfully prices at a premium. The Silver Lining: Conversion Rates are Climbing If the rising costs were the only part of the story, the outlook for 2025 would be grim. Fortunately, the data reveals a secondary, more positive trend: advertisers are getting much better at converting traffic. The average conversion rate has climbed to 8.18%, suggesting that while traffic is more expensive, it is also more relevant. This improvement in conversion efficiency can be attributed to several factors: Advanced Audience Targeting Google’s machine learning algorithms are now better at identifying which users are likely to take action. Rather than simply showing an ad to someone who typed in a specific keyword, the system now considers thousands of signals—including past behavior, time of day, and device type—to serve ads to the “right” person at the right moment. Landing Page Optimization Modern advertisers are more sophisticated. There is a greater emphasis on the post-click experience. Businesses are moving away from sending all traffic to their homepage and are instead utilizing dedicated, high-speed landing pages designed specifically to answer the user’s query and facilitate a conversion. The “Quality over Quantity” Shift Because clicks are more expensive, advertisers are forced to be more selective. This “survival of the fittest” environment has pushed many brands to prune low-performing keywords and focus their budget on the segments that actually drive revenue, leading to an overall lift in average conversion rates across the platform. Industry Benchmarks: Winners and Losers in 2025 The 2025 data shows a massive variance depending on what you are selling and who you are targeting. Understanding where your industry falls on this spectrum is critical for setting realistic expectations and budgets. The High-Stakes Industries: Legal and Finance Attorneys and Legal Services continue to hold the title for the highest costs in the Google Ads ecosystem, with an average CPC of $8.58. In highly competitive sub-niches like personal injury or class-action law, these numbers can climb even higher. Finance and Insurance followed closely, with CPCs consistently sitting in the $7+ range. While these costs seem astronomical, they are driven by the high lifetime value (LTV) of a client in these sectors. A single legal case or a long-term insurance policy can be worth thousands or even tens of thousands of dollars, justifying a high acquisition cost. However, these industries also struggle with lower conversion rates (Finance and Insurance averaged just 2.55%), as the decision-making process for these services is long and complex. The Efficiency Leaders: Automotive and Home Services On the other end of the spectrum, high-intent local services are seeing incredible performance. Automotive Repair emerged as the highest-performing industry in terms of conversion, boasting a staggering 14.67% conversion rate. When someone’s car breaks down, they aren’t “window shopping”; they are looking for an immediate solution, which leads to high conversion efficiency. Similarly, home services and other local, high-intent categories saw conversion rates in the 12% to 14% range. These businesses benefit from the “Near Me” search trend, where local proximity and immediate need drive quick decisions. Cost-Effective Clicks: Travel and Entertainment For those looking for the lowest entry price, Arts & Entertainment and Travel & Hospitality remain the most affordable sectors, with CPCs often ranging between $2 and $3. While these industries require high volumes of traffic to be successful, the lower cost per click allows for more experimentation with creative assets and broader targeting. The Stabilization of Cost Per Lead (CPL) One of the most interesting takeaways from the 2025 report is that while CPC is rising sharply, the growth of the average Cost Per Lead (CPL) is actually slowing down. The average CPL in 2025 reached $70.11, up from $66.69 in 2024. This 5.13% increase is much more modest than the double-digit jumps seen in previous years. What does this mean for the average business owner? It suggests that the market is stabilizing. Even though you are paying more for each individual click, the fact

Uncategorized

The 5-layer framework for measuring GEO performance

The 5-layer framework for measuring GEO performance The state of AI search measurement in 2026 is strikingly reminiscent of the paid media landscape circa 2008. The industry is currently in a state of high-velocity growth paired with massive attribution gaps. While every digital marketer and SEO agency can point to impressions and visibility metrics, almost no one can confidently defend the resulting revenue when a CFO asks for proof of ROI. Currently, the market is flooded with agencies adding “AI Visibility” dashboards to their monthly retainers. These dashboards often look impressive, filled with metrics like citation share, presence rate, and AI Overview (AIO) appearance counts. However, much like the “Domain Authority” hype of previous years, these metrics often fail to connect to actual sales pipelines. They are vanity metrics that look great on a slide but crumble under rigorous financial scrutiny. To bridge the gap between hype and reality, we need a standardized approach to measuring Generative Engine Optimization (GEO). Below is a five-layer framework designed for triangulation. Because current technology does not allow for a perfect closed-loop attribution system in AI search, we must rely on multiple, overlapping signals to verify that GEO efforts are actually driving business growth. Layer 1: Direct Attribution and the AI Traffic Crisis The first layer of the framework focuses on the most visible signal: human clicks from AI interfaces to your website. This is the direct evidence that a user interacted with an AI-generated answer, saw your link, and decided to click through. While this is the most straightforward layer to track, it is also the most technically fragile. The primary challenge with direct attribution is that Google Analytics 4 (GA4) is structurally ill-equipped to handle modern AI referrers. Analysis of nearly 450,000 visits in early 2026 revealed that a staggering 70.6% of AI-driven traffic is categorized as “Direct” by default because referrer strings are often stripped or misrepresented. This creates a “dark funnel” where GEO efforts are succeeding, but the credit is being lost to the void of unassigned traffic. The Rise of Agentic Browsers As we move deeper into 2026, the problem is compounded by agentic browsers. Tools like ChatGPT Atlas and Perplexity Comet have fundamentally changed how traffic identifies itself. ChatGPT Atlas, for instance, has been observed reporting as “Chrome 141” in user-agent strings. At the HTTP level, this traffic is indistinguishable from a standard human session on a desktop browser. The AI driving the session remains silent, making attribution nearly impossible through traditional means. Actionable Steps for Layer 1 To maximize the utility of Layer 1, you must manually rebuild your GA4 channel groupings. You need to create specific rules to capture referrers from known AI domains, including: chatgpt.com and chat.openai.com perplexity.ai gemini.google.com copilot.microsoft.com claude.ai Furthermore, adding a custom dimension to capture the full user agent is no longer optional. While it won’t catch everything, it allows you to spot patterns in the noise that standard GA4 reports will miss. Layer 2: Crawl Log Diagnostics If Layer 1 is about the traffic you can see, Layer 2 is about the activity occurring behind the scenes. Surprisingly, most SEO agencies ignore server access logs, yet these logs contain the most granular data regarding how AI models interact with your content. By parsing access logs, you can move from guessing about visibility to seeing the raw frequency of AI interactions. There are three distinct categories of bots appearing in your logs, and confusing them will lead to incorrect strategic conclusions. 1. Training and Model-Improvement Crawlers Bots like GPTBot, ClaudeBot, and CCBot represent infrastructure readiness. These crawlers are not looking for information to answer a user’s question today; they are harvesting data to train the next iteration of their models. High volume here is a good sign that your site is part of the global knowledge graph, but it is not a direct demand signal. It simply means you are “ready” to be used as a source in the future. 2. Search and Indexing Crawlers This category includes bots like OAI-SearchBot, Claude-SearchBot, and PerplexityBot. These are the AI version of the traditional Googlebot. They index your content specifically so it can be surfaced in real-time AI search features. This is a leading indicator of eligibility. If these bots aren’t visiting your high-value commercial pages, you have zero chance of appearing in a citation. 3. User-Triggered Fetchers The most important signals come from user-triggered fetchers like ChatGPT-User or Perplexity-User. These bots appear in your logs when a user asks a specific question and the AI model needs to “live-browse” the web to find the most current answer. High volume in this category is the closest thing we have to a real-time demand signal. It indicates that people are actively asking about your brand or category, and the AI is looking to you for the answer. The Disparity in Crawl-to-Referral Ratios To understand why logs are so important, consider the crawl-to-referral ratios reported in late 2025 and early 2026. While Google typically maintains a ratio of roughly 14:1 (14 crawls for every 1 referral), AI models are much more aggressive. OpenAI’s ratio has been observed at 3,700:1, while Anthropic’s Claude has seen spikes as high as 100,000:1. In plain terms: an AI bot will read tens of thousands of your pages before it sends you a single visitor. If you aren’t tracking the “reads,” you are missing 99% of the activity. Layer 3a: Share of Voice (SOV) and Citation Tracking Layer 3a moves into the territory of competitive analysis. Share of Voice (SOV) measures the percentage of relevant AI-generated answers in which your brand appears compared to your competitors. While many agencies stop here, treating SOV as the ultimate goal, it is actually a vanity metric unless it is correlated with downstream demand. To make SOV defensible, you must track it over a minimum 12-week window and compare it against two primary metrics: branded search volume in Google Search Console (GSC) and direct traffic in GA4. The goal is to answer a single

Uncategorized

Lessons Learned From Adobe’s 2026 Q2 AI Traffic Report via @sejournal, @slobodanmanic

Introduction: The Seismic Shift in Digital Discovery The digital marketing landscape has undergone more transformation in the last twenty-four months than in the previous twenty years combined. As we analyze the data from Adobe’s 2026 Q2 AI Traffic Report, one thing is abundantly clear: we are no longer living in a “search engine first” world. We are living in an “AI-first” ecosystem where the traditional boundaries between information gathering and commercial transactions have blurred into a seamless, automated experience. The headline statistic from the report is nothing short of revolutionary. Adobe’s data reveals a staggering 393% growth in AI-referred retail conversions. This isn’t just a marginal increase in traffic; it is a fundamental shift in how consumers move from the “discovery” phase to the “purchase” phase. For SEOs, content creators, and digital publishers, the lessons contained within this report serve as a blueprint for survival in an era where Large Language Models (LLMs) and AI agents have replaced the standard list of blue links. The 393% Surge: Why AI Referrals Are Converting Better Than Ever To understand why retail conversions from AI referrals have spiked by 393%, we must look at the nature of the AI-user interaction. Unlike traditional search, where a user might click through four or five different websites to compare products, AI interfaces—such as advanced iterations of ChatGPT, Perplexity, and Google’s Gemini—act as a “concierge.” When an AI refers a user to a retail site in 2026, the user is significantly further down the sales funnel than a traditional searcher. The AI has already performed the comparison, vetted the reviews, checked for compatibility, and answered the user’s preliminary questions. By the time the user clicks a link provided by an AI agent, the “intent to buy” is nearly 100%. This explains the massive conversion growth; AI is essentially pre-qualifying traffic at a scale and speed that human-driven search never could. Adobe’s report highlights that these conversions are not just happening on desktop. Mobile AI assistants are driving the majority of this growth, suggesting that “on-the-go” shopping guided by voice or chat interfaces is now the dominant mode of consumer behavior. Optimization vs. Legibility: The Great 2026 Debate One of the most critical takeaways from the Adobe Q2 report is the distinction between optimization and legibility. For years, SEOs have focused on optimizing content for algorithms—using specific keyword densities, header structures, and metadata to “signal” relevance to a crawler. However, the 2026 data suggests that while optimization is necessary for an AI to *find* and *process* your data, legibility is what ultimately drives the *conversion*. What is Optimization in the AI Era? In 2026, optimization is less about keywords and more about “machine-readability.” This involves providing clean, structured data that an LLM can easily ingest into its Retrieval-Augmented Generation (RAG) pipeline. Brands that saw the most growth in the Adobe report were those that moved beyond basic Schema.org markup and began using more sophisticated knowledge graphs. They made their product attributes—price, dimensions, material, availability, and shipping times—as “scrappable” and “digestible” as possible for AI bots. What is Legibility? Legibility, on the other hand, is the human element. Once an AI pulls a snippet of your content to show a user, or once the user clicks through to your site, the content must be legible, persuasive, and authoritative. Adobe’s report found that sites with high “optimization” but low “legibility” (i.e., content that felt like it was written by or for a machine) suffered from high bounce rates once the user landed on the page. Conversely, content that prioritized the human experience—using clear language, emotive storytelling, and intuitive UI—saw the lion’s share of that 393% conversion growth. The lesson is simple: Optimize for the AI to get invited to the party, but maintain legibility for the human to close the deal. The Rise of Synthesized Answers and Brand Visibility The Adobe report also sheds light on a growing concern for publishers: “Zero-click” searches are evolving into “Synthesized Answers.” In Q2 2026, a significant portion of product discovery happened entirely within the AI interface. However, Adobe found that brands mentioned as “authoritative sources” within those synthesized answers saw a halo effect that boosted their direct-to-site traffic. This suggests that being the *source* of the AI’s information is the new “Position Zero.” If an AI assistant tells a user, “Based on expert reviews from [Your Brand], the best gaming laptop for 2026 is the X1,” the trust transfer is immediate. The report indicates that brand mentions in AI-generated summaries are now more valuable than ranking #1 for a specific keyword in a traditional SERP (Search Engine Results Page). Strategic Pivot: Moving from Keyword Clusters to Entity Authority Adobe’s 2026 data highlights a major shift in content strategy. The most successful retailers in Q2 were not those targeting high-volume keywords, but those building “Entity Authority.” In the eyes of an AI, your brand is an entity with various attributes. The more consistently you can prove your expertise across a specific niche, the more likely the AI is to recommend your products. This requires a shift in how we produce content. Instead of writing 50 separate blog posts about “best running shoes,” successful brands are creating comprehensive, data-rich hubs that interlink product specs, real-world user data, and expert analysis. This “hub-and-spoke” model, when combined with high machine-readability, makes it easy for AI models to identify the brand as the primary authority in that specific retail category. The Role of First-Party Data and User Reviews A surprising insight from the Adobe Q2 report is the weight AI engines are now giving to verified first-party data and user reviews. As the web becomes flooded with AI-generated “filler” content, LLMs are increasingly programmed to look for “signals of the real.” Retailers who integrated verified purchase reviews and detailed customer feedback into their technical SEO strategy saw a 45% higher chance of being recommended by AI shoppers. The AI isn’t just looking for what the brand says about itself; it is looking for what humans are saying

Uncategorized

From video tapes to AI: Frederick Vallaeys on the evolution of paid search

From video tapes to AI: Frederick Vallaeys on the evolution of paid search The trajectory of digital advertising can often be measured in decades, but the shifts in technology make it feel like centuries. Few people have had a front-row seat to this evolution quite like Frederick Vallaeys. Today, he is widely recognized as the co-founder of Optmyzr and one of the most influential voices in the Pay-Per-Click (PPC) industry. However, his journey into the world of search engines did not begin in a boardroom or a high-tech lab; it started with a pile of used Blockbuster video cassettes and a dorm room at Stanford University. In a recent retrospective, Vallaeys shared his unique perspective on how the industry moved from manual keyword bidding to the current era of generative AI and conversational prompts. His story is not just a personal history, but a roadmap of how the internet became the commercial powerhouse it is today. The Accidental Marketer: From Blockbuster Tapes to GoTo.com In 1998, the world of the internet was a fragmented landscape of portals and early directories. Frederick Vallaeys was a student at Stanford, and like many students, he was looking for a way to make some extra money. He noticed a unique arbitrage opportunity: Blockbuster was selling off its used VHS tapes at a significant discount. Vallaeys realized that if he could find the right buyers, he could resell these tapes for a profit. The challenge was reach. Traditional advertising was expensive and untargeted. That was when he discovered GoTo.com, an early search engine that pioneered the concept of paid placement. On GoTo, an advertiser could bid on a specific keyword, and their link would appear at the top of the search results. This was Vallaeys’ first “aha” moment. He didn’t need a massive marketing budget or a Madison Avenue agency. He simply needed to find the right keywords and offer a competitive bid. This accessibility was the spark that eventually ignited the multi-billion-dollar search industry. It proved that search advertising could level the playing field, allowing a student with a side hustle to compete for the same digital real estate as major corporations. The Early Days of Google Ads: Building the Foundation By 2002, the search landscape was shifting rapidly. Google was emerging as the dominant player, and Vallaeys joined the company during its formative years. His initial role was instrumental in the global expansion of the platform; he helped launch Google Ads (then known as AdWords) in Dutch, which was only the sixth language supported by the system at the time. To put the scale of the early 2000s into perspective, Vallaeys notes that a “top-tier” advertiser in those days might spend around $30,000 per month. While that figure is a drop in the bucket for today’s enterprise accounts, it was a massive commitment in the early 2000s. What truly set Google apart from its predecessors like GoTo was its obsession with data and proof. Before the acquisition of Urchin—the software that would eventually become Google Analytics—and the development of conversion tracking, digital marketing was still largely a game of “best guesses.” Vallaeys witnessed the moment search transitioned from a speculative experiment into a measurable science. When advertisers could finally see exactly what happened after a user clicked an ad, the industry reached a point of no return. The Birth of Quality Score and the Importance of Relevance One of the most significant contributions Google made to the auction model was the introduction of the Quality Score. In the earliest iterations of paid search on other platforms, the highest bidder always won the top spot. This often led to a poor user experience, as irrelevant ads would clutter the search results simply because the advertiser had deep pockets. Vallaeys recalls the early days when Quality Score was almost entirely synonymous with Click-Through Rate (CTR). Google realized that if users weren’t clicking on an ad, it wasn’t relevant to their search intent. To maintain the integrity of the search engine, Google began rewarding relevance. Interestingly, this process wasn’t always handled by sophisticated algorithms. In the beginning, there was a significant human element involved. Vallaeys himself spent time reviewing keywords and manually disapproving them if they didn’t meet the relevance standards of the platform. This human-led quality control laid the groundwork for the machine-learning models that now handle billions of auctions per second. Community and the Influence of Search Engine Land As the industry matured, the need for a central hub of information and community became apparent. When Search Engine Land launched in 2006, it filled a void for professionals who were navigating the increasingly complex world of SEM and SEO. For Vallaeys, the publication was more than just a news source; it was a catalyst for innovation. In fact, his company, Optmyzr, owes its existence to the community fostered by Search Engine Land. Vallaeys had written an article for the site regarding Quality Score, sharing a script he had developed to help marketers calculate account-level scores. His future co-founders read the article, reached out via the comment section, and a conversation began. Within thirty minutes of their first meeting, they decided to collaborate on what would become a leading PPC management platform. This story highlights the collaborative nature of the early search industry, where shared scripts and open dialogue paved the way for modern software solutions. The Cyclical Nature of Search Transparency One of Vallaeys’ most insightful observations is that the history of search is cyclical. The industry tends to move in waves between transparency and automation. In the beginning, advertisers had very little data. Google then spent years providing more visibility—introducing search query reports, detailed analytics, and granular bidding controls. However, in recent years, the pendulum has swung back. Privacy regulations and the rise of automated campaign types like Performance Max (PMax) have reduced some of that granular visibility. Vallaeys points out that when Performance Max first launched, many advertisers were frustrated by the “black box” nature of the tool. Yet, this follows

Uncategorized

SEO or GEO audits fail without these 3 essentials

SEO or GEO audits fail without these 3 essentials The landscape of digital marketing is currently undergoing a seismic shift. With the advent of large language models (LLMs) and the rise of “agentic” AI, search engine optimization professionals now have access to tools that can perform multistep processes, extract webpage data, and formulate complex recommendations in seconds. On paper, running an SEO or Generative Engine Optimization (GEO) audit through an AI like Claude or ChatGPT seems like a stroke of genius. These models possess massive knowledge bases and can reason through problems with startling speed. However, there is a significant gap between the perceived capability of AI and the practical reality of the reports it generates. As the industry moves deeper into the era of AI-driven search, many marketers are falling into the trap of “naive audits”—reports that look professional and authoritative but are fundamentally detached from reality. To ensure your audits provide actual value, you must understand why these models fail and how to build a framework that keeps them grounded. The Rise of the Naive SEO Audit A “naive audit” is an AI-generated report that appears incredibly detailed—often spanning thousands of words—but collapses under the slightest scrutiny. Because state-of-the-art models are designed to be helpful and conversational, they will often provide a confident answer even when they lack the most basic information required to perform the task accurately. In many cases, users provide a URL to an AI and ask for an SEO audit. The AI responds with a massive list of recommendations for meta tags, header structures, and content improvements. However, if you push back and ask the model for its methodology, you may find that it never actually “read” the live page. Instead, it might have relied on search snippets, cached data, or—worse—hallucinated the content based on the URL slug alone. The danger here is twofold: first, the recommendations might be irrelevant because they are based on outdated or incorrect versions of the page. Second, the AI often lacks access to the two most critical pieces of the SEO puzzle: real-time search volume and live Search Engine Results Pages (SERPs). An Example of AI Audit Failure To illustrate how easily an advanced model can go off the rails, consider a scenario involving a blog post about shortages in the flash storage industry. This is a timely, technical topic that requires precise optimization to rank in a competitive B2B space. When this URL is fed into a high-end model like Claude 4.7 with a request for a comprehensive SEO audit, the model typically returns a report exceeding 1,500 words. At first glance, the report looks excellent. It suggests a primary keyword, outlines a new structure, and provides specific editorial advice. But when you dig into the specifics, the “surprises” begin to surface: Surprise 1: The AI didn’t actually read the page. When questioned, the model may admit it couldn’t fetch the full content of the URL. Instead, it inferred the structure of the article based on search snippets. This means the entire 1,600-word report was essentially a guess based on a 150-character summary. Surprise 2: Hallucinated keyword data. In this specific test, the AI suggested “intelligent data tiering” as the primary keyword. While this sounds like a valid technical term, a quick check in a tool like Semrush reveals that this specific phrase has nearly zero search volume. The AI recommended an entire content strategy based on a keyword that no one is searching for. Surprise 3: Lack of SERP awareness. Even if the keyword were valid, the AI does not inherently know who is currently ranking in the top 10 positions. Without knowing what the competition is doing, the AI cannot provide a “gap analysis” or tell you what your content needs to do to outperform the current leaders. It simply “infers” what the top results might look like based on general knowledge. Surprise 4: Technical retrieval hurdles. Even when a user manually provides the top 10 URLs for the AI to analyze, the model often fails to retrieve the content of those pages. In many tests, AI chatbots can only access about 30% to 40% of provided URLs because of bot-blocking scripts, JavaScript rendering issues, or server-side restrictions. Without a specialized library or scraping tool, the AI is essentially flying blind. The GEO and AEO Challenge: Navigating the ‘Slop Loop’ If standard SEO audits are prone to failure, Generative Engine Optimization (GEO) and Answer Engine Optimization (AEO) audits are even more precarious. These fields deal with how content appears in AI-generated summaries, such as Google’s AI Overviews or Perplexity’s answers. Because these are emerging technologies, there are no established “best practices” that have been battle-tested over decades. This creates what experts call the “AI slop loop.” This occurs when AI models generate speculative articles about how to optimize for AI. Those articles are then crawled by other AI models, which regurgitate the speculative information as fact. This feedback loop creates a library of “best practices” that aren’t based on data or experimentation, but on hallucinated consensus. One common myth is that adding an FAQ section to every page automatically improves AI visibility. While this sounds logical, there is currently no hard data to support it as a universal rule. In fact, some GEO strategies can be actively harmful. If you over-optimize for an AI summary by stripping away the nuance that human readers value, you may find your organic search rankings plummeting. As SEO expert Lily Ray has noted, a poorly executed GEO strategy can effectively destroy your traditional SEO presence. Furthermore, it is a fallacy to assume that an AI model like Claude is “self-aware” enough to tell you how to optimize for itself. An LLM does not have a manual for its own inner workings. It doesn’t know why its weights and biases chose one source over another for a specific query. Asking Claude how to rank on Claude is like asking a human how their neurons are firing to remember a

Scroll to Top