Tag: AI

  • Google’s New Patent May Transform Search Results Through AI

    Google’s New Patent May Transform Search Results Through AI

    Let me clarify—this is just a patent document, a flicker of a possibility, not an immediate change in Google Search.

    A recently published patent from Google hints at a potential shift in how we experience search results. It suggests that instead of landing on a standard webpage, searchers might be directed to an AI-crafted page tailored to individual queries.

    Patent Details. Known as AI-generated content page tailored to a specific user, this patent was filed about a year ago and approved just last month.

    This patent outlines a system using AI to auto-generate personalized landing pages for businesses or organizations. Instead of simply redirecting me to a generic homepage, it aims to deliver a page that’s directly relevant to my search intent and the organization’s offerings.

    Patent Abstract. Here’s an overview from the patent itself:

    “Techniques for generating an artificial intelligence (AI)-generated page for a first organization. The system can include a machine-learned model configured to generate the AI-generated page. The system can receive from a user device associated with a user account, the user query. Additionally, the system can generate a search result page for the user query. The search result page can include a first result associated with a first landing page of the first organization. The system can calculate a landing page score for the first landing page. The system can generate an updated search result page based on the landing page score exceeding a threshold value, the updated search result page having a navigation link to an AI-generated page for the first organization. The system can cause a presentation, on a display of the user device, the updated search result page.”

    Example Scenario. Picture this: I’m searching for “waterproof hiking boots for wide feet” on a site like REI or Amazon. Normally, I’d end up on a general “Hiking Boots” page and have to sift through countless options. But with AI, Google could direct me to a specially tailored page that zeroes in on exactly what I need.

    Community Reactions. Brandon Lazovic spotted this, and it was shared by Joshua Squires on LinkedIn stating, “In short, Google would use AI to generate a page that mimics your website but rebuilds it dynamically.” This has raised concerns among professionals. Glenn Gabe noted, “If you thought AIOs angered people, just wait for AI-generated landing pages from Google.” Lily Ray added, “Terrifying to be honest.”

    Why It Matters. This is a mere patent and might never see the light of day. However, it’s intriguing to ponder Google’s potential direction and what it could mean for the future of search.

    In any scenario, these insights offer a glimpse into the forward-thinking strategies within Google.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Build Powerful PPC Tools Instantly with Vibe Coding Magic

    Build Powerful PPC Tools Instantly with Vibe Coding Magic

    Discover how vibe coding empowers me to create custom PPC tools quickly using intuitive AI prompts instead of traditional coding techniques.

    I now find myself able to generate custom PPC tools using plain English, thanks to GPT-5. It’s a game-changer, giving a competitive edge to those who embrace AI-assisted automation.

    Frederick Vallaeys, who has built tools in mere minutes instead of months, is leading the way with AI. He has ten years of experience at Google creating invaluable tools like the Google Ads Editor and another decade at Optmyzr as CEO.

    Vallaeys has witnessed the evolution of automation firsthand, and vibe coding is the next giant leap. At SMX Next 2025, he shared his personal journey with vibe coding.

    If you’re involved in PPC, automation is crucially important. Initially, I relied heavily on Google Ads scripts because there was always more work than could be done in a day.

    ```json
{
  "alt": "Presentation on converting a flowchart to Google Ads script with a handwritten flowchart and displayed script.",
  "caption": "Transform your marketing strategy! Learn how to convert a flowchart into an actionable Google Ads script for better campaign control and efficiency.",
  "description": "This image displays a slide from a presentation on converting a flowchart into a Google Ads script, featuring a handwritten flowchart and accompanying script on-screen. The flowchart outlines decision-making based on target ROAS (Return on Ad Spend) and conversions, while the script provides a structured approach to automate this process. Ideal for marketing professionals seeking to enhance campaign effectiveness. Keywords: Google Ads, flowchart, script, marketing automation."
}
```

    The problem arises when Vallaeys questions who truly writes their scripts. Only a few people raise their hands, as most often copy and paste due to lack of coding skills.

    This results in limitations, confining you to what others have crafted instead of adding your personal flair.

    GPT revolutionized scriptwriting for those without coding skills.

    The best part lies in large language models being multimodal. Now, a simple photo of my campaign decision flowchart can be deciphered by AI to generate a complete Google Ads script.

    Instead of viewing client meetings as additional work, I’ve embraced them as opportunities for prompt-engineering sessions.

    ```json
{
  "alt": "Presentation slide titled 'Let's Vibe Code Something' with a task to build a persona scorer for an ad. Speaker is visible on the left.",
  "caption": "Exploring the fusion of coding and creativity, the presentation delves into building a persona scorer for ads, sparking inspiration for innovation.",
  "description": "This image showcases a presentation slide titled 'Let's Vibe Code Something,' focusing on a task to build a persona scorer for ads. The speaker is featured to the left, suggesting a live engagement. The slide mentions creating apps with AI, hinting at the intersection of technology and creativity. This context is suitable for those interested in coding, AI, and innovative marketing strategies. Ideal for search queries related to AI-driven app development and persona scoring."
}
```

    Changing my mindset allowed me to treat these meetings as prompt instructions for AI, simplifying task execution.

    Instead of delving into code, I merely describe my desired outcome, and AI takes care of the technical side. That’s vibe coding for you!

    Imagine needing software to perform functions X, Y, and Z. Detail your needs to a coding tool, and watch as it constructs the software. Vallaeys describes this process as mind-blowing.

    Scripts have become outdated; vibe coding is the way forward.

    Vallaeys demonstrated the effectiveness of this method by requesting a persona scorer for an ad tailored to various audiences from Lovable. The result was rapid and precise.

    ```json
{
  "alt": "Presentation slide discussing tasks for automation, with a focus on marketing tasks, alongside a speaker.",
  "caption": "Exploring the evolution of automation in marketing: Identifying small and large tasks ripe for automation in a pre-AI era.",
  "description": "This image displays a presentation slide titled 'Tasks to Consider for Automation' from a marketing event. It outlines 'LOTS' of tasks, such as frequent analysis and review, and 'LONG' tasks like report generation and updating account structures for efficient automation. A speaker is visible in the corner, indicative of a live presentation. The slide emphasizes the transition to more affordable automation processes and is relevant for digital marketers looking to optimize routine and strategic activities. Keywords: automation, marketing, tasks, analysis, RSA headlines, account structure."
}
```

    Working collaboratively with it, akin to a human developer, you describe needed changes without ever touching code.

    The automation framework traditionally targeted tasks ranging from frequent, quick activities to extensive, periodic ones. Vallaeys recommends not limiting automation to what’s already being done, but rather considering what you wish to do more often, making time-consuming tasks manageable.

    The old method was slow, taking at least a month to launch anything.

    I used to spend days compiling specifications, waiting for engineers to build, finding bugs, organizing meetings, and repeating the cycle.

    Traditional code was deterministic, relying purely on if/then logic. While reliable, it struggles with nuanced actions, like identifying competitor terms. Encompassing every variation of competitor keywords was virtually impossible.

    ```json
{
  "alt": "Flowchart showing the process of building automations involving marketers and engineers, with time estimates for each step.",
  "caption": "Discover the intricate dance between marketers and engineers in building automations—where coordination and timing make all the difference.",
  "description": "This flowchart illustrates the process of building automations with input from both marketers and engineers. It begins with a marketer writing a specification, followed by engineers building based on the spec. The cycle then involves discovering bugs, changing specs, and updating code, iterating over several days before reaching a launch phase after a month. The image is part of an SMX presentation on search marketing automation."
}
```

    Sam Altman’s launch of GPT-5 heralded a new era of on-demand software generation, transitioning beyond software-as-a-service.

    Tapping into this new approach takes just minutes, from writing a spec to letting AI build and refine it. Within an hour, you have a functional automation tool.

    This code isn’t just deterministic; it’s also flexible. Large language models handle nuanced queries with impressive accuracy.

    Vibe coding allows machines to create anything I can articulate clearly, from landing pages adhering to brand guidelines to unique audience tools.

    This paradigm shift means even tasks taking 90 minutes by hand are candidates for automation, creating disposable software to save time today, unaffected by future failures.

    ```json
{
  "alt": "A person gives a presentation with a slide showing a robot at a computer. Text lists items like landing page and mobile app.",
  "caption": "Exploring creative possibilities with Vibe Code: A futuristic look at coding applications with an AI-driven robot at the helm.",
  "description": "The image shows a presentation slide featuring a robot seated at a computer, symbolizing advanced technology in coding. The slide titled 'Things You Can Vibe Code' lists several coding projects: Landing page, Microsite, Interactive web app, Mobile app, Browser extension, and WordPress plugin. A person is presenting, emphasizing innovation in technology. The SMX logo, representing search marketing, is also visible. Keywords: Vibe Code, robot, coding, innovation, technology."
}
```

    Vibe coding enables building a range of online solutions — from landing pages to browser extensions — all through simple directives.

    Begin with tools you may already use, such as Claude or ChatGPT, for data analysis or visualization tasks.

    For more complex applications with databases or user logins, tools like Lovable, V0.dev, Replit, or Bolt simplify the process.

    If you have technical skills, Codex, Bolt.new, or Cursor offer robust capabilities, but simpler tools are often sufficient.

    I challenged someone in my team with no coding background to create a seasonality analysis tool using Claude.

    ```json
{
  "alt": "Presentation slide showing tools for vibe coding, with options for coders and non-coders.",
  "caption": "Explore the best tools for vibe coding, whether you're a seasoned coder or just starting out! Discover options tailored for both coders and non-coders.",
  "description": "This image features a presentation slide titled 'Tools for Vibe Coding,' highlighting tools for both coders and non-coders. For non-coders, it lists Claude (Anthropic), ChatGPT, and platforms like Lovable.dev, V0.dev, and Replit, known for AI-powered applications and data analysis. Options for coders include GitHub Copilot, Bolt.new, and Codex. The background is a geometric blue pattern, with a small speaker image in the left corner, likely presenting the slide. Keywords include coding, AI tools, and presentation."
}
```

    The process involved gathering materials, crafting a prompt, and testing via a browser without requiring installation.

    The team quickly iterated, enhancing features. The AI efficiently added helpful guidance and streamlined interfaces, leveraging its extensive training.

    I envisioned a tool sequence for expert review of blog posts, synthesizing feedback through a consolidated summary. This was easily vibe-coded in V0.dev.

    A Chrome extension for demos needing to blur sensitive numbers was swiftly constructed via simple prompts, addressing specific visibility needs.

    Effective prompting involves specifying the exact use case, allowing AI to generate relevant options and suggest innovative methods.

    ```json
{
  "alt": "Screenshot of PPC Ad Audience Analyzer with a blue background. A man is visible in the bottom left corner.",
  "caption": "Exploring the PPC Ad Audience Analyzer: Discover AI-driven insights that elevate your ad strategies with just one prompt. Ideal for marketers aiming to optimize audience targeting.",
  "description": "This image shows a comprehensive screenshot of the PPC Ad Audience Analyzer interface, designed to provide AI-powered insights on ad audiences. The screen highlights target audience analyses for fitness enthusiasts and brand-loyal customers with identified strengths and potential issues. A man is pictured on the left, and a QR code and call-to-action prompt users to explore customization options. With a blue geometric background, this tool is aimed at marketers seeking to enhance their advertising strategies."
}
```

    Engage with questions to uncover insights such as process approaches or data storage solutions, furthering learning opportunities.

    Utilizing chat mode for alternative exploration is advantageous, allowing detailed direction without altering code initially.

    You can experiment with my team’s audience analyzer, adapting it with ease to suit specific needs like logo integration or functional adjustments.

    It’s clear from Vallaeys: the competition isn’t against AI but against individuals harnessing its capabilities more effectively.

    Dive into vibe coding today. Select a tool, issue a simple prompt, and witness the remarkable outcomes firsthand. My first attempt left me in awe.

    By integrating this newfound knowledge, improving AI skills becomes attainable, ensuring a competitive edge.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlock AI Prompts in Google Search Console: A Step-by-Step Guide

    Unlock AI Prompts in Google Search Console: A Step-by-Step Guide

    I’ve been asked numerous times about how to track prompts effectively, especially by those using tools like Profound, Athena, and Peec. The big question on everyone’s mind is, “Which prompts are worth tracking?” In this ever-evolving landscape, it’s challenging to determine what buyers are querying about my company when they use LLMs.

    Currently, there isn’t a reliable data source that puts my mind at ease. Unlike traditional search with publicly available Keyword Planner data, it’s unlikely that OpenAI or Google will fully release this kind of data for analysis. Though there have been recent proposals by the UK CMA about Google and data transparency, I’m not holding my breath for significant change.

    Long story short, LLM tracking feels like navigating a black box. So, are there any alternative data sources we can use to track which prompts? Perhaps.

    Back in November, Jason Packer published an interesting report highlighting how ChatGPT searches accidentally leaked into Google Search Console reports, featuring PII. When this was confirmed by Ars Technica, OpenAI stated the problem affected only a small number of queries.

    ```json
{
  "alt": "Google Search Console screenshot with humorous text 'Bro, your ChatGPT is leaking' at the top.",
  "caption": "It seems ChatGPT is getting some curious searches! A humorous take on search queries in this Google Search Console screenshot.",
  "description": "This image is a screenshot from Google Search Console showing various search queries targeting ChatGPT-related phrases. The phrase 'Bro, your ChatGPT is leaking...' humorously headlines the image. The screenshot lists queries such as 'check this writing below' and 'how do I word this nicely', each with zero clicks. The Google Search Console logo is visible, adding context to the type of data displayed. This image combines analytics with a touch of humor, perfect for illustrating search trends or SEO discussions."
}
```

    This confirmed, for me, that ChatGPT queries do appear in some Search Console profiles. While privacy implications are significant and beyond this article’s scope, it shows that LLM queries are not impossible to capture.

    Additionally, Barry Schwartz has reported that AI Mode data is available in Search Console. This supports the idea that Search Console can track how users interact with LLMs.

    Based on my analysis, it seems that AI data appears to come from this area. By applying specific filters, I’ve noted steady increases in impressions over recent months, coinciding with Google’s roll-out of AI Mode features.

    ```json
{
  "alt": "Line graph showing total clicks and impressions over time with a spike in February.",
  "caption": "A line graph reveals a significant spike in total clicks and impressions in early February, illustrating a sudden surge in online activity.",
  "description": "This image displays a line graph from a digital analytics tool, showing total clicks and impressions across several months. The graph indicates a notable increase in activity, peaking in early February with impressions reaching over 2,000. The graph measures daily data, and the spike suggests successful content engagement or a well-timed campaign. This visualization helps in understanding web traffic trends and user interaction with online content."
}
```

    So, how can I access user prompt data in Search Console? The key is focusing on longer queries. Using regex, we can filter queries with 10 or more words, unveiling prompt-like behavior:

    1. Navigate to Search Console Performance > Search Queries

    2. Select Add Filter > Query

    ```json
{
  "alt": "Screenshot of a query filter interface with a regex in the keyword field.",
  "caption": "A glance at the query filter interface showcasing a regex pattern in action for refined data searches.",
  "description": "This image captures a section of a query filter interface where a regular expression (regex) pattern is entered in the 'Keyword' field. The interface displays options for filtering data queries based on the specified regex, aimed at capturing queries containing a certain pattern. The 'Apply' button is visible, offering a way to execute the filter settings. The design is clean, with a minimalistic style focusing on functionality and clear user interaction prompts."
}
```

    3. Choose Custom Regex

    4. Input: ^(?:S+s+){9,}S+$

    This method revealed understandable, prompt-styled queries when applied to various properties. Though the actual data cannot be shared, examples such as “Map out a full day in Glacier National Park…” highlight the trend.

    ```json
{
  "alt": "Analysis of AI engine queries with CSV file illustration",
  "caption": "Delving into AI-driven queries: An analysis reveals unique patterns in AI-mediated search data, illustrating the stark contrast between human and AI search behavior.",
  "description": "The image showcases an analysis of AI engine queries, highlighting differences between AI and human search behaviors. It includes an illustration of a CSV file labeled 'Queries.csv' and text discussing the nature of AI-generated search data, which typically features longer queries compared to human searches. The image sheds light on patterns in AI-mediated search data and the distinctive traits of AI interactions, making it an insightful piece for understanding AI systems."
}
```

    Mind you, there’s no direct evidence these queries originate from ChatGPT or similar AI platforms. It’s possible they reflect new user behavior patterns within Google.

    Regardless, analyzing these conversational query patterns provides invaluable insight into how customers search using longer strings.

    Will Critchlow wisely said, “we’re doing business, not science.” In our shift toward less attributed, zero-click data collection, the choice to leverage this available data is up to us.

    ```json
{
  "alt": "Image excerpt showing a breakdown of the five dominant prompt structures for user queries to LLMs.",
  "caption": "Exploring how users frame their questions to AI: A deep dive into the five dominant prompt structures that reveal user engagement with language models.",
  "description": "The image shows an analysis of common user prompt patterns to language models (LLMs). It specifically details the first two of five dominant prompt structures. The first is asking for curated rankings with queries like "What are the best/top/most...", commonly used for recommendations. The second structure involves 'How to...' requests, mimicking tutorial queries. This breakdown helps in understanding user interactions with AI systems."
}
```

    Currently, my preferred tool for prompt analysis is Claude. Its results are reliably robust, and its visualizations are effective. Integrating Claude into existing frameworks streamlines the process.

    After export, uploading prompt lists to Claude lets it perform behavioral analysis, identifying data themes and trends for better prompt tracking.

    Posing specific questions to Claude about customer behavior opens a treasure trove of insights. Analyzing this data reveals learning opportunities I would not have anticipated.

    ```json
{
  "alt": "Spreadsheet listing email marketing platform and brand comparison prompts with categories and audience segments.",
  "caption": "Explore this detailed spreadsheet for email marketing platform recommendations and brand comparisons, tailored to specific audience segments.",
  "description": "This image shows a spreadsheet containing prompts for tracking various email marketing platform recommendations and brand comparisons. It is divided into categories such as 'Platform Recommendations' and 'Brand Comparisons'. Columns include 'Category', 'Prompt to Track', 'Audience Segment', 'Intent Type', and 'Why Track This'. The spreadsheet is aimed at helping businesses choose the right email marketing tools by segmenting choices based on needs like SMB, B2B SaaS, and Nonprofit requirements."
}
```

    For instance, I discovered searches probing a PR issue from over three years ago are still frequent and that searches often use one company as a benchmark against its competitors.

    Finally, leveraging Claude to suggest new prompt-tracking methods, based on this data, offers an informed way to continually hone tracking efforts.

    While there’s no definitive system for selecting which prompts to track, incorporating Search Console data provides a clearer direction. The insights derived can help unearth unique user prompts and discern scalable themes for ongoing data tracking.

    This piece originally appeared on the Nectiv blog [as How To Mine Google Search Console For Conversation Data (Regex Included)] and is republished with permission.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Explore Google’s Nano Banana 2: Supercharge Your Image Creation

    Explore Google’s Nano Banana 2: Supercharge Your Image Creation

    I’m thrilled to share the exciting news about Google’s latest innovation, Nano Banana 2. This powerhouse merges pro-level image quality with lightning-fast speed, enabling me to create stunning, production-ready images faster than ever.

    Google DeepMind has introduced Nano Banana 2, officially known as Gemini 3.1 Flash Image. This new model seamlessly blends the intelligence of Nano Banana Pro with the swift performance of Gemini Flash.

    What’s new. Here are some standout features of Nano Banana 2:

    Advanced world knowledge: It elevates how I render subjects by integrating Gemini’s real-time web grounding, making it easier to create infographics and data visualizations.

    Precision text rendering and translation: The model delivers cleaner, more readable text in images, even providing localization options if needed.

    Stronger instruction adherence: It’s great to finally have a tool that handles complex, multi-layered prompts with ease.

    Subject consistency: I can maintain up to five characters and 14 objects within a single workflow, enhancing my creative projects.

    Production-ready outputs: With support for resolutions from 512px to 4K, I can generate content suitable for any project specification.

    ```json
{
  "alt": "Illustration of the water cycle with evaporation, condensation, precipitation, and runoff stages depicted using paper clouds, sun, and water with arrows.",
  "caption": "Explore the fascinating journey of the water cycle, visually illustrated with playful paper-cut elements showing evaporation, condensation, precipitation, and runoff processes.",
  "description": "This educational image creatively illustrates the water cycle using paper cutouts and craft items. It shows the processes of evaporation, condensation, precipitation, and runoff, each represented with arrows and labeled steps. The sun heats water, turning it into vapor; clouds form during condensation; precipitation is shown with falling water droplets; and runoff directs water back to oceans. Perfect for educational purposes, this image combines an engaging visual style with informative content to explain the cycle of water in nature."
}
```

    Enhanced visual fidelity: Enjoy sharper details, richer textures, and more dynamic lighting — all at incredible speeds.

    Why I care. Nano Banana 2 revolutionizes how I generate high-quality images, slashing the time and cost usually associated with creative development. This innovation means that I can quickly produce campaign assets and localized variations, saving me days of work.

    Fully integrated into Google Ads and Gemini, it streamlines the creative production process by accelerating testing and iteration cycles, allowing me to focus more on creativity and less on logistics.

    The rollout. Nano Banana 2 is now available within Google’s ecosystem, including Google Ads, Gemini app, Search AI Mode, Lens, and more — making it more accessible than ever.

    Between the lines. Google is raising the bar by making high-end image generation a standard feature. This shift suggests that premium creative control is now the norm, not an expensive upgrade.

    The bottom line. With Nano Banana 2, Google is predicting that creators like me desire fewer compromises — offering fast generation, robust reasoning, and production-ready visuals all within a single, streamlined model.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Explosive Growth in ChatGPT’s Ad Landscape: What You Need to Know

    Explosive Growth in ChatGPT’s Ad Landscape: What You Need to Know

    I recently discovered that the world of ChatGPT ads is rapidly evolving, with major brands tapping into high-intent prompts like “best” and “new.”

    After hearing about this trend, I delved into the findings from AI ad intelligence firm Adthena, which has been monitoring the acceleration of ChatGPT’s ad ecosystem. It’s fascinating to see more brands joining in, along with clearer patterns for ad placements.

    What’s happening? Adthena first spotted advertisers within ChatGPT just last week, and they’re already reporting a marked increase in both advertiser activity and ad delivery tactics.

    Advertisers spotted so far:

    • Best Buy
    • AT&T
    • Pottery Barn
    • Enterprise
    • Qualcomm
    • Expedia

    How ads are triggering: Analyzing over 1,500 prompts in the past week has revealed that most ads show up on the first prompt, while others activate on the third or fourth reiteration of the same query. High-intent words like “best” and “new” play a significant role.

    ```json
{
  "alt": "Chat interface discussing phone preferences with sponsored ads for OnePlus 15 and iPhone 16.",
  "caption": "Explore the latest in smartphone technology with personalized recommendations and insights, plus a sneak peek at top models like the OnePlus 15 and iPhone 16.",
  "description": "This image displays a chat interface where a prompt asks about preferences for buying a new phone, emphasizing budget and usage. Below, sponsored ads from Best Buy feature two smartphones: the OnePlus 15 Unlocked Phone, highlighting its power and camera, and the Apple iPhone 16, focusing on photographic and AI capabilities. This image is perfect for discussions on tech buying guides and new smartphone releases."
}
```
    • “I am going to buy a new phone. What is the best phone?”
    • “I need a new phone.”
    • “I need to buy a new desk, what’s best?”

    Between the lines: The keyword triggers are simple, focusing on commercial intent rather than emotional nuance. For instance, Best Buy managed to secure two ad slots in responses to iPhone-related prompts, indicating their early moves to capture this evolving market.

    Why this matters: As the ChatGPT advertising space grows, understanding these trigger behaviors — even at a basic keyword level — can be crucial for brands exploring this new avenue.

    The bottom line: ChatGPT ads are steadily transitioning from experimental phases to established patterns. While signals remain simple, competitive tensions are already brewing.

    Spotted. Insights into the competitive ChatGPT ad landscape were shared by Adthena’s CMO, Ashley Fletcher, who uploaded screenshots on LinkedIn.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • ChatGPT Traffic Enhances E-commerce Conversions by 31%

    ChatGPT Traffic Enhances E-commerce Conversions by 31%

    ChatGPT has significantly impacted e-commerce site conversions, with traffic from ChatGPT converting 31% better than non-branded organic search across 94 sites in 2025. Despite this impressive performance in conversion rates, it still contributes only a small fraction of the overall revenue. This insight comes from a detailed year-long analysis by Visibility Labs, covering from January to December 2025.

    Why I’m Interested. This data is crucial because it highlights how AI referral traffic, while not yet dominant, is showcasing higher conversion potential compared to traditional non-branded search traffic. It indicates a growing value in AI-driven referrals, supplementing rather than replacing existing channels.

    Higher Conversion Rate. The analysis found that ChatGPT traffic converted at 1.81% compared to 1.39% for non-branded organic traffic, translating to a 31% higher conversion rate. This trend was consistent for 10 out of the 12 months analyzed.

    • Visibility Labs points to intent compression as the key reason behind this high conversion rate. Users often use ChatGPT to refine their product preferences, arriving at product pages with a clearer purchase intent compared to visitors from typical search channels.

    Key Observations. While ChatGPT shows a conversion advantage, the overall growth has decelerated, and the traffic volume remains modest.

    • Significant Traffic Growth: There was an astonishing growth of 1,079% in ChatGPT visits, escalating from 1,544 in January to 18,202 in December. In comparison, non-branded organic traffic increased by 17% during the same timeframe.
    • Lower AOV: The average order value (AOV) for ChatGPT was $204, compared to $238 for organic traffic, marking a 14.3% difference.
    • Increased Revenue Per Session: Despite the lower AOV, ChatGPT generated $3.65 in revenue per session versus $3.30 from organic, yielding a 10.3% higher earning per session.
    • Minor Revenue Share: ChatGPT accounted for $474,000 in revenue against $32.1 million from non-branded organic traffic, amounting to 1.48%, which rose to 2.2% in the latter half of 2025.
    • Growth Correlated with Updates: The increase in traffic during the first half is linked to the introduction of shopping carousel features in April 2025. However, growth rates began to stabilize around August.
    • Overshadowed by Organic Traffic: Overall, non-branded organic traffic was 70 times larger than ChatGPT, narrowing to 47 times in Q4. Early 2025 saw variability, with conversions ranging from 15 to 37 per month, which limited confidence levels until the middle of the year.

    The Attribution Challenge. GA4’s referral data may not fully capture ChatGPT’s impact. According to Visibility Labs, many users receive recommendations through ChatGPT, then search for brands via Google before making a purchase, which are typically tracked as branded organic conversions.

    • To better capture AI-influenced sales, it’s advised to implement post-purchase surveys.

    Data Insights. Visibility Labs’ analysis included GA4 data span over 12 months (January to December 2025), gathered from 94 e-commerce brands with seven- and eight-figure turnovers, comparing 9.46 million non-branded organic sessions to 135,000 ChatGPT referral sessions. The study focused exclusively on visits with commercial intent, excluding homepage and blog traffic.

    The Complete Report. Find the detailed report here.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unleash Control: Google Expands AI Ad Guidelines Globally

    Unleash Control: Google Expands AI Ad Guidelines Globally

    I’ve got some exciting news to share: Google is rolling out its AI Max text guidelines across the globe! This means that as advertisers, we gain more autonomy over the creative processes of AI-generated ad copy by implementing custom text rules to maintain on-brand messaging.

    Here’s What’s Happening: Now, AI Max provides worldwide access to text guidelines for Search and Performance Max campaigns. These guidelines come with comprehensive language and vertical support.

    We can now use natural language instructions to shape AI-generated creatives. This includes the power to exclude certain terms or phrases, ensuring that what we publish stays true to our brand.

    Why This Matters to Us: In an era where AI-powered creative content is central to performance marketing, keeping a tight rein on brand safety and tone is crucial. By customizing text, we can ensure that ads align with user intent and our brand’s unique positioning. This way, we establish guardrails ensuring consistency, like guiding AI to avoid language that misrepresents our brand. Early adopters, such as BYD, have witnessed increased lead generation at reduced costs—proving that human-guided AI can significantly enhance campaign outcomes.

    The Bottom Line: Maintaining your brand voice in AI-generated ads is probably a top priority, just like it is for me. With Google’s expanded text guidelines, we now have practical and easy-to-use tools to keep control while scaling AI capabilities.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Navigating Google’s Spam Update: Lessons from an AI SEO Test

    Navigating Google’s Spam Update: Lessons from an AI SEO Test

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
    • Zero brand signals.
    • Programmatic AI-generated content.
    • Public data aggregation.
    • Intense internal linking.
    • No original research or authorship signals.

    Dig deeper: What 4 AI search experiments reveal about attribution and buying decisions

    Indexation was swift, and pages appeared for long-tail queries surprisingly quickly.

    Within a couple of months, each site was generating around 200 in-market clicks.

    However, the December spam update changed the game as clicks dropped to zero.

    I attempted data updates and performance-enhancing plugins, which proved futile.

    While I can’t pinpoint any single tactic’s failure, collectively, they resulted in sites whose only merit was temporary ranking. Once Google no longer found that useful, the sites were left bare.

    The lesson here isn’t the failure of these websites; it’s that Google allowed them just enough time to learn from them.

    Does affiliate content marketing still work?

    Affiliate content marketing remains a viable monetization strategy but not a growth engine on its own.

    There are many websites that offer a valuable user experience, adhere to best practices, and successfully generate affiliate income.

    For further guidance, consult Google’s information on creating helpful and people-first content to assess if your website is publishing content “created primarily for people, not to manipulate search engine rankings.”

    • “If the ‘why’ behind your content is to primarily draw search engine traffic, it’s not aligned with what our systems aim to reward. Using automation, AI-generated content to manipulate rankings violates our spam policies.”

    Even with best practices, factors such as the rise of AIO and other disruptions have tempered affiliate marketing’s past successes.

    Fortunately, alternatives exist. 

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
    • Zero brand signals.
    • Programmatic AI-generated content.
    • Public data aggregation.
    • Intense internal linking.
    • No original research or authorship signals.

    Dig deeper: What 4 AI search experiments reveal about attribution and buying decisions

    Indexation was swift, and pages appeared for long-tail queries surprisingly quickly.

    Within a couple of months, each site was generating around 200 in-market clicks.

    However, the December spam update changed the game as clicks dropped to zero.

    I attempted data updates and performance-enhancing plugins, which proved futile.

    While I can’t pinpoint any single tactic’s failure, collectively, they resulted in sites whose only merit was temporary ranking. Once Google no longer found that useful, the sites were left bare.

    The lesson here isn’t the failure of these websites; it’s that Google allowed them just enough time to learn from them.

    Does affiliate content marketing still work?

    Affiliate content marketing remains a viable monetization strategy but not a growth engine on its own.

    There are many websites that offer a valuable user experience, adhere to best practices, and successfully generate affiliate income.

    For further guidance, consult Google’s information on creating helpful and people-first content to assess if your website is publishing content “created primarily for people, not to manipulate search engine rankings.”

    • “If the ‘why’ behind your content is to primarily draw search engine traffic, it’s not aligned with what our systems aim to reward. Using automation, AI-generated content to manipulate rankings violates our spam policies.”

    Even with best practices, factors such as the rise of AIO and other disruptions have tempered affiliate marketing’s past successes.

    Fortunately, alternatives exist. 

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
    • Zero brand signals.
    • Programmatic AI-generated content.
    • Public data aggregation.
    • Intense internal linking.
    • No original research or authorship signals.

    Dig deeper: What 4 AI search experiments reveal about attribution and buying decisions

    Indexation was swift, and pages appeared for long-tail queries surprisingly quickly.

    Within a couple of months, each site was generating around 200 in-market clicks.

    However, the December spam update changed the game as clicks dropped to zero.

    I attempted data updates and performance-enhancing plugins, which proved futile.

    While I can’t pinpoint any single tactic’s failure, collectively, they resulted in sites whose only merit was temporary ranking. Once Google no longer found that useful, the sites were left bare.

    The lesson here isn’t the failure of these websites; it’s that Google allowed them just enough time to learn from them.

    Does affiliate content marketing still work?

    Affiliate content marketing remains a viable monetization strategy but not a growth engine on its own.

    There are many websites that offer a valuable user experience, adhere to best practices, and successfully generate affiliate income.

    For further guidance, consult Google’s information on creating helpful and people-first content to assess if your website is publishing content “created primarily for people, not to manipulate search engine rankings.”

    • “If the ‘why’ behind your content is to primarily draw search engine traffic, it’s not aligned with what our systems aim to reward. Using automation, AI-generated content to manipulate rankings violates our spam policies.”

    Even with best practices, factors such as the rise of AIO and other disruptions have tempered affiliate marketing’s past successes.

    Fortunately, alternatives exist. 

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot

    Do you remember when partial-match domains and headings could easily rank for commercially intended search queries? I do, and those were simpler times.

    With the right strategies and conversion-optimized widgets, I was able to quietly generate tens of thousands of dollars in affiliate revenue each month with minimal upkeep.

    Maintaining success was as simple as updating articles for relevancy and freshness signals.

    Pressure-testing Google’s spam update

    Before launching the experiment, I dedicated several months to scaling an affiliate initiative on a revered website within a YMYL category.

    We succeeded by hiring subject matter experts to craft informative content that genuinely educated our readers.

    While the newly created content targeted keywords with commercial intent, it wasn’t the sole purpose of the website. We also featured thousands of pages of user-generated content that guided the new writing and encouraged conversions.

    Our site boasted brand trust, original research, and expert insights—elements you’d anticipate from a reputable publisher.

    This was a perfect combination: a legacy of verticalized user-generated content, numerous earned backlinks, and a commercial element that met existing demand while complying with industry practices. It provided a genuinely helpful user experience.

    The experiment: Scaling AI without trust

    The initial model was founded on trust and earned authority, but this new venture removed those signals entirely. 

    During this period, many LinkedIn influencers were employing AI to mass-generate pages by scraping, rewriting content, or programmatically collating public data.

    Inspired, I scrounged a few dollars, purchased three domains, and tuned them to match these queries: “best welding schools,” “best plumbing schools,” and “best electrical schools.”

    The objective? To test a collection of low-trust, high-scale strategies popular online and observe how long they’d last.

    I used AI to enhance the websites visually, fetched public data through a vibe-coded Python API, and crafted templates for subheadings and paragraph text with ChatGPT based on what typically ranks online. 

    Within hours, thanks to liquid content, I published thousands of bottom-funnel pages across three websites. It allowed me to integrate public data, target specific program types and states with superlatives, and offer a directory with individual pages for each school.

    I even utilized aggressive internal linking tactics that favored crawl coverage over user intent.

    This arrangement ignored nearly every long-term trust signal, providing a valuable test of system reactions.

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

    All three sites shared similar traits:

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
    • Zero brand signals.
    • Programmatic AI-generated content.
    • Public data aggregation.
    • Intense internal linking.
    • No original research or authorship signals.

    Dig deeper: What 4 AI search experiments reveal about attribution and buying decisions

    Indexation was swift, and pages appeared for long-tail queries surprisingly quickly.

    Within a couple of months, each site was generating around 200 in-market clicks.

    However, the December spam update changed the game as clicks dropped to zero.

    I attempted data updates and performance-enhancing plugins, which proved futile.

    While I can’t pinpoint any single tactic’s failure, collectively, they resulted in sites whose only merit was temporary ranking. Once Google no longer found that useful, the sites were left bare.

    The lesson here isn’t the failure of these websites; it’s that Google allowed them just enough time to learn from them.

    Does affiliate content marketing still work?

    Affiliate content marketing remains a viable monetization strategy but not a growth engine on its own.

    There are many websites that offer a valuable user experience, adhere to best practices, and successfully generate affiliate income.

    For further guidance, consult Google’s information on creating helpful and people-first content to assess if your website is publishing content “created primarily for people, not to manipulate search engine rankings.”

    • “If the ‘why’ behind your content is to primarily draw search engine traffic, it’s not aligned with what our systems aim to reward. Using automation, AI-generated content to manipulate rankings violates our spam policies.”

    Even with best practices, factors such as the rise of AIO and other disruptions have tempered affiliate marketing’s past successes.

    Fortunately, alternatives exist. 

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
    • Zero brand signals.
    • Programmatic AI-generated content.
    • Public data aggregation.
    • Intense internal linking.
    • No original research or authorship signals.

    Dig deeper: What 4 AI search experiments reveal about attribution and buying decisions

    Indexation was swift, and pages appeared for long-tail queries surprisingly quickly.

    Within a couple of months, each site was generating around 200 in-market clicks.

    However, the December spam update changed the game as clicks dropped to zero.

    I attempted data updates and performance-enhancing plugins, which proved futile.

    While I can’t pinpoint any single tactic’s failure, collectively, they resulted in sites whose only merit was temporary ranking. Once Google no longer found that useful, the sites were left bare.

    The lesson here isn’t the failure of these websites; it’s that Google allowed them just enough time to learn from them.

    Does affiliate content marketing still work?

    Affiliate content marketing remains a viable monetization strategy but not a growth engine on its own.

    There are many websites that offer a valuable user experience, adhere to best practices, and successfully generate affiliate income.

    For further guidance, consult Google’s information on creating helpful and people-first content to assess if your website is publishing content “created primarily for people, not to manipulate search engine rankings.”

    • “If the ‘why’ behind your content is to primarily draw search engine traffic, it’s not aligned with what our systems aim to reward. Using automation, AI-generated content to manipulate rankings violates our spam policies.”

    Even with best practices, factors such as the rise of AIO and other disruptions have tempered affiliate marketing’s past successes.

    Fortunately, alternatives exist. 

    Dig deeper: Inside Google’s secret search systems: 1,200 experiments, AI agents, and entities

    Where is content heading in 2026?

    The real insight is not just that Google cracked down on spam or that affiliate content marketing is less effective. It’s that businesses reliant on one easily mimicked distribution channel are vulnerable when that channel shifts.

    The future of content will challenge businesses using search as their sole channel.

    Instead of focus on broadly applicable topics, many within the industry are emphasizing verticalized research and benchmarks to inspire genuine community dialogues. 

    ```json
{
  "alt": "Graph showing search performance metrics including clicks, impressions, CTR, and position over 28 days.",
  "caption": "Explore your website's search performance trends over the last 28 days with detailed metrics on clicks, impressions, CTR, and average position.",
  "description": "This image displays a performance report graph for a website's search analytics over 28 days. It shows total clicks (209), impressions (19.3K), average CTR (1.1%), and average position (26.8). The line graph reflects daily trends in clicks, impressions, and position, highlighting fluctuations across the timeline. The chart is part of a search analytics dashboard, providing insights into website traffic performance and SEO effectiveness."
}
```

    Content is evolving beyond simple pages meant to rank, becoming a blend of discovery, discourse, and thought leadership across various channels.

    Discovery, discourse, and thought leadership

    Hypothetical: Imagine running a SaaS company in the fintech domain, offering advanced financial forecasting.

    Rather than creating landing pages targeting “best financial forecasting software” or its affordable counterpart, consider delving into insightful discussions with industry leaders imparts significant wisdom.

    Leverage their expertise to pinpoint the most significant financial forecasting gaps in 2026 and verify: Does my offering genuinely address this?

    If yes, you’ve likely found a perfect entry to the community.

    If not, there’s your direction.

    Utilize these insights to craft interactive assessment-based landing pages, supporting them with benchmarking reports derived from top-tier industry organizations.

    The intent is for the content to aid organizations in understanding their present state and aims.

    These assessments or studies may not dominate Google for high-volume queries, but leveraging owned channels, partnerships, paid media, and other strategies can ensure they reach ideal clients.

    These insights act as a springboard for sharing authentic insights from unique dialogues, spanning multiple channels, amplifying your impact.

    If executed effectively, you’ll not only enrich the community but also achieve previously elusive growth.

    Companies such as Stripe with its “Developer Coefficient” and HubSpot with its “State of Marketing” have adopted this approach.

    Dig deeper: 3 GEO experiments you should try this year

    Content in 2026: Fewer pages, deeper moats

    This model diverges from mass-producing programmatic pages, but changes come with drawbacks:

    • Slower feedback loops.
    • Less attributable ROI.
    • Fewer “quick wins.”
    • Greater reliance on distribution and partnerships.

    In 2026, content focuses on fewer pages, but with more profound insights, strong opinions, and unique assets that are challenging to replicate.

    The spam update didn’t ruin my niche sites for Christmas, but it illustrated the thin margin for anything built without trust.

    Search marketing is about more than avoiding penalties—it’s about creating unique, trustworthy content that AI can’t easily replicate.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Discover LLM Traffic Growth and Conversion Secrets

    Discover LLM Traffic Growth and Conversion Secrets

    What 13 months of data reveals about LLM traffic, growth, and conversions

    Analyzing LLM referral traffic has opened my eyes to intriguing trends regarding volume, growth, citation shifts, and an impressive 18% conversion rate.

    Discussing LLMs and their impact on website traffic has become a staple in my client consultations. I’m often asked about current trends, potential improvements, and established best practices.

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

    For brands eager to navigate these waters, my advice is straightforward: begin with the data you can rely on.

    To understand how LLM traffic influences key metrics, I thoroughly analyzed 13 months of LLM prompt referral traffic within Google Analytics from our customer base (Jan. 1, 2025, to Feb. 7, 2026).

    ```json
{
  "alt": "Bar graph showing LLM sessions and line graph showing key event rate from January to December 2025.",
  "caption": "A dynamic visualization of LLM sessions and key event rates over 2025 reveals a notable rise in activities mid-year.",
  "description": "This image presents a dual-axis chart illustrating the LLM sessions with bar graphs and key event rate with a line graph, spanning January to December 2025. The turquoise bars represent session counts, while the blue line denotes event rate percentages. Key trends include an increase in values mid-year and towards the end of the year, suggesting heightened platform activity and engagement during these periods. This graph is useful for understanding user engagement trends over time."
}
```

    We concentrated on traffic from various LLM models to brand sites and the conversion events that align closely with substantial business outcomes, such as purchases or lead generation.

    Our analysis unveiled four significant insights:

    ```json
{
  "alt": "Line graph showing domain mentions by week for Reddit, YouTube, and prompt count from September 2025 to February 2026.",
  "caption": "Tracking the trends: A line graph visualizes Reddit, YouTube, and prompt count mentions over time, highlighting a spike in early November.",
  "description": "This line graph depicts the weekly mentions of Reddit, YouTube, and prompt count from September 2025 to February 2026. The X-axis represents the timeline, while the Y-axis shows the number of referenced domains. Notably, YouTube spikes in mentions around early November. The data demonstrates varying trends for each platform, valuable for analyzing digital engagement patterns."
}
```
    • LLM referral traffic remains modest.
    • LLM traffic is growing rapidly.
    • Sources mentioned in responses are evolving.
    • LLMs have a high conversion rate compared to other channels.

    LLM Referral Traffic is Still Small

    Our dataset reveals that LLM referral traffic constitutes less than 2% of total referral traffic. This means that fewer than 2 out of every 100 site visitors come from an LLM source.

    The figures vary between 0.15% and 1.5%, with sources like ChatGPT, Perplexity, Gemini, and Claude.

    ```json
{
  "alt": "Scatter plot showing conversion rates versus session percentages for various channel groups.",
  "caption": "Explore the performance of different channel groups with this scatter plot illustrating conversion rates against session percentages.",
  "description": "This scatter plot visualizes the relationship between average conversion rates and the percentage of sessions across various marketing channel groups. Data points include Organic Search, Direct, Email, and more, each represented by a green dot. The x-axis shows the percent of sessions, ranging from 0% to 25%, while the y-axis displays conversion rates from 0% to 20%. Keywords: conversion rates, channel groups, sessions, scatter plot."
}
```

    Though a hot topic, it’s not yet the top concern for immediate financial impacts for many businesses.

    … (The rest of the content should follow the same structure, formatted as Gutenberg paragraph blocks) …

    In this rapidly evolving space, I believe staying focused, driving innovation, and leveraging data can give brands a strategic advantage over competitors.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Profound Secures $96M to Revolutionize AI Marketing Platforms

    Profound Secures $96M to Revolutionize AI Marketing Platforms

    Today, I’m thrilled to share that we’ve successfully raised $96 million in a Series C funding round, reaching a remarkable $1 billion valuation. This monumental achievement was spearheaded by Lightspeed Venture Partners, with the esteemed participation of Sequoia Capital, Kleiner Perkins, Evantic, Saga, and South Park Commons.


    Inspired by this post on Try Profound Blog.


    crushpress.ai community screenshot