OpenAI is making a clearer push into e-commerce advertising by letting retailers generate ads directly from their product catalogues inside ChatGPT.
What’s happening. Retailers can now connect product feeds to ChatGPT, allowing the platform to automatically create ads using product names, images and attributes, instead of building campaigns manually.
The ads themselves don’t change for users. They still appear beneath responses and are clearly labelled as sponsored.
Why we care. Running ads at scale has been a major barrier for e-commerce brands in ChatGPT.
This update removes that friction, especially for retailers with large inventories, by turning product catalogues into ready-to-run ad campaigns.
Zoom in. Brands set rules for which products to include, then let the system generate ads automatically.
It mirrors how shopping campaigns work on platforms like Google, where structured feeds power both organic and paid visibility.
What’s new. Previously, product data could inform ChatGPT’s answers, but it couldn’t be used for advertising.
Now, that same data powers both, effectively linking organic presence with paid campaigns.
Between the lines. This signals a shift in how OpenAI plans to monetise shopping.
Rather than taking a cut of transactions, it’s moving toward capturing ad budgets already spent on platforms like Amazon and Meta.
What they’re saying. Industry analyst Debra Aho Williamson called feed-based automation “table stakes,” noting that ChatGPT’s edge lies in serving ads based on conversational intent rather than traditional signals.
Ad tech partners like StackAdapt say the setup integrates easily with existing feeds, lowering adoption barriers.
Cost-per-action models are also reportedly in development, pointing to a deeper push into performance advertising.
What to watch. Expect more retailers to test ChatGPT as a performance channel as setup becomes easier. The bigger question is whether conversational intent can drive conversions as effectively as traditional search or marketplace signals.
When a website migration goes wrong, the consequences can be a devastating loss of organic traffic and revenue. But what happens when the damage isn’t immediately visible? What if Google is silently deprioritizing your content, page by page, until your traffic has evaporated?
This is the case study of how a multinational media organization lost 90% of its traffic following a domain migration, and how addressing a seemingly harmless technical issue — soft 404 errors — helped unlock suppressed traffic potential across 13 country-specific domains.
While this case study examines events from 2021–2023, the lessons learned remain timeless and directly applicable to any site facing indexing challenges today.
The catastrophic drop
In January, 2022, the Brazilian localization of a cryptocurrency news website completed a domain migration. After the transition, traffic didn’t just drop — it plummeted. Comparing December 2021 to December 2022, both sessions and pageviews had fallen approximately 90% year-over-year.
According to Google Search Console data, the old domain (xx.com.br) was receiving between 15,000 to 25,000 clicks per day before migration. After migrating to the new subdomain structure (br.xx.com) in January, traffic collapsed and never recovered. It stabilized at around 2,000 to 4,000 clicks per day — a sustained loss that persisted for over a year.
The migration coincided with three major Google algorithm updates in June 2021: the core update, spam update, and page experience update. While these updates caused the expected temporary volatility, the Brazilian site showed no signs of recovery.
Your customers search everywhere. Make sure your brand shows up.
The SEO toolkit you know, plus the AI visibility data you need.
Start Free Trial
Get started with
The migration problem: More than just redirects
Domain migrations typically show an initial traffic drop as Google recrawls and reassesses the site. That’s expected.
Normally, this traffic recovers within weeks or months. In this case, there were no signs of recovery.
The root cause? The old domain continued to be crawled by Google long after the migration.
According to the team’s analysis, proper redirect implementation and technical migration protocols weren’t fully implemented, causing Google to split its crawl budget between two domains rather than consolidating authority on the new one.
In mid-August 2022, after addressing the migration issues with the SEO and IT teams, there was a subtle uptick — a peak of 12 clicks and 37 impressions on Aug. 29, 2022. While modest, this represented the first signs of recovery and indicated that Google was beginning to properly recognize the new domain.
Using Facebook Prophet forecasting on pre-migration data, the team estimated that without the migration issues, the Brazilian site would have exceeded 2 million monthly clicks by early 2022. Instead, it was generating a fraction of that traffic.
Understanding the indexing bottleneck
While fixing the migration was critical, it revealed a deeper problem affecting not just Brazil, but all 13 of the site’s country domains: a massive indexing backlog.
Google’s page processing follows four stages:
Crawl: Google discovers and reads pages.
Render: The page code is rendered.
Index: Pages wait in a queue to be stored in Google’s index.
Rank: Pages appear in search results with rankings.
The Brazilian site was taking an average of 2 minutes for Google to crawl new articles (an acceptable amount of time for a news site). However, indexing these articles was taking 24 hours. For time-sensitive cryptocurrency news, this delay was catastrophic. By the time the site’s articles were indexed, the news cycle had already moved on.
The scale of the site migration problem: 513,000 crawled, but not indexed, pages
In January 2023, Google Search Console revealed alarming indexing issues across all domains:
Crawled – currently not indexed: 513,369 pages (Brazil alone)
Soft 404: 1,193 pages and growing rapidly
Alternate page with proper canonical tag: 2,532 pages
Discovered – currently not indexed: 524 pages
The “Crawled – currently not indexed” issue was particularly concerning. These were pages that Google had successfully crawled but chose not to index. This typically happens when Google considers a page low-quality, duplicate, or not worth the crawl budget.
Upon investigation, the team discovered that converter pages (e.g., “/usd-to-thor?amount=250” or “/eur-to-signaturechain?amount=1000”) were being automatically generated at scale. These thin content pages were consuming Google’s crawl budget, causing it to deprioritize the entire domain.
The soft 404 time bomb
While fixing the migration and removing low-quality pages was important, the most insidious issue was the proliferation of soft 404 errors.
A soft 404 occurs when a page returns a 200 (success) status code but actually contains no meaningful content — essentially a “page not found” that doesn’t properly signal its emptiness to search engines. Unlike hard 404s, which clearly communicate that the page doesn’t exist, soft 404s confuse search engines and waste crawl budgets.
The data revealed this wasn’t isolated to Brazil. Soft 404 errors were growing exponentially across multiple domains:
xx.com (main site): 90,400 affected pages
es.xx.com (Spain): 17,700 pages
kr.xx.com (Korea): 15,400 pages
fr.xx.com (France): 15,100 pages
de.xx.com (Germany): 8,010 pages
Specifically for France, Google Search Console data showed a direct correlation: As soft 404 errors began accumulating in October 2022, total crawl requests dropped from 60,000–70,000 per day to just 20,000–30,000 per day. Google was literally giving up on crawling the site efficiently.
The crawl budget crisis
The concept of crawl budget is critical to understanding why soft 404s matter so much.
Search engines allocate a finite amount of resources to crawl each website. If Google wastes time crawling broken, empty, or duplicate pages, it has less capacity to discover and index your valuable content.
For news sites publishing dozens of articles daily, this creates a vicious cycle: New content doesn’t get indexed quickly, engagement drops, Google further reduces crawl budget, and the problem compounds.
In January 2023, Google was wasting significant resources crawling pages that provided no value. This meant:
Slower indexing of new, timely content.
Reduced visibility in search results.
Lost traffic opportunities.
Degraded domain authority in Google’s eyes.
The systematic fix: Addressing root causes of site migration problems
Starting Jan. 31, 2023, the team implemented a comprehensive technical SEO remediation plan focused on three priorities:
Urgent: Soft 404 resolution
The team identified the source of soft 404 errors and implemented proper HTTP status codes. Pages that truly didn’t exist began returning proper 404 or 410 status codes. Pages with content were fixed to render properly.
High priority: Crawl budget optimization
Removed or noindexed automatically generated currency converter pages.
Implemented stricter URL parameter handling.
Used robots.txt to block low-value URL patterns.
Set up proper canonicalization for variant pages.
Medium priority: Core Web Vitals
While user experience metrics were important, the team recognized that fixing indexing issues would have a more immediate impact than optimizing page speed. Core Web Vitals improvements were addressed, but not at the expense of resolving indexing bottlenecks.
Weeks after implementing the fixes, the impact was measurable:
Brazil (br.xx.com)
Crawled – currently not indexed: Dropped from 513,000 to 220,000 pages (57% reduction).
Soft 404 errors: Reduced from 1,193 to 370 pages (69% reduction).
Traffic recovery: Visible upward trajectory starting early 2023.
Germany (de.xx.com)
Indexed pages: Increased from ~150,000 to 370,748.
Total clicks: Rose from ~8,000/day average to sustained 12,000-15,000/day.
Google Discover traffic share: Jumped from 42% to 58%.
Poland (pl.xx.com)
Indexed pages: Grew from ~100,000 to 135,556.
Total clicks: Increased significantly with multiple traffic spikes above 30,000/day.
Google Discover traffic share: Rose from 15% to 86%.
Spain (es.xx.com)
Google Discover clicks: Increased from ~450,000 to 912,721 total.
Traffic distribution: Discover now represents 65% of total traffic.
All domains combined
By late April 2023, soft 404 errors across all domains had dropped from a peak of approximately 120,000 pages to under 20,000 — an 83% reduction.
Most remarkably, the biggest traffic gains came from Google Discover — Google’s personalized content recommendation feed. As indexing health improved, Google began trusting the domains enough to recommend their content more aggressively to users.
The Core Web Vitals paradox
Interestingly, improvements to Core Web Vitals (page speed, interactivity, and visual stability) showed mixed results:
Desktop improvements:
Germany: 25.1% → 97.1% good URLs
Poland: 20.5% → 68.9% good URLs
Korea: 15% → 84.6% good URLs
Mobile challenges:
Brazil: 0% → 0% (no improvement)
Argentina: 0% → 0%
Thailand: 0% → 0%
Korea: 93.4% → 0.5% (severe regression)
Turkey: 94% → 0% (severe regression)
The team’s hypothesis: Core Web Vitals performance is heavily influenced by regional factors like CDN proximity, server location, network quality, and device capabilities. Countries with poor mobile infrastructure or greater server distance showed minimal improvement despite technical optimizations.
This reinforced an important lesson: Not all technical SEO issues affect all markets equally. A one-size-fits-all approach would have wasted resources by optimizing for metrics that couldn’t improve without infrastructure investment, while the real wins came from addressing indexing fundamentals.
Key technical SEO lessons
1. Indexing issues trump almost everything else
No amount of content quality, backlinks, or page speed optimization matters if Google isn’t indexing your pages. Before optimizing what’s visible, ensure your content is actually being indexed.
2. Soft 404s are silent killers
Unlike hard 404s that immediately alert you to problems, soft 404s quietly accumulate, degrading your crawl budget until you notice traffic declining. Regular monitoring of Google Search Console‘s “Pages” report is essential.
The Brazilian site’s migration issues persisted for over a year. A proper migration protocol should include:
Complete redirect mapping verification.
Confirmation of old domain deindexing.
Search Console property setup and validation.
Multi-week monitoring of both old and new domains.
Crawl rate and indexing speed tracking.
4. Crawl budget is real for high-volume sites
For sites publishing 10+ articles daily across multiple domains, crawl budget optimization is not optional. Automatically generated pages, URL parameters, and infinite scroll implementations can quickly consume available crawl resources.
5. Regional differences demand regional solutions
Core Web Vitals data showed that Brazil, Argentina, and Thailand couldn’t achieve the same performance as European markets. Instead of forcing uniform standards, prioritize fixes tailored to each market that can actually succeed.
6. Google Discover is increasingly critical
For news and timely content publishers, Google Discover accounts for a substantial share of traffic in some markets. But Discover only promotes content from sites Google trusts — and technical issues like soft 404s directly erode that trust.
Practical site migration implementation guide
For teams facing similar challenges, here’s a systematic approach:
Weeks 1-2: Audit and prioritize
Access Google Search Console for all properties.
Export “Page indexing” reports for all domains.
Identify the scale of each issue category.
Calculate the trend (growing, stable, or declining).
Prioritize based on issue volume and growth rate.
Weeks 3-4: Fix soft 404s
Sample 20–30 URLs from the soft 404 report.
Identify common patterns (empty pages, broken functionality, etc.).
Implement proper HTTP status codes (404, 410, or fix the content).
Validate fixes in Google Search Console.
Monitor for reduction in affected pages.
Weeks 5-8: Address crawled but not indexed
Analyze URLs to identify auto-generated content.
Implement robots.txt rules or noindex tags for low-value pages.
Review and strengthen internal linking to important pages.
Ensure proper canonicalization across variants.
Request reindexing via Search Console for key pages.
Weeks 9-12: Monitor and optimize
Track indexing coverage weekly.
Monitor crawl rate changes in Search Console.
Measure organic traffic recovery.
Identify remaining outlier issues.
Document learnings for future migrations.
Calculating the traffic loss from migration issues
How significant was this suppressed traffic opportunity?
According to Facebook Prophet forecasting based on pre-migration data, the Brazilian site was trending toward 20,000+ daily clicks. At the time of fix implementation in early 2023, it was receiving approximately 5,000–7,000 daily clicks. This represented roughly 6575% of potential traffic being suppressed — or conversely, the site was only achieving 25–35% of its forecasted potential.
More broadly, across all 13 domains, the soft 404 and indexing issues prevented approximately 500,000 pages from being indexed. Given average click-through rates for indexed pages, this represented millions of potential monthly impressions and hundreds of thousands of potential clicks being left on the table.
See the complete picture of your search visibility.
Track, optimize, and win in Google and AI search from one platform.
Start Free Trial
Get started with
Technical debt compounds
The most important lesson from this case study is that technical SEO issues don’t stay static — they compound. What starts as a few hundred soft 404s becomes thousands, then tens of thousands.
Google’s response isn’t immediate punishment, but gradual deprioritization. Traffic doesn’t crash overnight; it bleeds slowly.
For the Brazilian site, it took over a year to recognize the full scope of the problem. During that year, competitors filled the gap, topical authority eroded, and recovery became exponentially harder.
The good news? Once identified and systematically addressed, these issues are fixable. Within 12 weeks of implementing the remediation plan, every domain showed measurable improvement. Some saw traffic double or triple.
Technical SEO is often seen as unglamorous maintenance work. But as this case demonstrates, it’s the foundation upon which all other optimization rests. Before worrying about AI-generated content, E-E-A-T signals, or the latest algorithm update, ensure Google can actually find, crawl, and index your content.
Because the best content in the world is worthless if it’s trapped outside search engine indexes.
Wikipedia was once widely considered an unreliable source. Today, however, it’s often treated as a credible reference point because of its extensive citations and collaborative editing process.
It’s also one of the primary sources AI search systems rely on. Alongside Reddit, Wikipedia heavily influences the information surfaced by ChatGPT and Google.
The downside to this is that Wikipedia isn’t always foolproof. Negative or outdated information often persists on certain pages for months or even years. That information is then funneled back into AI search systems and relayed to users.
This creates a feedback loop where outdated or negative narratives can gain long-term visibility and credibility across AI search platforms.
So, how does one navigate the scenario when negative information ends up on Wikipedia?
How content ends up on Wikipedia
One of the main criteria of getting information on Wikipedia is verifiability. Media outlets and Wikipedia users verified by the platform itself are often the main providers of content.
For instance, respected third-party outlets such as news organizations and scientific journals are often the main sources. This leads to these outlets serving as gatekeepers of sorts.
It also means that verifiability is sometimes prioritized on Wikipedia over pure accuracy of content. Unfortunately, media outlets don’t always achieve 100% accuracy in their reporting.
Another issue is that Wikipedia’s editors are often decentralized volunteers. This means that content uploaded to the platform is often based on general consensus.
The result is that there’s no central authority on Wikipedia that can quickly “fix” disputed content.
Your customers search everywhere. Make sure your brand shows up.
The SEO toolkit you know, plus the AI visibility data you need.
Start Free Trial
Get started with
Why does negative and outdated information stick?
Wikipedia openly acknowledges that controversies surround the platform. It even maintains a page documenting those disputes over the years.
Negative or outdated information can persist for several reasons. In many cases, it also originates from a single high-profile news story or legal issue that continues to be cited long after the situation changes.
Citations
Wikipedia citations have extreme permanence. Once information is essentially backed by a “reputable” and verified source, removal from the platform becomes extremely difficult. Even information that has long since been disproven can remain on Wikipedia if it comes from a proper source.
The echo chamber effect
The web is a highly influential sphere. Wikipedia serves as both the influencer and the influenced in terms of absorbing and spewing information. Negative claims often circulate and reinforce themselves through Wikipedia — and this is only becoming more prominent with AI search platforms.
Risk aversion
Simply put, Wikipedia’s editors don’t want to be viewed as biased. This means they often avoid removing content from verified sources.
Differing news coverage
Negative stories often receive more coverage than positive ones. Corrections also tend to attract far less attention than the original reports, creating an imbalance in the sources Wikipedia relies on.
Wikipedia’s role in AI search
Wikipedia has become a major source for generative AI platforms, giving its content an added layer of credibility in AI-generated answers.
ChatGPT and Google AI Overviews frequently condense information from Wikipedia and other sources, such as Reddit and news outlets, into simplified narratives. As a result, outdated controversies or disputed claims can quickly spread to large audiences.
The issue is compounded by changing user behavior. Many users now rely on AI-generated summaries instead of clicking through to verify information themselves. Some estimates suggest roughly 40% don’t fact-check AI search results.
That means when AI systems surface negative Wikipedia content, it can shape perception almost instantly.
How Wikipedia and AI disrupted a social media company
My online reputation management company recently helped repair the image of a prominent marketing company. (For the sake of privacy, we’ll refer to them as Organization Z.)
Organization Z faced plagiarism claims nearly a decade ago. These claims were eventually cleared and dismissed, with any hint of wrongdoing squashed. However, the claims appeared on Organization Z’s Wikipedia page, where they were labeled a “controversy.”
Making matters worse was that far more attention was paid on Wikipedia to the apparent “controversy” than to the fact that Organization Z’s name was eventually cleared.
AI search engines then began to pull this information directly from Wikipedia. When users searched for the brand online, they encountered terms such as “controversy” and “plagiarism” despite all claims having been dismissed.
The controversy continued resurfacing online years after the claims had been dismissed.
How to navigate negative content on Wikipedia
Before diving into solutions, it’s important to understand what doesn’t work. Editing your own Wikipedia page creates a conflict of interest, and Wikipedia edits are closely monitored. You also can’t remove content without a strong policy-based justification, as the platform has strict standards around sourcing and removals.
With that in mind, here is a practical, step-by-step framework many ORM specialists recommend for addressing negative or outdated Wikipedia content.
1. Perform an audit
Identify the claims circulating on Wikipedia, along with the sources used. Outline any outdated references or integrity gaps.
Determine whether the information on the page is still relevant and whether the coverage is fair and balanced.
2. Compare Wikipedia to current coverage
Compare the Wikipedia page with how the brand, person, or issue is currently represented online. In this context, it’s the same step you would take while performing an AI narrative audit.
Identify whether important context is missing, outdated, or overemphasized. The goal is to spot gaps between reality and the narrative Wikipedia presents.
3. Address the citations
Now that you’ve identified mismatches and analyzed the sources Wikipedia is using, you can begin to address those citations. You’re not altering Wikipedia itself. You’re altering what Wikipedia cites.
Aim to publish factual, positive content that reflects the current reality. Prioritize third-party mentions on reputable media outlets or in academic journals.
4. Strengthen positive, balanced coverage
Build your brand image online with a specific focus on highlighting achievements and industry recognition. Make it clear that you’re a reputable voice in your industry, and Wikipedia will soon reflect that.
See the complete picture of your search visibility.
Track, optimize, and win in Google and AI search from one platform.
Start Free Trial
Get started with
AI search raises the stakes
Wikipedia remains a powerful source of information, but its reliance on citations and consensus can allow outdated or negative narratives to persist.
That becomes more consequential when AI search engines amplify those narratives in generated answers.
While brands can’t directly control what appears on Wikipedia, they can influence the sources that shape it. The key is to strengthen accurate, balanced coverage across reputable outlets and regularly audit how your brand appears online.
https://i0.wp.com/dubadosolutions.com/wp-content/uploads/2021/12/web-design-creative-services.jpg?fit=1500%2C600&ssl=16001500Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-12 12:00:002026-05-12 12:00:00How negative information spreads from Wikipedia into AI search
SEO used to be constrained by one thing more than anything else: dependency.
Dependency on developers, roadmaps, and “maybe next quarter.”
If you wanted a new page template, a calculator, a comparison widget, or even a simple interactive component, you had to ask, wait, and compromise. That’s changing fast.
If you’re in SEO or GEO today and you’re not learning how to vibe code, you’re limiting your impact.
Vibe coding changed the power dynamics in SEO
A few years ago, building tools like calculators or interactive widgets meant tickets, specs, and dev cycles.
Today, with AI, I’ve personally built dozens of mini apps, tools, and UI components without involving a single developer.
Some of those tools are small. Some are relatively ugly but effective. Some now bring in thousands of organic sessions per month.
Entire pages built around a vibe-coded tool are now outperforming traditional text-heavy competitors.
Parents Hub “Back To School Countdown” Vibe-Coded Tool
Even more importantly, I’ve introduced this mindset to my SEO team, and they’re now building tools on their own to achieve our search goals. That alone changes everything.
SEO teams can now move faster, test ideas immediately, and reserve developers for actual engineering work, including new templates, infrastructure, and scaling.
And yes, there’s something genuinely satisfying about building a tool yourself, publishing it, and watching it attract traffic month after month.
You don’t need to build fancy things. Just things that get the job done.
Your customers search everywhere. Make sure your brand shows up.
The SEO toolkit you know, plus the AI visibility data you need.
Start Free Trial
Get started with
Stop talking about user personas. Start talking to them.
Everyone agrees on the user persona theory:
Identify user personas.
Understand their pain points.
Create content that addresses them.
What almost no one explains is how to actually present that information.
Historically, SEO handled personas with text:
“If you’re a parent…”
“For families…”
“Business travelers should consider…”
That approach is already outdated. Today, we can let users self-identify and surface only the information that matters to them.
One example from a brand I manage:
A vibe-coded tabbed component.
Each tab represents a different user persona.
Clicking a tab reveals persona-specific content.
For airport transfers in Majorca, a “family” persona doesn’t care about the same things as a solo traveler.
Example case of the “User Persona” component
They care about vehicle safety, child seats, family-friendly routes, vehicle size, and indicative pricing. That content appears only when the Family tab is selected.
From an SEO and GEO standpoint, persona pain points were sourced directly from Google Search Console and query fan-out analysis.
The component was then vibe-coded and placed where intent needed to be satisfied immediately.
This aligns with how AI platforms already structure answers: segmented, persona-aware, and intent-first.
Entire traffic categories can be built on tools alone
On one personal project, we launched a brand-new Tools category — ten pages with simple tools, such as:
Calculators.
Checklists.
Calendars.
Countdown timers.
AI generators.
Each page leads with the tool and uses supporting components to answer sub-intents.
The result? More than 5,000 incremental clicks in two months. Most of those pages were also out of season.
One page we published targeted a Greek government school financial support program with a high-volume head term, dozens of long-tail queries, and extremely text-heavy competition.
We built:
A financial support eligibility tool.
A transparent explanation of the algorithm logic behind the tool for E-E-A-T.
Common rejection mistakes parents made when applying for support.
Historical program changes.
A step-by-step application flow.
Parents Hub Kindergarten Financial Support Eligibility Calculator
We tagged the tool as a WebApplication, implemented HowTo schema for the process, and properly marked up the FAQs.
Three days after publishing, the page was already ranking on the first page for the main term and generating about 100 clicks.
Sometimes SEO really doesn’t take that long if you solve the problem better than anyone else.
Tools are the ultimate SEO and PR assets
Some tools are built purely for traffic. Others are designed to become linkable digital assets.
A pregnancy due date calculator, a baby name generator, or a comparison table based on TripAdvisor data isn’t just a page. It’s a potential PR campaign.
When a digital asset solves a real pain point, looks modern, answers intent better than SERP features, and has clear PR angles, that’s where SEO, PR, and branding start to collide. That’s when things get really interesting.
Finding tool-page opportunities is easier than ever
With MCP servers from SEO tools, you can now surface tool ideas directly from search demand without leaving the chat, assess difficulty instantly, and launch faster than ever.
I’ve built and launched multiple tool pages this way, and the speed difference compared with traditional workflows is massive.
We’re entering a period where ideation, validation, and execution can all happen in days, not months.
See the complete picture of your search visibility.
Track, optimize, and win in Google and AI search from one platform.
Start Free Trial
Get started with
The big shift
SEO is no longer about who can write the longest article, rephrase the same information better, or game templates. It’s about who answers intent fastest, removes friction, and builds search experiences instead of documents.
Vibe coding changed who gets to build. And right now, the people embracing it are pulling away fast. If you want to win in modern SEO and GEO, build tools, build components, and build search experiences. Text alone isn’t enough anymore. And honestly, that’s a very good thing.
https://i0.wp.com/dubadosolutions.com/wp-content/uploads/2021/12/web-design-creative-services.jpg?fit=1500%2C600&ssl=16001500Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-12 09:00:002026-05-12 09:00:00Why vibe coding is becoming an SEO advantage
If you’ve ever opened a new post and immediately closed it again because you had no idea what to write, this one’s for you.
Yoast AI Content Planner is now available for Yoast SEO Premium users. Open a new post in your WordPress editor and you’ll find five relevant post ideas waiting for you, built from your existing site content. Pick one and Yoast builds out a structured draft, ready to write into.
What does it do?
Yoast AI Content Planner scans your existing site content, spots the gaps that matter, and gives you five relevant post ideas, right inside the WordPress editor. Pick the one that feels right and Yoast turns it into a structured starter draft, complete with a title, an outline, a focus keyphrase, a meta description, and content notes for each section.
You go from blank page to ready-to-write in minutes.
What do you get?
Here’s what Yoast builds for you once you choose an idea:
Site-specific post ideas. The suggestions come from your existing content and site structure, so they’re relevant to what you’ve already built, not generic topics that could apply to anyone.
A structured starter draft. Your chosen idea becomes a full draft framework: title, H2 outline, focus keyphrase, meta description, and content notes for each section. The structure is already there. You just fill it in.
A focus keyphrase suggestion. Yoast suggests a keyphrase for you, giving your post a strong SEO foundation from the very first step, without requiring you to research one yourself. A focus keyphrase is simply the main word or phrase you want your post to be found for in search.
Idea regeneration. If the first set of five ideas doesn’t feel right, you can generate a fresh set with one additional spark per session.
A couple of things worth knowing
Yoast AI Content Planner lives inside the WordPress post editor. You access it from any new empty post. There’s nothing new to install, no separate login, and no additional setup required.
The Content Planner feature appears when you create a new post.
For the feature to work well, your site needs to have enough published content for Yoast to build a meaningful picture of what you already cover. If there isn’t quite enough yet, you’ll see a low-confidence warning rather than suggestions.
How to get it
Yoast AI Content Planner is available now for Yoast SEO Premium users. Open a new post in your WordPress editor to get started.
http://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.png00Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-12 08:47:172026-05-12 08:47:17New: Yoast AI Content Planner turns a blank post into a structured draft
Google is set to automatically link Google Ads accounts with associated YouTube channels — according to communications sent to multiple advertisers — tightening the connection between video engagement and ad performance.
What’s happening. Advertisers have received notices that, from June 10, 2026, Google Ads accounts that aren’t already linked to a YouTube channel will be automatically connected.
The update removes the need for manual linking and ensures advertisers can access video engagement data and targeting features by default.
Why we care. Linking a YouTube channel unlocks deeper insights and more advanced targeting options — something many advertisers either overlook or delay setting up.
By automating the process, Google is effectively making video data a standard part of campaign optimisation.
Zoom in. Once linked, advertisers can access organic video metrics, including view counts, directly within Google Ads.
They can also build audience segments based on how users interact with their YouTube content — from video views to channel engagement.
What else. The integration allows advertisers to track “earned actions,” such as subscriptions or additional views driven by ads, and use those engagements as conversion signals.
That creates a clearer picture of how video campaigns influence user behaviour beyond just clicks.
What to watch. How advertisers adapt their measurement strategies once organic and paid video data are combined, and whether this leads to broader use of engagement-based conversion tracking in campaigns.
Bottom line. Google is making YouTube data harder to ignore — turning automatic linking into a default step for better targeting, measurement and performance.
First spotted. Several advertiser reported getting the comms from Google, including Founder of JXT Group, Menachem Ani, founder of PPC News Feed Hana Kobzová, and PPC Specialist Arpan Banerjee.
Adthena is bringing competitive visibility to ChatGPT ads — launching a new platform designed to track how brands show up across prompts, placements and competitors.
What’s happening. Adthena has unveiled its ChatGPT Intelligence Platform, positioning it as the first tool to offer whole-market visibility into ChatGPT Ads — similar to what it already provides for Google Ads.
The platform monitors more than 300,000 daily prompts, tracking which brands are advertising, where ads appear, and what messaging they use.
Why we care. ChatGPT’s native ads tools currently show advertisers a limited, self-focused view of performance.
Adthena is stepping in to fill that gap — giving advertisers insight into competitors, share of voice and prompt-level activity in a channel that’s still largely opaque.
Zoom in. The platform offers a full view of how ads appear across ChatGPT conversations, alongside competitive intelligence on who is bidding, where and with what creative.
It also includes real-time recommendations to optimise campaigns, helping advertisers act on insights rather than just observe them.
What else. Advertisers can analyse ad copy performance, monitor brand presence and track share of voice — all within a single dashboard that combines ChatGPT and Google Ads data.
That cross-channel view is designed to help teams make smarter budget decisions as search behaviour shifts.
Context. The launch follows Adthena’s earlier AdBridge tool, which helps advertisers migrate Google Ads campaigns into ChatGPT’s Ads Manager.
Together, the tools signal a growing ecosystem forming around AI-driven search advertising.
What they’re saying. CMO Ashley Fletcher said early adopters will shape the competitive landscape — and that the new platform “tells you exactly what to do about it.”
What to watch. Expect to see more third-party tools emerge as advertisers demand better visibility into AI-driven ad environments. Adoption will likely depend on how quickly brands start treating ChatGPT Ads as a core performance channel, while pressure may build on platforms like ChatGPT to improve their own native reporting capabilities.
http://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.png00Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-11 14:07:152026-05-11 14:07:15Wellness AI SEO Experts Worth Hiring in 2026
http://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.png00Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-11 14:01:422026-05-11 14:01:42Leading SEO Agencies for Cosmetic Brands
http://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.png00Dubado Solutionshttp://dubadosolutions.com/wp-content/uploads/2017/05/dubado-logo-1.pngDubado Solutions2026-05-11 13:50:332026-05-11 13:50:33Best AI SEO Agencies for Biohacking Brands in 2026