Google Adds AI Mode Traffic To Search Console Reports via @sejournal, @MattGSouthern

Google has updated its Search Console documentation, confirming it includes AI Mode data in Performance reports.

This is a change to note when reviewing your metrics, as it may impact traffic reporting patterns.

Understanding AI Mode and What’s Changed

AI Mode is Google’s interactive AI-powered search experience, which builds on AI Overviews to provide more detailed responses.

The feature breaks questions into smaller topics and searches for each one at the same time. This “query fan out” technique, as Google calls it, lets people explore topics more deeply.

The key change in Google’s documents is that AI Mode data counts toward the totals in Search Console.

Per the updated changelog:

“Data from AI Mode is now counting towards the totals in the Search Console Performance report.”

How AI Mode Metrics Work

The documentation explains how AI Mode measures different actions:

  • Click: When someone clicks a link to an external page in AI Mode, it counts as a click in Search Console.
  • Impression: Standard impression rules apply. This means users must see or potentially see a link to your site.
  • Position: Position calculations in AI Mode work the same way as regular Google Search results pages. Carousel and image blocks within AI Mode use standard position rules for those elements.

When users ask follow-up questions within AI Mode, they start new queries. The documentation notes:

“All impression, position, and click data in the new response are counted as coming from this new user query.”

Google Says Best Practices Remain Unchanged

Google’s documentation says:

“The best practices for SEO remain relevant for AI features in Google Search.”

There are no extra technical requirements beyond standard Google Search rules.

Google’s documentation clarifies:

“You don’t need to create new machine-readable files, AI text files, or markup to appear in these features. There’s also no special schema.org structured data that you need to add.”

Website owners can control the appearance of their content’s AI features using existing tools, such as nosnippet, data-nosnippet, max-snippet, or noindex controls.

Looking Ahead

With AI Mode data now included in Search Console reports, you may notice changes in traffic patterns and metrics. The data appears within the “Web” search type in the Performance report, mixed with other search traffic.

The documentation notes that clicks from search results pages with AI features tend to be “higher quality.” Users are “more likely to spend more time on the site.”

However, without dedicated tabs for traffic from Google’s AI features, it’s impossible to verify those claims.


Featured Image: Roman Samborskyi/Shutterstock

Google Lighthouse To Undergo Major Audit Overhaul: What To Know via @sejournal, @MattGSouthern

Google announced plans to revamp Lighthouse’s performance audits.

The new version will match the recently launched insights in Chrome DevTools’ Performance panel.

This shift will alter how performance data is organized and presented, impacting SEO professionals who utilize Lighthouse for website optimization.

Background: Combining Google’s Performance Tools

This update is part of Google’s effort to consolidate its various performance tools.

Barry Pollard from Google’s Chrome team explains:

“We’re updating the audits in Lighthouse to be based on the same Insights we recently launched in the Performance panel of Chrome DevTools. This will help align the two tools but will be a breaking change.”

What’s Changing: Renamed, Combined, and Removed Audits

The upcoming changes fall into three main categories:

1. Audit Merging and Renaming

Many existing Lighthouse audits will get new names and be merged. For example:

  • Three separate audits (“layout shifts,” “non-composited animations,” and “unsized images”) will be combined into a single “cls culprits insight” audit.
  • Several image optimization audits will combine into a single “image-delivery-insight” audit.

This merging means you can no longer turn off individual parts of these combined audits. You’ll need to turn the entire insight audit on or off.

Note, this is not a comprehensive list. For the complete list of renamed and consolidated audits, please refer to Google’s announcement.

2. Audit Removals

Several audits will be removed entirely, including:

  • First Meaningful Paint (replaced by Largest Contentful Paint)
  • No Document Write (rarely an issue in modern scripts)
  • Offscreen Images (browsers already handle these well)
  • Uses Passive Event Listeners (rarely an issue today)
  • Uses Rel Preload (too often recommended when not needed)
  • Third-Party Facades (limited usefulness and potential concerns)

3. New Organization

The new insight audits will appear under an “Insights” heading in reports. Unchanged audits will stay under the “Diagnostics” heading.

Timeline for Changes

Google will roll out these changes in stages:

  • Now: The new insights are already available in the Lighthouse JSON output for early adopters
  • May/June 2025 (Chrome 137): Lighthouse 12.6 will include a toggle to switch between old and new views
  • June: Lighthouse 12.7 will use newer insights audits by default
  • October: Lighthouse 13 will remove the old audit data completely

Pollard confirms:

“This has now been released to PageSpeed Insights too and will be included in Chrome 137 in about a month.”

How To Prepare

Here’s what to do to get ready:

  1. Use Lighthouse 12.6.0’s toggle feature to see how future reports will look
  2. If you use specific audit names in reports or analysis, start updating them
  3. Update any systems that use Lighthouse data
  4. Explain why performance reports will look different later this year

Pollard advises:

“Other Lighthouse tooling (for example if you’re using this in your CI) can also start migrating to these insights-based audits — the audits are available in the JSON outputs now.”

What This Means

Google continues to emphasize page experience and Core Web Vitals in its ranking algorithm. The underlying metrics remain unchanged, but the reorganization will impact how you identify and address performance issues.

The merged audits may provide a more comprehensive overview of related performance issues. This could make it easier to spot patterns and prioritize fixes. However, teams that have built custom tools around specific Lighthouse audits will need to adapt.

Looking Ahead

Google will publish documentation about the new insights on developer.chrome.com before the October change. They’ll keep the older documentation available for users of previous Lighthouse versions.

If you have concerns about these changes, Google has opened a GitHub discussion to gather feedback and answer questions.


Featured Image: brucephotography103/Shutterstock

Google Chrome Adds New Tools For Better Mobile Testing via @sejournal, @MattGSouthern

Chrome has added new DevTools features that help developers test website performance based on real-world data.

Available in Chrome 134, these tools include CPU throttling calibration and other improvements that help bridge the gap between development environments and actual experiences.

How This Helps

Developers build websites on powerful desktop computers. However, many users visit these sites on much slower mobile devices.

This creates a problem: performance issues may not show up during testing.

Chrome DevTools has offered CPU throttling for years, letting developers simulate slower devices. But choosing the right throttling level has been mostly guesswork.

This update is designed to eliminate the guesswork.

CPU Throttling Calibration

The main new feature in Chrome 134 is CPU throttling calibration. It creates testing presets specifically for your development machine.

After a quick test, DevTools creates two options:

  • Low-tier mobile” – Mimics very basic devices
  • Mid-tier mobile” – Matches average mobile device speed
Screenshot from: developer.chrome.com/blog/devtools-grounded-real-world, April 2025.

Brendan Kenny states in the Chrome Developers Blog:

“We generally recommend the ‘mid-tier’ preset for most testing. If many of your users have even slower devices, the ‘low-tier’ option can help catch issues affecting those users.”

Setting up calibration is easy:

  • Open the Performance panel’s Environment settings
  • Select “Calibrate…” from the CPU throttling dropdown
  • Let DevTools run a quick test
  • Start using your new calibrated presets
Screenshot from: developer.chrome.com/blog/devtools-grounded-real-world, April 2025.

What Throttling Can & Can’t Do

The new calibration makes testing more accurate, but it has limits.

Throttling works by pausing the browser tab to make tasks take longer. This method is useful for simulating JavaScript and layout calculations.

Tests show that calibrated throttling closely matches how these processes run on real mobile devices.

However, CPU throttling doesn’t accurately simulate:

  • Graphics-heavy operations
  • Slower storage speeds
  • Limited memory
  • Device heating issues

Chrome’s testing showed that visually complex pages could take twice as long on real mobile devices compared to simulated tests.

This means you should still test on real devices, especially for visually rich websites.

Real-World Data Integration

Besides CPU calibration, Chrome 134 adds several features that use real-world performance data:

  • Throttling suggestions based on your actual site visitors
  • Alerts when your test results don’t match real-user experiences
  • Performance insights that flag mismatches between tests and reality
  • Smarter organization of performance tips based on your users’ actual needs
  • Better tracking of what settings were used for each test

These features help ensure your testing matches what users experience rather than artificial lab conditions.

Why It Matters For SEO & Marketing

These new tools solve a disconnect between websites that work well in development but struggle on real devices.

Chrome 134 helps ensure your performance improvements benefit users by providing more realistic testing conditions.

As mobile continues to dominate web traffic, these tools provide a better foundation for improving user experience, conversion rates, and search rankings.

10 Top Converting Landing Pages That Boost Your ROI [With Examples] via @sejournal, @unbounce

This post was sponsored by Unbounce. The opinions expressed in this article are the sponsor’s own.

Want to increase sign-ups, sales, or demo requests from your landing page?

How can you ensure your landing page is optimized for conversions?

Landing pages can make or break your conversions.

A well-designed landing page doesn’t just look good; it also seamlessly guides visitors toward action, such as signing up, purchasing, or booking a demo.

A high-performing landing page should align with your goals:

  • Capturing leads.
  • Driving sales.
  • Promoting an event.

The best landing page templates are designed with conversion in mind, featuring strategic layouts, persuasive copy, and clear calls to action.

So, let’s look at a few top-performing landing page examples to learn about why they work and how you should implement them.

1 & 2. FreshGoods & Radiant Yoga Studio: Great For A Clear & Compelling Unique Selling Point

The secret to beating the competition is positioning your brand so you’re the only one in your specific space.

How? By honing in on your Unique Value Proposition (UVP):

  • What is the one reason to choose you, your products, or services?
  • Where does your competition fall short?
  • How do you make your UVP stand out?

FreshGoods Landing Page

Landing pageImage by Unbounce, 2025

Radiant Yoga Landing Page

yoga landing pageImage by Unbounce, 2025

Why They Work

These conversion-optimized landing page templates effectively highlight a USP throughout the design.

  • A clear and bold headline that immediately communicates the core benefit.
  • The supporting subheadline allows brands to reinforce the core USP message by expanding on the offer in a way that adds clarity without overwhelming visitors.
  • The strategic use of whitespace and strong typography ensures that the USP remains the focal point, making it easy for visitors to grasp the value of the offer at a glance.

How To Recreate These Landing Pages

Step 1: Define Your Unique Selling Proposition

A strong USP makes visitors feel like they’ve found exactly what they need. Instead of blending in with competitors, it positions your brand as the only choice.

  • Ask yourself: What is the one reason customers should choose you over others?
  • Example: FreshGoods & Radiant Yoga Studio’s landing pages showcase a crystal-clear UVP in their messaging and design.

Step 2: Craft a Compelling Headline & Supporting Headline

Your headline is your first impression, so you have to make it count. The supporting headline expands on that core message.

  • Best Practices:
    • Be specific: Instead of “The Best Marketing Tool,” try “Turn Clicks into Customers with AI-Powered Marketing in Minutes.”
    • Reinforce value: “No coding, no guesswork. Just smarter campaigns that drive real revenue.”

Step 3: Address Concerns with Reinforcing & Closing Statements

  • A reinforcing statement builds trust (“Trusted by over 10,000 businesses…”).
  • A closing statement eliminates hesitation (“Every second you wait is a sale you’re losing. Start your free trial now.”)

3 & 4. Vita Health & Orbit SaaS: Great For Hero Images & Visual Storytelling

Before visitors read a single word, visuals will capture their attention and convey meaning.

A strong hero image isn’t just decoration,  it sets the tone, builds trust, and instantly reinforces your message. The right imagery makes your offer feel more tangible, relatable, and desirable.

Vita Health Landing Page

health wearables landing page exampleImage by Unbounce, 2025

Orbit Flow Landing Page

SaaS landing page example and inspirationImage by Unbounce, 2025

Why They Work

A landing page’s imagery is a strategic tool that helps communicate your offer, build trust, and nudge visitors toward conversion. Choose visuals that don’t just look good but work hard to sell.

A well-chosen visual:

  • Supports the UVP.
  • Evokes an emotion that drives action
  • Showcases the product, service, or outcome in action
  • Makes the page feel polished, professional, and credible

In addition to the visual, the full landing page benefits from:

  • Strong hero image placement
  • An opportunity to reinforce the messaging conveyed with the hero image throughout the page
  • White space highlights supporting visuals
  • Visual hierarchy guides site visitors down the page to the parts that matter.

How To Recreate These Landing Pages

Step 1: Choose the Right Hero Image

Before visitors read a word, visuals capture attention. A great hero image should:

  • Support the USP
  • Evoke emotion & drive action
  • Showcase the product, service, or outcome

Step 2: Guide the Visitor’s Eye

Strategic use of visuals can nudge visitors toward your CTA:

  • Eye gaze: People follow where others are looking in an image.
  • Angles & positioning: Lines or arrows subtly direct attention to the CTA.
  • Contrast & color: Key elements should stand out.

Step 3: Reinforce Messaging with Supporting Imagery

Don’t rely on just one image. Use:

  • Icons & illustrations
  • Graphs & charts
  • Customer photos & testimonials
  • Short videos or GIFs

Bonus Tip:

Use A/B testing to find the ingredients for maximum impact.

The right image can make or break conversions, so test different options. Some images resonate better with your audience, drive more engagement, or feel more aligned with your brand.

Some elements to test include:

  • People vs. product-focused visuals.
  • Static images vs. motion (GIFs or videos).
  • Close-ups vs. wider perspective shots.
  • Different background colors or lighting.

5 & 6. Serene Vista & Digital Foundry: Great For Clearly Conveying Benefits

Visitors specifically care about what it does for them.

That’s why benefits should take center stage on a conversion-optimized landing page, not just a list of features.

Serene Vista

Travel website landing page inspirationImage by Unbounce, 2025

The Digital Foundry Landing Page

Marketing agency landing page inspirationImage by Unbounce, 2025

Why They Work

  • The benefits are concise and audience-focused
  • Each feature section is well-spaced to garner attention
  • Benefits are integrated well into the page structure with the subheadings and images to help visitors scan

How To Recreate These Landing Pages

Step 1: Translate Features into Benefits

  • Feature: “AI-powered keyword research tool”
  • Benefit: “Find high-converting keywords in seconds—no guesswork needed.”

Step 2: Address Pressing Concerns

  • What pain points does your audience face?
  • How does your product solve them better than competitors?

Step 3: Qualify Your Audience

  • Use benefit-driven copy that attracts the right people:
  • Example: “Perfect for fast-growing teams who need to scale without the chaos.”

7 & 8. Revive Aesthetics & Smile Dental: Great For Social Proof That Builds Trust

Not all social proof is created equal.

The best reinforces your UVP, addresses concerns, and speaks directly to your audience.

See what we mean here.

Revive Landing Page

Health and spa landing page inspirationImage by Unbounce, 2025

Smile Kids Landing Page

Dentist landing page inspirationImage by Unbounce, 2025

Why These Landing Page Templates Work

  • The headshots paired with the social proof enhance trustworthiness and make a connection with site visitors because they can see themselves in the experiences being described.
  • The rounded shape and contrasting colors make the social proof stand out.
  • Located near the point of conversion.

How To Create This Landing Page

Step 1: Choose the Right Type of Social Proof

  • Customer testimonials & reviews
  • Case studies & success stories
  • Logos of recognizable brands
  • Ratings & review scores
  • Media mentions & awards

Step 2: Strategically Place Social Proof

  • Near the CTA: Reinforces trust before action.
  • Midway down the page: Nudges hesitant visitors.
  • In the hero section: Puts endorsements front and center.

9 & 10. Livewell Lifestyle & Inner Handyman: Great For Turning Interest Into Conversions With Calls To Action

A landing page without a strong CTA is like a roadmap without a destination.

Your CTA is the single most important element that tells visitors what to do next.

And if it’s unclear, compelling, and easy to find, you’ll lose conversions.

A compelling CTA is a combination of copy, design, and placement that removes hesitation and drives action.

Livewell Landing Page

Healthy living landing page exampleImage by Unbounce, 2025

Inner Handyman Landing Page

Local business landing page and website inspirationImage by Unbounce, 2025

Why They Work

  • CTAs can be customized to stand out and get attention
  • CTA sizing and positioning make them clear focal points despite having multiple elements on the page. It ensures you get the most conversion power in every pixel
  • The CTA buttons are placed where it matters throughout the page, making sure the page attempts the conversion when and where it matters most

How To Recreate These Landing Pages

Step 1: Craft a Clear, Compelling CTA

A high-converting CTA should be:

  • Action-oriented: “Start Growing Today” vs. “Submit”
  • Benefit-driven: “Unlock Exclusive Access” vs. “Sign Up”
  • Urgent (if appropriate): “Claim Your Spot Today”

Step 2: CTA Placement for Maximum Impact

  • Above the fold: First CTA visible immediately.
  • After key information: CTA follows value explanation.
  • Near social proof or benefits: Reinforces trust.
  • At the end of the page: Captures hesitant visitors.

Step 3: CTA Design That Stands Out

  • Color contrast: The CTA should pop from the background.
  • Size & positioning: Large enough to be noticeable but not overwhelming.
  • Whitespace & directional cues: Ensures the CTA is the focal point.

Bonus Tip:

A/B test your CTAs for better conversions.

CTAs aren’t one-size-fits-all. Even small tweaks can make a huge impact on conversions, so A/B testing different variations is essential:

  • Wording – Try “Get Started” vs. “Try It Free”
  • Color – A bold button color vs. a softer, branded one
  • Placement – Above the fold vs. midway down the page
  • Size and shape – Larger buttons vs. compact ones
  • Personalization – “Start My Free Trial” vs. “Start Your Free Trial”

Build High-Converting Landing Pages Faster

A great landing page isn’t just about design.

It’s about strategy.

Every element, from your USP and hero images to your social proof and CTAs, is critical in guiding visitors toward conversion. When these elements work together, your landing page drives action.

But building a high-converting landing page from scratch can be time-consuming and complex. That’s why using proven, conversion-optimized templates can give you a head start.

With Unbounce, you get access to 100+ professionally designed landing page templates built for maximum conversions. Whether capturing leads, promoting a product, or running a campaign, these templates help you launch faster, test smarter, and convert better—without needing a developer.

Ready to build an optimized landing page that converts?

Explore Unbounce’s best-performing templates and start optimizing today!


Image Credits

Featured Image: Image by Shutterstock. Used with permission.

Google Adds New Guidance For Merging GA4 & Search Console Data via @sejournal, @MattGSouthern

Google has rolled out updated documentation on how to combine data from Google Analytics and Search Console.

Unified SEO Insights

The new guidelines recommend using Google Analytics and Google Search Console together. Google Analytics tracks user behavior on your website, while Search Console monitors your site’s performance in Google Search.

This combination gives you a clearer view of website activity, allowing you to compare key metrics like sessions and clicks. Understanding how users find and interact with your site helps improve SEO decisions.

Leveraging Looker Studio

This document explains how to use Looker Studio to view organic search traffic data from Google Analytics and Search Console on one dashboard. It provides steps for setting up data sources and creating charts, using different colors to distinguish between the two platforms.

SEO professionals can track key metrics like sessions, engagement rates, returning users, clicks, and click-through rates (CTR). This visual format helps identify changes in performance and resolve differences between the two data sources.

Addressing Data Discrepancies

The documentation explains the differences in metrics from each tool. Both measure website engagement, but results may vary due to session tracking methods, time zone settings, attribution models, and reporting of non-HTML pages.

Google’s guidelines offer insights into these differences and tips to reduce data gaps.

How This Helps

SEO professionals can follow the steps in the new documentation to better assess their website’s performance.

By connecting data on what happens before and after a visitor clicks on a search result, marketers can better evaluate their SEO efforts.

To be clear, connecting Google Analytics and Search Console is a recommendation, not a requirement. If you’re satisfied with your analytics tracking and reporting solutions, you don’t have to do anything different.

For more details, view the official documentation on the Google Developers website.

Google To Migrate All reCAPTCHA Services To Cloud Platform via @sejournal, @MattGSouthern

Google is informing users that its reCAPTCHA service will migrate to Google Cloud by the end of the year.

An email states that all existing reCAPTCHA keys must be moved to Google Cloud projects.

WordPress developer Jeff Starr shared a screenshot of the email that was sent out.

Why Is Google Doing This?

Google says this move aims to bring all reCAPTCHA customers under one set of terms and pricing.

Additionally, Google wants to give developers access to new security features.

After the migration, you can immediately use dashboards in Google Cloud for analytics, monitoring, logging, and auditing.

Phased Rollout

The transition will occur in stages throughout the year.

You can expect to receive periodic email updates notifying you when existing keys are eligible for migration.

At that time, Google will automatically create a corresponding Google Cloud project and link the keys.

To avoid interruptions, Google recommends taking action early. You can proactively migrate keys from reCAPTCHA Classic to the Google Cloud environment by following the company’s guidelines.

For a visual guide on migrating your reCAPTCHA keys, you can refer to the following video:

What It Means For Businesses & Developers

  • Deadline: Complete all migrations by the end of 2025.
  • Pricing Model: reCAPTCHA will be free up to 10,000 assessments per month.
  • Enhanced Security: You will get better security and management tools with the new Google Cloud setup.
  • Action Required: If you use reCAPTCHA, start the migration process now to ensure a smooth transition and keep your protection against spam and abuse.

Tessa Hudson, Software Engineer at Google, confirms any usage below 10,000 assessments per month will remain free.

A post on the Google Cloud Community forums reads:

“There is no fee for migrating the key, however, your monthly usage may qualify for reCAPTCHA Standard or Enterprise. You will only be charged once you have reached 10,000 assessments each month. Any usage below this amount will remain free. If you have not set up billing on the Google Cloud project, you will receive an email at 10,000 assessments notifying you that your free assessments for the month have been used up and you will not receive reCAPTCHA scores for that key until the next month unless you enable billing.

The email you received should include your average usage for the past 3 months. You can input that number into this pricing calculator to get an idea of how much you will pay monthly if your usage stays the same. For more details on the different pricing tiers, please see our pricing table.

You can read more about how reCAPTCHA billing works here.”

Looking Ahead

If you want to keep using reCAPTCHA after this year, it’s important to plan ahead and move to the new system.

This will help avoid disruptions and allow you to take advantage of new security features.

Google Workspace Support: Unclear If Opting Out AI Features Avoids Price Hike via @sejournal, @MattGSouthern

Google has made its AI-powered features in Gmail, Docs, Sheets, and Meet free for all Workspace users, but questions remain around pricing adjustments and feature visibility for specific accounts.

AI Now Included Without Extra Cost

Google announced that its full suite of AI tools, previously available only through the $20-per-user-per-month Gemini for Workspace plan, is now included in its standard offerings at no additional charge.

AI capabilities like automated email summaries, meeting note-taking, spreadsheet design suggestions, and the Gemini chatbot are now accessible to all customers.

However, this announcement comes with a catch: Workspace plans will see a $2 price hike per user per month.

The new pricing structure raises the base cost of the Workspace Business Standard plan from $12 to $14 per user, effective immediately for new customers.

Starting March 17, existing customers will see the change reflected. Small business accounts are currently exempt from this adjustment.

Confusion Over Pricing & Settings

While the price increase has been widely reported, Google Workspace support has offered additional clarification, indicating that it may not apply to all users.

According to support representatives, it’s unclear whether organizations that opt out of AI features will still face the increased costs. Official guidance on this matter has yet to be issued, leaving many customers uncertain.

Screenshot from Google support chat, January 2025.

Chats between Google Workspace reps and the Search Engine Journal development team reveal that opting out of AI features isn’t straightforward.

The settings to turn off AI features like Gemini aren’t visible by default for business accounts.

Administrators must contact Google support to enable access to these settings. For enterprise customers, the settings are accessible directly within the Workspace admin console.

Competitive Push Against Microsoft

Google’s move to bundle AI features into its standard Workspace offerings mirrors Microsoft’s recent decision to integrate its Copilot Pro AI tools into the standard Microsoft 365 subscription.

Both companies aim to attract more users to their AI-powered productivity platforms while simplifying pricing structures.

Key Takeaways

For organizations using Google Workspace, here are the critical points to note:

  1. AI Features Are Enabled by Default: Gemini and other AI tools will be active for most accounts unless explicitly disabled.
  2. Opt-Out Process Is Complicated: Business account holders must contact Google support to access and change the AI feature settings. Enterprise accounts can manage these settings directly.
  3. Pricing Uncertainty: It’s unclear whether the $2 price increase will still apply if you opt out of AI tools. Google has stated that further updates on this issue are forthcoming.

Businesses are advised to monitor their Workspace settings closely and contact Google support for clarification.