Author name: aftabkhannewemail@gmail.com

Uncategorized

The future of law firm SEO depends on authority, not volume

The Traditional SEO Plateau: Why More Content Isn’t the Answer For years, the playbook for law firm SEO was predictable. You would identify a list of practice area keywords, build out service pages for “personal injury lawyer” or “estate planning attorney,” and then start a blog. The strategy was driven by volume—more pages, more keywords, and more word count. In the early stages of a digital marketing campaign, this approach often yields measurable results. Traffic climbs, and lead volume increases as the site gains basic visibility. However, many firms eventually hit a ceiling. Despite publishing weekly blog posts and refining technical site speed, rankings stall. The immediate reaction for most marketing departments is to double down on what worked before: publish more content, target more niche keywords, and make incremental technical tweaks. This is a mistake. When growth slows for an established law firm site, the problem is rarely a lack of effort or execution. Instead, the strategy is missing the fundamental layer that drives sustained visibility in a modern search environment: authority. SEO remains the essential foundation of legal marketing, but without real, verifiable credibility across the web, your efforts stop building on themselves. In an era where AI-generated results are reshaping how users interact with information, the gap between a “well-optimized” site and an “authoritative” site is becoming increasingly expensive to ignore. Defining Real Authority in a Digital Context In the world of SEO, authority is often reduced to a single metric, such as a third-party Domain Authority score or a total count of backlinks. While these metrics are useful for reporting and benchmarking, they are mere proxies for the actual concept of authority. True authority is defined by how the broader web—and by extension, search engines and AI systems—perceives your credibility. Real authority is achieved when your firm is recognized as a trusted entity across the web. It is not just about what you say on your own website; it is about how often you are referenced, cited, and connected to your areas of expertise by external, reputable sources. If your firm’s digital presence is limited entirely to your own domain, your authority is fragile. To build a resilient search presence, you must move beyond self-published content. Recognition Beyond Your Own Website The most successful law firms today do not just broadcast information; they earn recognition. This recognition serves as a signal to Google and AI engines that the firm’s expertise is validated by others. This manifests in several critical ways: Media Mentions: Being cited as a legal expert in regional or national news organizations and industry-specific outlets. Quoted Expertise: Contributing original insights to third-party articles rather than just relying on bylined posts on your own blog. Verifiable Connections: Maintaining active memberships in prestigious legal associations and earning recognized industry awards that create a footprint across multiple platforms. Consider the difference between two labor and employment firms. Firm A publishes three blog posts a week about workplace regulations but is never mentioned elsewhere. Firm B publishes once a month but is regularly quoted in HR trade publications and legal journals. Firm B is building a fundamentally different authority profile—one that search engines and AI systems can easily verify as being superior to Firm A. E-E-A-T: The Framework for Modern Credibility Google’s E-E-A-T framework—Experience, Expertise, Authoritativeness, and Trustworthiness—is often treated by marketers as a checklist. In reality, it is a lens through which Google evaluates whether a source is worthy of ranking for high-stakes “Your Money or Your Life” (YMYL) topics, such as legal advice. For a law firm, applying E-E-A-T means more than just having a “Meet the Team” page. It requires: Verified Attorney Bios: Biographies that include links to external credentials, bar association profiles, and third-party publications. Content Authorship: Ensuring that legal content is written or at least reviewed and attributed to practicing attorneys with a track record in that specific field. A Consistent Digital Footprint: A presence that connects the firm to its practice areas across LinkedIn, legal directories, and news archives. E-E-A-T is the credibility layer that allows your SEO efforts to perform at their peak. It ensures that when you do rank, that ranking is sustained because the search engine trusts the source of the information. Why Authority Matters More in an AI-Driven Landscape The shift toward authority-based SEO is not just a trend; it is a necessity driven by the evolution of search engines into AI-driven answer engines. AI systems do not prioritize the most “optimized” page in the traditional sense. Instead, they look for sources they recognize as the most credible for a specific query. This has introduced a new layer of competition. Historically, if you were in the top three positions on Google, you captured the lion’s share of the traffic. Today, AI Overviews (SGE) are changing that dynamic. Recent data suggests that AI Overviews now appear in more than 50% of searches. When these overviews appear, the organic click-through rate (CTR) can decline by as much as 61%. The Shifting Logic of AI Citations The relationship between traditional organic rankings and AI citations is also decoupling. In July 2025, an Ahrefs study revealed that only 76% of URLs cited in AI Overviews were also present in the top 10 organic search results. By March 2026, a follow-up study showed a much more dramatic shift: only about 38% of AI citations were pulled from the top 10 results. The remaining 62% of citations were split almost evenly between pages ranking in positions 11-100 and those ranking even further back. What does this mean for a law firm? It means that even if you aren’t on the first page of Google for a specific high-volume keyword, you can still gain significant visibility through AI Overviews—provided your firm has the authority to be cited as a credible source. The signals that AI engines use to determine “citability” are almost identical to the authority signals mentioned earlier: external recognition, expertise, and trust. How to Build Authority for Rankings and AI Visibility Building

Uncategorized

How to model non-linear SEO seasonality with Prophet

Forecasting SEO performance has long been the “holy grail” for digital marketers and search analysts. It involves the challenging task of estimating future traffic, clicks, or rankings based on historical patterns. However, as any experienced SEO professional knows, search behavior rarely follows a stable or linear path. Organic search is influenced by a chaotic mix of seasonal demand, sudden algorithm shifts, SERP feature changes, and even measurement discrepancies within reporting tools. Because search data is inherently volatile, traditional forecasting methods—such as simple linear regression, moving averages, or exponential smoothing—often fall short. These models assume that the future will look much like a straightened-out version of the past. In reality, the advent of AI Overviews, zero-click searches, and fluctuating user intent makes SEO data highly non-linear. To build a reliable forecast, you need tools that can account for these complexities. One of the most powerful tools available for this purpose is Prophet, an open-source forecasting library developed by Meta (formerly Facebook). In this guide, we will explore how to model non-linear SEO seasonality using Prophet in Python. We will cover the limitations of traditional models, how to handle data anomalies, and how to build a robust forecast that accounts for the modern search landscape. The Challenges of Modern SEO Forecasting Decision-makers rely on forecasts to justify SEO budgets and align expectations across marketing and finance teams. Stakeholders want forward-looking estimates to plan their roadmaps, and finance departments require revenue projections based on expected organic traffic. However, the accuracy of these forecasts has become increasingly difficult to maintain. The rise of AI-driven search and LLM-driven scrapers has created a significant disconnect between clicks and impressions. Bots often inflate impression data in tools like Google Search Console (GSC), making it harder to distinguish human interest from automated activity. Furthermore, technical glitches can skew historical data. For instance, Google reported a logging issue that affected Search Console impression data between May 2025 and April 2026, leading to inflated counts that could ruin a standard forecast if not addressed. From a statistical perspective, SEO data rarely follows a “normal distribution.” Instead, search performance is characterized by several structural factors: Long-tail traffic distribution: Often, a tiny fraction of your pages generates the vast majority of your traffic, while thousands of other pages contribute very little. Binary user behavior: Key metrics like Click-Through Rate (CTR) are driven by binary decisions—either a user clicks or they don’t—which can diverge wildly from smooth, bell-curve patterns. Zero-click search impact: Ranking in the first position no longer guarantees a click if the user’s query is answered directly in a Google AI Overview or a featured snippet. When Traditional Techniques Fail To understand why we need Prophet, it is helpful to look at where traditional techniques struggle: Linear Regression: This fits a straight line through historical data. It is great for very stable, long-term trends but fails miserably when traffic is seasonal or affected by frequent algorithm updates. Exponential Smoothing: This gives more weight to recent data points. While it adapts to short-term changes better than linear regression, it can be easily distorted by temporary spikes or “noise” in the data. Simple Moving Average (SMA): This is useful for smoothing out daily noise to see a general direction, but because it relies on aggregated averages, it often misses critical turning points and seasonal peaks. In the current search environment, a 10% increase in SEO effort does not necessarily lead to a proportional 10% increase in results. This non-linearity is why we must move toward more sophisticated probabilistic models. Why LLMs Aren’t the Solution for Statistical Forecasting With the surge in popularity of Large Language Models (LLMs) like ChatGPT and Claude, many marketers are tempted to simply paste their historical data into a prompt and ask for a forecast. While LLMs are excellent at summarizing text or writing code, they are fundamentally ill-equipped for statistical forecasting. The Assumption of Linearity Most LLM-based analysis tools implicitly assume that data follows a linear or continuous distribution. They aren’t designed to naturally detect the nuance of seasonal cycles or “structural breaks” (sudden, permanent shifts in data levels caused by things like site migrations or massive algorithm updates). When an LLM looks at a trend, it often tries to smooth it out in a way that ignores the underlying statistical reality. Plausibility vs. Statistical Accuracy LLMs are probabilistic text generation systems. They are trained to predict the most likely sequence of tokens (words or numbers) to satisfy a prompt. Their goal is to be *plausible*, not necessarily *accurate*. An LLM can generate a forecast that looks professional and sounds convincing, but it may have no grounding in statistical validity. Forecasting requires the explicit handling of seasonality and non-linearity—tasks that require an analyst’s interpretation and specialized statistical libraries, not just a generative prompt. Building an SEO Forecast with Python and Prophet To create a high-quality forecast, we must first define what we are measuring. Typically, SEO stakeholders are interested in one of four indicators: Clicks (demand), Impressions (visibility), Rankings (position), or CTR (behavior). For the purpose of this walkthrough, we will focus on forecasting Clicks for a site influenced by seasonal demand. Step 1: Data Retrieval and Preprocessing The first step is gathering historical data. The most reliable source for this is the Google Search Console API or a BigQuery export. While you want as much historical data as possible to capture long-term seasonality, you must balance data volume with the costs of processing. Once you have your data (usually a CSV or Excel file with “Date” and “Clicks”), you need to clean it. This involves ensuring your dates are in the correct format and that there are no gaps in the timeline. Missing dates can confuse forecasting models, so we use interpolation to fill any minor gaps. In a Python environment like Google Colab, you would begin by installing the necessary libraries, including Pandas for data manipulation, Matplotlib/Plotly for visualization, and Prophet for the actual modeling. Step 2: Assessing Stationarity A key concept in time series

Uncategorized

Ask An SEO: How Can Affiliate Managers And SEOs Stay Relevant In The AI Era? via @sejournal, @rollerblader

The Evolving Landscape of Digital Discovery The digital marketing industry is currently navigating one of its most significant shifts since the inception of the commercial internet. For years, Search Engine Optimization (SEO) and affiliate marketing have existed in a symbiotic relationship with traditional search engines. SEOs optimized for keywords and rankings, while affiliate managers built networks to capitalize on that visibility. However, the rise of Generative AI and AI-powered discovery engines like Google’s AI Overviews, Perplexity, and ChatGPT Search has fundamentally altered the path from discovery to conversion. In this new era, the traditional “blue link” search result is no longer the sole gatekeeper of traffic. AI models now synthesize information from across the web to provide direct answers, often bypassing the need for a user to click through to a website. For affiliate managers and SEO professionals, this creates a pressing question: How do we stay relevant when the very mechanics of discovery are being rewritten? Remaining relevant requires more than just a slight pivot in strategy. It demands a holistic re-evaluation of how we measure success, how we position brands, and how we structure the partnerships that fuel the digital economy. Redefining Value: Transitioning Payment and Attribution Models For decades, the affiliate marketing world has been built on the foundation of “last-click” attribution. A user clicks a link, a cookie is dropped, and if a sale happens within a certain window, the affiliate gets paid. This model is incredibly efficient in a world of browser-based navigation, but it struggles in an AI-driven environment. AI search engines often act as the final destination for a user’s query. If a user asks an AI for the “best budget gaming laptops” and the AI provides a curated list with pros and cons, the user may never visit the original review sites that the AI used to generate that answer. Under the current last-click model, the creator of the content that informed the AI gets nothing. To stay relevant, affiliate managers must move toward more flexible and sophisticated payment models. 1. Influence-Based Compensation Affiliate managers should begin exploring “Top of Funnel” or “Influence” fees. If a high-authority site is consistently cited by AI models as a primary source for product recommendations, that site is providing immense value to the brand, even if they aren’t capturing the final click. Brands may need to move toward a hybrid model that combines a flat fee for brand presence and authority with a performance-based commission for direct sales. 2. Rewarding Brand Mentions and Citations In an AI-first world, being a cited source is the new “ranking number one.” SEOs and affiliate managers need to work together to identify which publishers are being leveraged by Large Language Models (LLMs). Once these “AI-influential” publishers are identified, affiliate programs should prioritize them for higher commission rates or exclusive deals, recognizing that their value lies in their ability to influence the AI’s output. 3. Shift to First-Party Data and Direct Relationships As cookies become less reliable and AI intermediaries grow stronger, the value of direct user relationships skyrockets. Affiliate managers should encourage partners to build email lists, discord communities, and direct-to-consumer channels. Compensating affiliates for “lead generation” (e.g., signing up for a newsletter) rather than just “sales” ensures that the brand gains a touchpoint they can control, regardless of what happens in the AI search landscape. The Rise of Entity-Based SEO and Brand Authority For SEOs, the focus is shifting away from simple keyword targeting toward “Entity SEO.” AI models don’t just look for words; they look for relationships between concepts, brands, and people. They aim to understand who the authorities are in a given space. To stay relevant, SEOs must focus on building their brand as an “entity” that the AI perceives as trustworthy and authoritative. The Role of E-E-A-T in AI Training Experience, Expertise, Authoritativeness, and Trustworthiness (E-E-A-T) have been part of Google’s vocabulary for years, but they are now the primary filters for AI-driven discovery. AI models are trained on massive datasets, and they prioritize information from sources that demonstrate high levels of E-E-A-T. SEO strategies must now include a heavy emphasis on: Digital PR: Earning mentions and backlinks from established, reputable news and industry sites to signal authority to the AI’s training data. Author Fact-Checking: Ensuring that content is attributed to real experts with verifiable credentials. Depth Over Breadth: Moving away from “thin” content designed to rank for high-volume keywords and moving toward comprehensive, original research that AI models find indispensable as a source. Optimizing for AI Overviews and LLMs Staying relevant also means understanding the technical side of how AI “reads” your site. This includes: Schema Markup: Using structured data to clearly define the relationships between products, reviews, and authors. This makes it easier for AI to parse and credit your information. Natural Language Processing (NLP): Writing in a way that answers questions directly and clearly. AI models look for “answer-ready” content that can be easily synthesized into a summary. Primary Data Source: Conducting original surveys, testing products in-house, and publishing unique data. If you provide information that no one else has, AI models have no choice but to cite you as the source. Strategic Partnerships: Beyond the Standard Affiliate Link Affiliate managers have traditionally focused on high-traffic bloggers and coupon sites. In the AI era, the definition of a “partner” must expand. We are seeing the emergence of “AI influencers” and platforms that act as personal shopping assistants. Partnering with AI-First Platforms There is a growing category of startups building tools specifically for AI-powered shopping. These tools plug into LLMs to help users make purchasing decisions. Affiliate managers should proactively seek out partnerships with these developers, ensuring their brand’s products are properly integrated into these new discovery tools via APIs or specialized data feeds. Collaboration Between SEO and Affiliate Teams Historically, the SEO team and the affiliate team have often worked in silos. This can no longer happen. SEOs have the data on which pages are gaining traction in AI Overviews, and affiliate

Uncategorized

The Consensus Gap via @sejournal, @Kevin_Indig

Understanding the Evolution of Search Visibility For more than two decades, search engine optimization was defined by a relatively stable set of rules. We focused on keywords, backlinks, and technical health to secure a spot in the “ten blue links” of Google. However, the emergence of Generative AI has fundamentally fractured the landscape of digital discovery. We are no longer just optimizing for a single search engine algorithm; we are optimizing for a variety of Large Language Models (LLMs) that synthesize information in vastly different ways. As brands transition their focus toward AI Overviews (formerly SGE), Perplexity, and ChatGPT, a new and troubling phenomenon has emerged: The Consensus Gap. This concept, highlighted by industry experts like Kevin Indig, suggests that a brand’s perceived dominance in the AI space may be an illusion created by aggregate data. While a marketing dashboard might show a healthy “share of voice” across all AI platforms, a closer look often reveals that the brand is highly visible in one engine while being virtually non-existent in others. This discrepancy is not just a tracking error; it is a fundamental shift in how brand authority is calculated and displayed by artificial intelligence. To survive in this new era, marketers must move beyond aggregate metrics and understand the technical and algorithmic reasons why AI engines fail to reach a consensus on brand leadership. What is the Consensus Gap? The Consensus Gap refers to the variance in brand visibility and citation frequency across different generative AI search engines and answer engines. In the traditional search era, if you ranked #1 for a high-volume keyword on Google, you likely ranked well on Bing and DuckDuckGo as well. The algorithms were different, but they generally looked at the same signals—links and content quality—to determine authority. In the AI era, this consistency has vanished. A brand can appear as the primary recommendation in a Google AI Overview but fail to be mentioned in a Perplexity “Pro” answer or a ChatGPT Search response for the exact same query. When you average these results into a single “AI Visibility Score,” the brand looks successful. However, the reality is that the brand is missing out on massive segments of the market that prefer one AI tool over another. This gap proves that “AI SEO” is not a monolithic task. It is a fragmented challenge where each model’s training data, retrieval mechanisms, and fine-tuning processes create a unique lens through which your brand is viewed. The Data Behind the Discrepancy Recent data analysis into AI citations reveals a startling lack of overlap. When testing high-intent commercial queries across Gemini, Perplexity, and ChatGPT, researchers have found that the “consensus” among these engines is surprisingly low. In many categories, the three engines agree on the top cited source less than 20% of the time. This lack of agreement creates a “winner-takes-some” environment. If a brand relies on an aggregate dashboard, they might see a 30% total share of voice. But if that 30% is composed entirely of dominance in Gemini while they have 0% visibility in ChatGPT, they are effectively invisible to the millions of users who use OpenAI’s ecosystem as their primary search tool. The Consensus Gap is the distance between that aggregate “success” and the platform-specific “failure.” Why AI Engines Disagree: The Technical Roots To understand why the Consensus Gap exists, we have to look at how these engines actually generate answers. There are three primary factors that drive the divergence in brand visibility. 1. Training Data Recency and Bias Foundational models are trained on massive datasets that have a “cutoff date.” While newer models use Retrieval-Augmented Generation (RAG) to browse the live web, their underlying “knowledge” of which brands are authoritative is often rooted in their training data. If a brand rose to prominence after a model’s primary training phase, that model may be less likely to trust it as a primary source unless the RAG component is exceptionally strong. 2. The RAG Architecture Retrieval-Augmented Generation is the process where an AI searches the internet to find relevant documents before synthesizing an answer. Different engines use different “retrievers.” Google Gemini naturally leans on the Google Search index, which rewards traditional SEO signals. Perplexity, on the other hand, uses a mix of indexes and often prioritizes “newsy” or highly structured data. If your brand is optimized for traditional Google search but lacks a presence in the niche databases or news feeds that Perplexity favors, a gap emerges. 3. Trust and Citation Logic Each AI company has different “fine-tuning” (RLHF – Reinforcement Learning from Human Feedback) guidelines. Some models are programmed to be conservative, only citing legacy brands with high domain authority (like the New York Times or Wikipedia). Others are programmed to find the most “relevant” answer, even if it comes from a smaller, niche blog or a Reddit thread. This difference in “trust logic” means that a brand’s digital footprint might satisfy one model’s requirements for a citation while failing another’s. The Danger of Aggregate Dashboards For years, SEOs have been addicted to “average” metrics: Average Position, Domain Authority, and Total Organic Traffic. These metrics are becoming increasingly dangerous in the age of the Consensus Gap. Aggregate dashboards mask the volatility of AI search. They smooth out the peaks and valleys, leading marketing teams to believe their strategy is working globally when it is actually failing in specific, high-value ecosystems. If your target audience is primarily composed of developers and early adopters, they are likely using ChatGPT and Perplexity. If your aggregate dashboard shows high visibility because you are winning in Google AI Overviews—which are used more by the general public—you are effectively measuring the wrong audience. The Consensus Gap forces us to ask not “How visible are we?” but “Where are we visible, and does it matter?” Strategies to Close the Consensus Gap Closing the gap requires a multi-platform approach to brand authority. You can no longer assume that what works for Google will work for the broader AI landscape. Here is how

Uncategorized

Google Won’t Act On Spam Reports If They Contain Personal Information via @sejournal, @martinibuster

Understanding Google’s New Restriction on Spam Reporting Google has recently implemented a significant update to its webspam reporting mechanisms, signaling a tighter integration between search quality control and global privacy standards. For years, the SEO community and general web users have served as a secondary line of defense against low-quality content, cloaking, and link schemes by submitting manual reports. However, Google now explicitly warns that it will not act on spam reports if they contain personal information. This change highlights a critical shift in how the search giant handles user-submitted data and reinforces the importance of maintaining privacy even when flagging illicit activities online. The update specifically targets the tool used by millions to report search quality issues. When a user navigates to the spam reporting interface, they are met with a clear disclaimer: reports containing personally identifiable information (PII) will be disregarded. This move is not merely a procedural change but a reflection of the increasingly complex legal landscape surrounding data protection, such as the General Data Protection Regulation (GDPR) in Europe and the California Consumer Privacy Act (CCPA) in the United States. What Counts as Personal Information in a Spam Report? To comply with Google’s new guidelines, it is essential to understand what the search engine categorizes as personal information. In the context of a spam report, PII can inadvertently be included by a well-meaning user trying to provide “proof” of a site’s deceptive practices. Google’s refusal to process these reports suggests that the presence of such data creates a liability that outweighs the benefit of the spam report itself. Common examples of personal information that could invalidate a report include: 1. Residential Addresses and Phone Numbers If you are reporting a local SEO scam or a “lead gen” site that is spoofing locations, you might be tempted to include the home address or personal cell phone number of the individual running the site. Under the new rules, including this data will likely lead to the report being discarded immediately. 2. Private Email Addresses While business emails (like info@company.com) are generally considered public, private Gmail or Yahoo addresses belonging to site owners should be avoided. If the report includes a string of personal correspondence or private contact details, Google’s automated systems or manual reviewers may flag the report as a privacy risk. 3. Financial or Identification Data Including bank account numbers, credit card details, or government-issued IDs—even if they are intended to prove that a site is a phishing scam—can trigger a rejection. Google prefers that these issues be reported through specific channels like the Phishing Report tool rather than the general webspam tool, and even then, sensitive data must be handled according to strict protocols. 4. Photos and Personal Media Screenshots are often the best way to document spam, but if those screenshots contain images of individuals, social media profiles not related to the business, or other private imagery, the report could be compromised. Users should blur out any non-essential personal details before uploading documentation. Why Google is Taking This Stand The decision to ignore reports with personal information might seem counterproductive to the goal of cleaning up the Search Engine Results Pages (SERPs). However, from a corporate and legal perspective, it is a necessary evolution. Google processes an astronomical amount of data, and the manual review team—those responsible for issuing manual actions—must adhere to strict data handling policies. When a user submits a report with PII, that data enters Google’s internal systems. If that data is not necessary for the technical evaluation of the spam, it represents a “toxic asset.” Under modern privacy laws, companies are required to have a lawful basis for processing personal data. If a spam report contains a random person’s home address, Google may not have a legal right to store that information, creating a compliance risk. By setting a hard rule to ignore such reports, Google automates the protection of its legal standing. Furthermore, this policy prevents the spam reporting tool from being weaponized for “doxing” or harassment. In the past, bad actors could potentially use reporting tools to feed private information about competitors into Google’s systems. By refusing to act on reports with PII, Google minimizes the risk of its platform being used as a tool for personal vendettas. The Role of SpamBrain and Algorithmic Filtering It is important to remember that manual reports are only one part of Google’s anti-spam strategy. Most spam is caught by SpamBrain, Google’s AI-based spam prevention system. SpamBrain uses machine learning to identify patterns of webspam without requiring human intervention. It analyzes billions of pages to detect everything from auto-generated content to sophisticated link schemes. Manual reports are primarily used to train these algorithmic systems. When a human reviewer confirms a site is spam, that data is fed back into the machine learning model to improve future automated detection. If a report is discarded because it contains personal information, the algorithm loses a potential training point. This is why it is so vital for the SEO community to submit “clean” reports; high-quality, privacy-compliant feedback makes the entire search ecosystem more resilient against low-quality content. How to Correctly Report Spam Without Violating Privacy Rules For SEO professionals and webmasters who want to help improve the quality of search, reporting spam effectively is a skill. To ensure your report is acted upon, follow these best practices for a “PII-free” submission: Focus on the Technical Violation Instead of focusing on who is running the site, focus on what the site is doing wrong. Is it using hidden text? Is it participating in a private blog network (PBN)? Is it using sneaky redirects? Your report should detail the specific violation of Google’s Search Essentials (formerly Webmaster Guidelines). Use URLs and Public Data Only Provide the specific URLs where the spam is occurring. If you are reporting a link scheme, provide the source and target URLs. This information is public and does not constitute PII. If you need to mention a business name, stick to the registered legal

Uncategorized

LinkedIn expands Event Ads beyond its own platform

Introduction: A New Era for B2B Event Marketing In the rapidly evolving landscape of digital advertising, LinkedIn has long stood as the premier destination for B2B marketers. However, for years, one of the primary friction points for event organizers on the platform has been the “walled garden” approach to event promotion. Until recently, if you wanted to run a dedicated Event Ad on LinkedIn, you were largely tethered to the native LinkedIn Event Page. While these pages offer internal community-building tools, they often created a fragmented experience for marketers who preferred to drive traffic to their own high-converting landing pages or specialized webinar platforms. That landscape is officially changing. LinkedIn is rolling out “Off-Platform Event Ads,” a significant expansion of its advertising suite that allows marketers to bypass native pages and link directly to external destinations. This update represents a major shift in how the platform handles professional gatherings, offering greater flexibility, improved data control, and a more streamlined user journey. For performance marketers and brand managers alike, this move signals LinkedIn’s commitment to becoming a more open and versatile advertising ecosystem. The Shift from Native to Off-Platform To understand the significance of this update, one must first look at the traditional workflow of LinkedIn Event Ads. Previously, the “Event Ad” format was intrinsically tied to the creation of a LinkedIn Event Page. A user would see the ad, click it, and be taken to a page within the LinkedIn interface. From there, the marketer would have to hope the user then clicked a second time to register on an external site or join a livestream. This multi-step process often led to significant “drop-off” rates. Every additional click in a marketing funnel is a hurdle where potential leads can be lost. Furthermore, LinkedIn Event Pages, while functional, lacked the deep customization, branding, and sophisticated conversion tracking that many B2B companies require for their multi-million dollar campaigns. The new Off-Platform Event Ads remove these constraints. Marketers can now direct prospects straight to a webinar platform like Zoom, ON24, or Demio, or to a bespoke landing page hosted on their own website. This allows for a singular, cohesive brand experience from the first impression to the final registration confirmation. How Off-Platform Event Ads Work The technical implementation of these new ads is designed to be intuitive for those already familiar with LinkedIn’s Campaign Manager. The process integrates seamlessly into the existing ad creation workflow, but with a few critical modifications that empower the advertiser. Setting the Destination When creating a new campaign, advertisers can now input a third-party URL as the primary destination for the Event Ad. This URL functions as the landing page where the actual event registration or viewing will occur. By allowing for external URLs, LinkedIn is essentially treating event promotion with the same flexibility as traditional Sponsored Content, but with the added metadata that defines an “event.” Defining Event Metadata Despite the traffic moving off-platform, the ad itself still retains the visual and functional characteristics of an event-focused creative. Marketers can manually input key event details such as the date, time, and format (online or in-person). This ensures that the audience immediately understands the time-sensitive nature of the offer, which is crucial for driving the sense of urgency required for successful event registrations. Selecting Campaign Objectives LinkedIn has ensured that Off-Platform Event Ads align with the standard full-funnel objectives available in Campaign Manager. Advertisers can choose from several goals depending on their specific KPIs: Brand Awareness: Ideal for large-scale summits or annual conferences where the goal is to maximize the number of professionals who see the event details. Engagement: Focused on driving interactions with the ad itself, such as likes, comments, and shares, to increase organic reach. Website Traffic: The primary objective for most off-platform ads, optimized to drive the highest volume of clicks to the external registration page. Lead Generation: While the traffic goes off-platform, marketers can still utilize LinkedIn’s powerful Lead Gen Forms to capture user data before redirecting them to the event site. Why This Matters: Data, Control, and Conversion The move toward off-platform flexibility is not just about convenience; it is about the fundamental way B2B companies manage their marketing data. There are several key reasons why this expansion is a game-changer for the industry. Maintaining the Data Chain of Custody When a lead registers for an event on a native LinkedIn page, the data is stored within LinkedIn’s ecosystem. While it can be exported or synced via CRM integrations, it adds a layer of complexity. By driving traffic directly to a proprietary landing page, marketers can immediately capture first-party data through their own pixels, cookies, and forms. This allows for more robust retargeting strategies across other channels like Google Search or Meta, creating a truly omnichannel approach. Improved Conversion Rate Optimization (CRO) Standardized platform pages rarely convert as well as optimized, brand-specific landing pages. With Off-Platform Event Ads, marketers can use A/B testing on their own sites to determine which headlines, imagery, and form lengths result in the highest registration rates. They can use heatmaps, session recordings, and custom scripts—tools that are unavailable on LinkedIn’s internal pages—to fine-tune the user experience. Removing Friction in the User Journey In the B2B world, the “time to value” is a critical metric. By allowing a user to jump from an ad directly to a registration form, LinkedIn is removing a significant layer of friction. For high-intent users, this streamlined path can lead to a notable increase in “cost per registration” efficiency. Marketers are no longer paying for a click to a middleman page; they are paying for a click to their primary conversion asset. Strategic Implementation: Native vs. Off-Platform While the expansion of off-platform ads is exciting, it does not mean that native LinkedIn Event Pages are obsolete. A sophisticated marketing strategy will likely involve a hybrid approach. It is important to understand when to use each format. When to Stick with Native LinkedIn Events Native pages are still highly effective for community building and

Uncategorized

The framing gap: Why AI can’t position your brand

Every brand makes claims about its identity, expertise, and value. Hidden within the vast archives of the digital world—from trade publications and conference programs to old database entries and social mentions—there is usually proof to back those claims up. The modern AI assistive engine, which powers platforms like ChatGPT, Perplexity, and Google’s AI Overviews, also holds that proof. It is buried within the training data and retrieval indices, sitting right alongside the competing claims of your rivals. However, a fundamental disconnect exists. The audience has a specific need but often lacks the precise vocabulary to bridge the gap between their desires and what the brand (or the AI engine) knows. This disconnect is what we call the framing gap. All three participants—the brand, the AI, and the user—are missing the same critical element: a frame. This is the interpretive context that transforms scattered raw information into a coherent narrative. Without a frame, information is just data. With a frame, it becomes a story worth transmitting for the brand, worth citing for the AI, and worth acting upon for the user. To overcome this, marketers must understand the Claim-Frame-Prove (CFP) process. While claiming and proving are mechanical tasks that an AI can eventually handle, framing is a purely strategic move that only a human brand architect can execute. Why AI can’t make the leap your brand needs The CFP process operates on a cycle: claim by claim, fact by fact. A brand’s comprehensive market position is constructed when many of these cycles compound. Each claim that is successfully framed and proven becomes a solidified fact within the digital corpus. Over time, the cumulative weight of these facts is what allows a brand to dominate its niche. Artificial Intelligence is exceptional at joining known facts through standard inference. If given Fact A and Fact B, an AI can logically derive Conclusion C. This is a linear, predictable path. What an AI cannot do reliably is perform the “leap” that creative human thinkers do daily. A human can look at Fact A and Fact B and reach toward a non-obvious Conclusion J—a conclusion that is commercially beneficial for the brand. The human then constructs the logical bridge back to A and B so that the engine can follow the path. To visualize this, consider a scale where “C” is the obvious, low-value conclusion and “Q” is the most ambitious, high-value leap a brand can reasonably make. Case Study: Obvious Inference vs. Strategic Bridging To see this in practice, we can look at the positioning of industry experts like Jason Barnard. Fact A: Jason Barnard coined the term “Answer Engine Optimization” (AEO) in 2017. Fact B: He runs a specialized brand engineering company. An obvious inference (A + B → C) that an AI engine would produce on its own might be: “Jason Barnard’s work is connected to AEO implementation.” This is true and somewhat useful, but it stays very close to the basic facts. The AI does not need help to reach this conclusion. However, a strategic bridge (A + B → J) reaches much further: “Because he coined the term in 2017 and has been operating in the space ever since, Jason Barnard is the practitioner most likely to have a decade of operational data and insights that no one else possesses.” Both conclusions start from the same facts, but the commercial outcome of the second is vastly superior. The AI engine will not make that leap on its own. It requires the brand to build the bridge. This process involves two distinct operations: selecting the beneficial “J” from a space of possible conclusions and ensuring the logical connection is so watertight that the engine transmits it as a fact rather than just a brand’s opinion. AI won’t choose what’s best for your brand AI engines lack commercial intent. They have no “skin in the game” when it comes to your brand’s success. Whether an AI becomes more capable in the future or stays as it is, the problem remains: it does not care which conclusion benefits you. From the same set of facts, an AI is just as likely to derive a damaging or neutral conclusion as it is a beneficial one. Even if AI creativity improves, it lacks the guiding hand of commercial strategy. A creative marketer, however, performs two tasks simultaneously: they imaginatively reach for a non-obvious conclusion and ensure that conclusion serves the brand’s goals. This is why the “frame” must originate from the brand itself, or an authorized representative, and be placed online where the machine can find it. The concept of empathy for the machine Mastering this requires a mindset shift that can be described as “empathy for the machine.” This isn’t a new concept. In fact, it was used in client consulting as early as 2011 (originally termed “empathy for the beast”) and was formally published in 2019. Empathy for the machine is the discipline of stepping outside your own human perspective to see what a machine-learning algorithm actually struggles with. It involves understanding how the machine grounds, attributes, and synthesizes claims. Too often, brands create content solely for human readers and assume the machine will “figure it out.” By practicing empathy for the machine, brands can design materials that the machine can adopt as its own interpretation. This creates a “feed the beast” effect where the AI becomes an advocate for the brand. There are three distinct levels of brand-AI communication that lead to this result. Level 1: Scattered proof of claims At the first level, proof for a brand’s claims exists, but there is no explicit link between the claim and the evidence. This is the stage where most brands currently reside, and it is a dangerous place to be because it forces the engine to guess. A brand might publish “Claim A” on its homepage. The “Proof Z” might be located in a PDF of a conference program from five years ago, a citation on Wikipedia, or a mention in a

Uncategorized

SEO isn’t just about being seen — it’s about being believed and chosen

The landscape of search engine optimization is undergoing its most radical transformation since the inception of the Google algorithm. For decades, the industry has operated under a relatively simple premise: if you rank on the first page, you win. However, as artificial intelligence reshapes how information is gathered and consumed, the old rules of engagement are no longer sufficient. Ranking is now merely the entrance fee; it is not the prize. During a recent session at SEO Week, Wil Reynolds, the founder and CEO of Seer Interactive, challenged the core philosophy that many digital marketers have clung to for years. His message was clear: in an era defined by Generative Engine Optimization (GEO) and AI-driven search, the goal of marketing must shift. It is no longer enough to be visible. To survive the next decade of digital disruption, brands must focus on being believed and, ultimately, being chosen. The Evolution of the Marketing Funnel: Seen, Believed, Chosen For years, SEOs have obsessed over “visibility.” We track impressions, keyword rankings, and share of voice. But Reynolds argues that visibility is a shallow metric if it doesn’t lead to a psychological shift in the consumer. He proposes a three-stage progression that defines modern marketing success: being seen, being believed, and being chosen. Being “seen” is the traditional SEO victory. You’ve optimized your headers, built your backlinks, and secured a spot in the top three results. But what happens next? If a user clicks on your link and finds a generic, AI-generated listicle that offers no unique value, they might “see” you, but they won’t “believe” you. Without belief, there is no trust. And without trust, the user will never move to the final stage: choosing your brand over a competitor. “I got the ranking, job finished,” Reynolds noted, mimicking the mindset of many agencies. “Job’s not finished.” In fact, getting the ranking is just the beginning of the conversion journey. If your visibility doesn’t translate into brand affinity, you are simply generating noise in an already crowded digital ecosystem. The Rise of Zombie Content and the Loopholist Trap One of the most provocative points in Reynolds’ talk was his critique of “zombie content.” This refers to the massive volume of scaled, templated content produced solely to satisfy search engine crawlers. This content often follows a predictable formula, such as “Best Restaurants in [City]” or “How to [Task] in 5 Easy Steps,” where the information is repurposed from existing search results rather than derived from actual expertise or experience. “Why would you write content saying ‘best restaurants in Minnesota’ when nobody that’s a human looks for the best restaurant in Minnesota?” Reynolds asked. He points out that while these pages might capture broad, top-of-funnel traffic, they rarely serve the needs of a discerning human user. They are ghosts of content—visible but hollow. This leads to a divide in the industry between “strategists” and “loopholists.” A loopholist looks for the latest trick to game the algorithm—finding a way to rank a low-effort page by exploiting a temporary weakness in Google’s ranking systems. A strategist, however, looks at the long-term health of the brand. Reynolds challenged marketers to decide which side they are on. In a world where AI can generate “loopholes” faster than any human, the only sustainable advantage is high-quality, high-trust strategy. The Skyscraper Technique is Dying For years, the “Skyscraper Technique”—finding the best content for a keyword and making something “slightly better”—was the gold standard for SEO. Reynolds argues that this approach is failing. If you are only doing something “slightly better” than the top 10 results, you aren’t providing a reason for the user to believe in your brand. You are just adding to the pile of redundant information. AI models are particularly good at summarizing this type of repetitive content, which means the user may never even need to click your link to get the “slightly better” information you worked so hard to produce. SEO Performance vs. GEO Reality: The Ethical Jeans Case Study The shift from traditional SEO to Generative Engine Optimization (GEO) is where the “belief” gap becomes most apparent. Reynolds shared a compelling example involving the search for “ethical jeans.” In traditional Google search results, one brand managed to rank highly through aggressive SEO tactics, despite not having a deep, verifiable history of ethical manufacturing. They understood the technical requirements of ranking and executed them perfectly. However, a second brand, which had spent years building a legitimate reputation for ethical production, ranked much lower because their technical SEO wasn’t as polished. However, when the same query was put to AI models like ChatGPT or Google’s Gemini, the results flipped. The AI models, which synthesize information from across the web—including news articles, social media discussions, and third-party reviews—ignored the first brand entirely. They recommended the second brand—the one with the actual reputation. “If that worked, if it was the same, that brand would be showing up in AI models,” Reynolds said of the SEO-first brand. “And they showed up in none.” This highlights a critical evolution: AI models are becoming sophisticated enough to distinguish between “optimized content” and “brand truth.” If the internet as a whole doesn’t believe your claims, the AI won’t either. Ranking in Google is no longer a guarantee of being recommended by an AI assistant. The Reddit Factor: Where Humans Go to Find Truth If you want to know if people believe your brand, Reynolds suggests skipping your Google Search Console for a moment and heading to Reddit. On platforms like Reddit, Quora, or specialized forums, users speak with a level of blunt honesty that doesn’t exist in a marketing funnel. “Go to Reddit… look at all the brands,” Reynolds advised. “You find out that humans don’t believe you.” Searchers are increasingly adding the word “Reddit” to their Google queries because they are tired of “zombie content.” They want to hear from real people who have actually used a product or visited a restaurant. If your brand is being torn apart on Reddit,

Uncategorized

Why more content is no longer a reliable way to grow SEO

For nearly two decades, the blueprint for search engine optimization was straightforward: if you wanted more traffic, you simply needed more content. The logic was rooted in a mathematical certainty—every new page published was a new “hook” in the water, a fresh opportunity to capture long-tail keywords and expand a domain’s digital footprint. Content calendars were governed by volume, and success was measured by the sheer number of URLs indexed. However, the SEO landscape of the mid-2020s has fundamentally shifted. We have entered an era where the traditional “more is better” philosophy is not only failing to produce results but is actively harming the performance of established websites. For digital publishers, tech brands, and gaming news outlets, the realization that volume has lost its efficacy is a bitter pill to swallow. Yet, understanding why this shift has occurred is the only way to navigate the next phase of organic growth. Why content volume once fueled SEO growth To understand why the old model is breaking, we must first acknowledge why it worked so well for so long. Historically, search engines like Google operated primarily on keyword matching and topical coverage. In a less crowded internet, expanding into the “long tail”—those specific, three-to-five-word queries—was a reliable way to capture underserved audiences. If you wrote a dedicated page for every possible variation of a topic, you were almost guaranteed to win by default because the competition was thin. Publishing frequency served as a powerful signal of “freshness.” Sites that updated daily or multiple times a day were crawled more frequently by Googlebot. This constant activity signaled relevance and authority, helping sites climb the rankings through sheer persistence. This era gave rise to programmatic SEO, where companies used templates to generate thousands of pages for local searches or product variations, capturing massive amounts of traffic with minimal editorial oversight. In that environment, quantity was a rational strategy. The relationship between content production and traffic growth was linear. But as the web became saturated and search algorithms evolved from simple pattern matching to sophisticated intent understanding, the mechanics of search visibility underwent a radical transformation. The breakdown of the volume-driven model The traditional model of SEO is currently facing a “perfect storm” of technological and structural challenges. Adding more pages to a site is no longer a neutral act; it is an act that carries significant risk and diminishing returns. Several key factors are driving this breakdown. Content saturation and the “Winner-Takes-Most” reality In almost every commercially viable niche—from SaaS tools to gaming reviews—the “low-hanging fruit” of the long tail has been picked clean. Most topics are now covered by dozens, if not hundreds, of high-authority sites that have years of accumulated backlinks and user behavioral data. When a site publishes a new piece of content today, it isn’t entering an empty room; it is entering a crowded arena where incumbents have a massive head start. Search engines have also become better at consolidating results. Instead of showing ten different pages for ten slight variations of a keyword, Google now understands that the user intent is the same across all of them. Consequently, it routes all that traffic to a single, authoritative URL. If a site tries to cover these variations with multiple pages, it often finds those pages competing against itself rather than the competition. The Rise of AI Overviews and Zero-Click Searches The introduction of AI Overviews (formerly SGE) has fundamentally changed the value proposition of informational content. For years, SEOs relied on “how-to” guides and “what is” articles to build top-of-funnel traffic. Today, Google’s AI often answers these queries directly on the search results page. If a user’s question is answered in a three-sentence AI summary, they have no reason to click through to a blog post. This shift hits volume-heavy sites the hardest. A site with 5,000 informational articles may find that while its pages are still “ranking,” the actual click-through rate (CTR) has plummeted. In this new search experience, being “visible” is no longer the same as “generating traffic.” Crawl Budget and Indexing Limits Google does not have infinite resources. Its “crawl budget”—the amount of time and energy Googlebot spends on a specific site—is finite. Google’s own documentation explicitly states that low-value, thin, or redundant URLs can drain crawl activity away from the pages that actually matter. When a site continues to pump out mediocre content, it forces Google to waste its budget on junk, meaning the high-converting transactional pages or high-quality evergreen posts are crawled less frequently and may even fall out of the index. The hidden mechanics of “Content Debt” One of the most overlooked aspects of modern SEO is the concept of content debt. In the rush to publish, many teams treat content as a “set it and forget it” asset. In reality, every page published is a long-term maintenance commitment. As information changes, links break, and search intent evolves, old content begins to decay. This decay doesn’t just affect the old page; it creates a “weight” that drags down the entire domain’s perceived quality. A site with 2,000 articles is managing 2,000 potential points of failure. If 1,500 of those articles are outdated, thin, or poorly engaged with, they send a signal to search engines that the domain is not a high-quality resource. This “topical dilution” makes it harder for the search engine to trust the site even on the topics where it actually possesses genuine expertise. The true cost of a volume strategy often isn’t realized until 18 to 24 months later, when the editorial team spends more time trying to fix old, failing content than they do creating anything new. The shift toward citation-driven visibility As Large Language Models (LLMs) and AI-driven search engines become the primary way people find information, the goal of SEO is shifting from “ranking” to “being cited.” LLMs are highly selective about the sources they reference in their summaries. They don’t look for the site with the most pages; they look for the site with the most

Uncategorized

How to measure paid social’s impact on PPC

In the world of performance marketing, we often fall into the trap of viewing our channels as isolated silos. We look at Facebook Ads Manager and see a high Cost Per Acquisition (CPA), then look at Google Ads and see a much lower CPA, and the immediate instinct is to shift the entire budget into search. However, this narrow view ignores the complex journey a modern consumer takes. Paid social media acts as the engine of discovery, while PPC (Pay-Per-Click) is the mechanism of capture. If you reduce your social spending because the direct attribution looks weak, you might inadvertently starve your search campaigns of the intent they need to thrive. The challenge has always been proving this relationship. How do you quantify the “invisible” influence of a TikTok scroll on a Google search three days later? Measuring paid social’s impact on PPC requires moving beyond standard platform reporting and entering the realm of incrementality testing and strategic experimentation. This guide will walk you through a professional framework to design, execute, and analyze a test that reveals exactly how your social media investment fuels your search engine results. Step 1: Determine Your Hypothesis Every successful marketing experiment begins with a clear, data-backed hypothesis. You cannot simply “run a test” and hope for insights; you must define what you expect to happen and why. A common mistake is focusing solely on direct conversions. Instead, your hypothesis should focus on the “Search Lift” phenomenon. The Search Lift Hypothesis A standard hypothesis for this type of measurement usually looks like this: “Increasing our investment in paid social media will result in a measurable increase in brand search volume and an improvement in the Click-Through Rate (CTR) of our PPC campaigns.” The logic behind this hypothesis is rooted in three core marketing principles: Awareness Drives Intent: Social ads are push marketing. They introduce your brand to people who aren’t searching for you yet. As familiarity grows, these users will eventually use search engines to find your specific brand when they reach the “consideration” phase of their journey. The Trust Factor: A user who has seen your brand five times on Instagram is significantly more likely to click on your Google Search ad than a user who is seeing your name for the first time. This familiarity increases your CTR across both brand and non-brand keywords. Conversion Momentum: Exposure builds trust. When a user is exposed to multiple touchpoints across social media, their confidence in your product increases. Consequently, when they finally land on your site via a PPC ad, the likelihood of them converting is higher than a “cold” visitor. Your hypothesis could also be broader. You might want to measure how social spend influences organic search traffic or direct site visits. Regardless of the scope, ensure your hypothesis is grounded in metrics you can actually track, such as impression volume, CTR, and conversion rates for specific keyword groups. Step 2: Designing the Test via Geographic Splits Once you have your hypothesis, you need a testing environment that minimizes outside noise. Many marketers make the mistake of using a “before and after” test—measuring performance in month one, increasing social spend in month two, and comparing the results. This is fundamentally flawed because it fails to account for seasonality, market shifts, or promotional changes. The gold standard for measuring cross-channel impact is the geographic split test (geo-split). In this model, you select two sets of geographic regions that have historically performed similarly. You increase (or decrease) social spend in the “test” group while keeping spend constant in the “control” group. You then monitor the PPC performance differences between the two regions. Selecting Your Geographies Choosing the right regions is the most critical part of the setup. You must control for variables that could skew your data. Here are the most common pitfalls to avoid when selecting your geographic groups: Regional Media Influences: If you sponsor a regional sports team or have a heavy TV presence in a specific market, that market should not be compared to one where you have no such presence. A televised game can cause a massive spike in brand search that has nothing to do with your social ads. The Commuter Effect: This is a classic data trap. If you run a test in New York City but use New Jersey and Connecticut as your control group, your data will be “leaky.” Thousands of people see your ads while working in NYC and then perform their searches or purchases when they get home to NJ. In this case, you should group the entire Tri-State area together as one region and compare it against a similar urban hub like Chicago or Philadelphia. Local Events and Seasonality: Major conferences, music festivals, or even localized weather events (like a snowstorm in the Midwest vs. sunshine in the South) can radically alter search behavior. Ensure your test and control groups are statistically similar in terms of climate, urban/rural split, and income levels. Managing Your PPC Budget During the Test A common error in these tests is failing to prepare the PPC side for the influx of demand. If your social ads successfully drive more people to search for your brand, your Google Ads “Impression Share” might drop because you’ve hit your daily budget limit. If you don’t have the budget to capture the new search volume your social ads created, the test will appear to have failed when it actually succeeded. Before launching, check your “Impression Share Lost to Budget” in Google Ads. Ensure you have enough head-room to capture a 10% to 20% increase in search volume without being throttled by budget constraints. Step 3: Measurement and Data Analysis Measurement can range from a simple platform-to-platform comparison to a complex multi-touch attribution model. The right approach depends on your tech stack and the volume of data you’re processing. Simple Platform Analysis At its most basic level, you are looking for a correlation. For example, if you pause social spending across platforms like TikTok,

Scroll to Top