Google Search Starts Highlighting Results Directly on Webpages

Google has added a new content highlighting feature to its search engine that aims to make it easier to find key information on webpages, reports SearchEngineLand (via The Verge).

google search highlight
The feature works with Google's Featured Snippets, which appear at the top of search results. Clicking a snippet takes the user to the source webpage, but now the browser automatically scrolls down the page to the text that appeared in the snippet and highlights it in yellow.

Google says the feature has been available with AMP pages since December 2018, but this is the first time Google has rolled it out for regular HTML content, too.

Web developers don't need to do anything to get content highlighting working on their sites, as it's all managed at Google's end and happens automatically, although our tests backed up The Verge's claim that, currently, it doesn't always work.


The search shown in the images at the top of our article worked on desktop in Chrome, but not in Safari or Firefox, for example. They didn't work in the mobile versions of these browsers for us at all.

As noted by SearchEngineLand, the feature could have an impact on the ad market, since visitors may be automatically scrolled down past website ads to the highlighted content. In some instances, sites may need to relocate their ads to align with the new Google feature.

Tag: Google

Popular Stories

iPhone Air

Report: 'Virtually No Demand' for iPhone Air

Wednesday October 22, 2025 3:22 am PDT by
Apple is "drastically" cutting production of the iPhone Air and shifting focus toward the iPhone 17 and iPhone 17 Pro models, Nikkei Asia reports. The business publication claims to have learned of a major cut to iPhone Air production motivated by weaker-than-expected consumer interest, nearly to "end of production levels." Despite early reports of the iPhone Air selling out within hours of...
ios 26 1 liquid glass opaque

iOS 26.1 Beta 4 Lets Users Control Liquid Glass Transparency with New Toggle

Monday October 20, 2025 10:57 am PDT by
With the fourth betas of iOS 26.1, iPadOS 26.1, and macOS 26.1, Apple has introduced a new setting that's designed to allow users to customize the look of Liquid Glass. The toggle lets users select from a clear look for Liquid Glass, or a tinted look. Clear is the current Liquid Glass design, which is more transparent and shows the background underneath buttons, bars, and menus, while tinted ...
sam sung auction

Former Apple Employee Sam Sung Changed His Name to Avoid Attention

Wednesday October 22, 2025 4:44 pm PDT by
Back in 2012, an Apple retail employee named Sam Sung went viral because his name is similar to Samsung, one of Apple's main competitors. In a recent interview with Business Insider, he detailed that period in his life, how Apple responded, and he explained why he ultimately changed his name. Someone posted an image of Sung's Apple business card on Reddit in 2012, and it spread rapidly....
cadillac lyric infotainment

GM to Remove CarPlay from All Future Vehicles, Including Gas Cars

Wednesday October 22, 2025 11:34 am PDT by
General Motors began phasing out support for CarPlay in its electric vehicles back in 2023, leading to complaints from iPhone users, but the company has no plans to back down. In fact, GM is going further and plans to remove CarPlay from all future gas vehicles, too. In an interview with The Verge, GM CEO Mary Barra said that the company opted to prioritize its platform for EVs, but the...
All Screen iPhone 2027 Feature 1

Apple's Plan to Launch Three New iPhone Designs Allegedly Revealed

Wednesday October 22, 2025 6:24 am PDT by
Apple plans to launch a new type of iPhone every year for the foreseeable future, according to an Asia-based source. The detailed information was shared by the account "yeux1122" in a blog post on the Korean platform Naver, citing domestic trend and component research companies. Corroborating other reports, Apple will apparently launch its first foldable iPhone in 2026, featuring a...
maxresdefault

Here's How the iOS 26.1 Transparency Toggle Changes Liquid Glass

Monday October 20, 2025 1:55 pm PDT by
With the fourth beta of iOS 26.1, Apple added a toggle that makes Liquid Glass more opaque and reduces transparency. We tested the beta to see where the toggle works and what it looks like. Subscribe to the MacRumors YouTube channel for more videos. If you have the latest iOS 26.1 beta, you can go to Settings > Display and Brightness to get to the new option. Tap on Liquid Glass, then...
iOS 26

iOS 26.1 Coming Soon With These 8 New Features for Your iPhone

Wednesday October 22, 2025 6:15 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. iOS 26.1 is currently in beta testing. The update will likely be released in the first half of November, and it is compatible with the iPhone 11 series and newer, but some...
iOS 26 Feature

iOS 26.1 to iOS 26.4 Will Add These New Features to Your iPhone

Saturday October 18, 2025 11:00 am PDT by
iOS 26 was released last month, but the software train never stops, and iOS 26.1 beta testing is already underway. So far, iOS 26.1 makes both Apple Intelligence and Live Translation on compatible AirPods available in additional languages, and it includes some other minor changes across the Apple Music, Calendar, Photos, Clock, and Safari apps. More features and changes will follow in future ...
iOS 26

What's New in iOS 26.1 Beta 4

Monday October 20, 2025 1:02 pm PDT by
Even though we're at the fourth beta of iOS 26.1, Apple is continuing to add new features. In fact, the fourth beta has some of the biggest changes that we'll get when iOS 26.1 releases to the public later this month. We've rounded up what's new below. Liquid Glass Transparency Toggle Apple added a toggle for customizing the look of Liquid Glass. In Settings > Display and Brightness,...

Top Rated Comments

itsmilo Avatar
70 months ago
One more step to world domination by Google. Soon you won’t even have to leave google to do anything on the internet
Score: 9 Votes (Like | Disagree)
biziclop Avatar
70 months ago
It works by appending a special # value to the link containing a text fragment, like a search expression. For example try this in chrome:
https://www.macrumors.com/#:~:text=Archives

Links with details:
[MEDIA=reddit]OutOfTheLoop/comments/f7cdd8[/MEDIA]
https://www.chromestatus.com/feature/4733392803332096
https://github.com/WICG/scroll-to-text-fragment


One more step to world domination by Google. Soon you won’t even have to leave google to do anything on the internet
What do you think what the actual purpose of AMP ('https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages') links is?
Score: 5 Votes (Like | Disagree)
mazz0 Avatar
70 months ago
Wait what!? Isn't it one of the fundamentals of web security that code on one site isn't able to effect another? Is Chrome disable XSS restrictions just for Google?
Score: 5 Votes (Like | Disagree)
szw-mapple fan Avatar
70 months ago

Wait what!? Isn't it one of the fundamentals of web security that code on one site isn't able to effect another? Is Chrome disable XSS restrictions just for Google?
No. It actually just generates a custom url that chrome recognizes. For example, in the example given the actual URL from the search is [ICODE]https://www.macrumors.com/how-to/reset-airpods/#:~:text=Press%20and%20hold%20the%20button,indicating%20the%20%E2%80%8CAirPods%E2%80%8C%20have%20reset.[/ICODE] instead of [ICODE]https://www.macrumors.com/how-to/reset-airpods[/ICODE]. Chrome will then parse the part after [ICODE]#:~:text=[/ICODE] and scroll to that location. It's almost like a shortcut to cmd + F. Nothing too sinister. More details here on Github ('https://github.com/WICG/scroll-to-text-fragment').
Score: 5 Votes (Like | Disagree)
EmotionalSnow Avatar
70 months ago

Are we going to pretend like AMP didn’t make the web faster?
The only thing it did for me was annoy me.
Score: 4 Votes (Like | Disagree)
velocityg4 Avatar
70 months ago
If they want useful features. They need a reference search mode. Where it only searches online forums, technical support articles, professional reviews, &c. It's really annoying trying to find information on a problem or technical info. Only to be presented with shopping results, company product pages, &c. Which have nothing to do with the search.

The closest they have is Google Scholar. But that is more for scientific papers than run of the mill help and how to.
Score: 3 Votes (Like | Disagree)