Google Search Starts Highlighting Results Directly on Webpages - MacRumors
Skip to Content

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

android switching tool

Switching From iPhone to Android Just Got Easier With Android 17

Wednesday July 22, 2026 9:35 am PDT by
Android 17 includes a wireless native migration experience for transferring more types of data from an iPhone, making the process of switching to an Android device easier. Google says the upgraded method allows Google Accounts, passwords, Wi-Fi credentials, and eSIMs to be transferred. It also supports photos, videos, contacts, messages, and calendars, like the prior version of the switching ...
google selfie video

You Can Now Recover Your Google Account With a Selfie Video

Thursday July 23, 2026 3:00 am PDT by
Google today introduced a new selfie sign-in option for Google Account recovery. It offers an alternative way for Google users to access their accounts alongside passkeys, recovery contacts, and other entry methods. To create a selfie video, you look at your device's camera and then follow Google's instructions to complete a series of head movements to capture multiple angles. The video is...
european union eu

Google Fined $1 Billion by EU for Search Bias and App Store Restrictions

Thursday July 23, 2026 5:39 am PDT by
Google was today fined €890 million ($1 billion) by the European Union for breaching antitrust rules with regard to its search and Google Play store services. The European Commission found that Google had broken the Digital Markets Act (DMA) by using its dominant position in the search market to favour its own services, like shopping and hotel deals, over those of rivals. The Commission ...

Top Rated Comments

itsmilo Avatar
81 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)
szw-mapple fan Avatar
81 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)
81 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
81 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)
81 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
81 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)