> ## Content Index
> Fetch the complete content index at: https://www.hypebot.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Web Vitals Offer New Way To Measure User Experience For Your Site
- URL: https://www.hypebot.com/web-vitals-offer-new-way-to-measure-user-experience-for-your-site/
- Published: 2020-06-15T13:32:00.000Z
- Updated: 2020-06-15T13:35:53.000Z
- Description: Everyone in the music business – whether they do their work on stage or behind the scenes – wants their website to rank as high as possible in a Google. Continue reading [https://www.hypebot.com/hypebot/2020/06/web-vitals-offer-new-way-to-measure-user-experience-for-your-site.html]
- Author: admin
- Tags: Music Business, Music Marketing, Music Tech, analytics, metrics, SEO, Website, #wp, #wp-post, #Import 2026-01-21 09:51

Everyone in the music business – whether they do their work on stage or behind the scenes – wants their website to rank as high as possible in a Google search, something the internet behemoth has made a bit easier to do with their new set of metrics called Web Vitals.

*Guest post by *Bobby Owsinski* of [Music 3.0](https://music3point0.com/2020/06/09/google-web-vitals/?utm%5Fsource=rss&utm%5Fmedium=rss&utm%5Fcampaign=google-web-vitals)*

It doesn’t matter if you’re a songwriter, artist, band, record label, publisher, marketing company or any other entity in the music business, if you have a website (and you should) you want it to rank high in a **Google** search. The platform’s search algorithm is said to be very complex and a secret though, but Google has tried to make things simpler for those of us with websites with a [new set of metrics](https://web.dev/vitals/?ref=hypebot.com) called **Web Vitals**.

Supposedly Google’s algorithm to determine your search ranking has over 100 data points, but Web Vitals breaks that down not only to just the important things that every site owner should be aware of, but goes even further with a subset called Core Web Vitals (see the graphic below).

![](https://storage.ghost.io/c/3a/95/3a957c06-c825-4057-9939-0a274cc16d23/content/images/music3point0-com/wp-content/uploads/2020/06/core-web-graphics.png)

Each Core Web Vital looks at a specific piece of the user’s page experience so you can make sense of the perceived experience of your site. There are 3 basics that Core Web Vitals measure:

- How fast does you site load
- How interactive is your site
- Is your site visually stable

Of course, Google calls these three new metrics something a bit more complex:

- **[Largest Contentful Paint (LCP)](https://web.dev/lcp/?ref=hypebot.com)**: measures *loading* performance. To provide a good user experience, LCP should occur within **2.5 seconds** of when the page first starts loading.
- **[First Input Delay (FID)](https://web.dev/fid/?ref=hypebot.com)**: measures *interactivity*, or how long it takes the browser to respond when a link is clicked. To provide a good user experience, pages should have a FID of less than **100 milliseconds**.
- **[Cumulative Layout Shift (CLS)](https://web.dev/cls/?ref=hypebot.com)**: measures *visual stability*. This measures the percentage of the screen affected by movement — i.e. does stuff jump around on screen. To provide a good user experience, pages should maintain a CLS of less than **0.1.**

Google believes that the Core Web Vitals are critical to all web experiences. As a result, it’s committed to bringing these metrics [to all of its popular tools](https://web.dev/vitals-tools/?ref=hypebot.com). That said, the easiest way to measure all the Core Web Vitals is to use the web-vitals [JavaScript library](https://github.com/GoogleChrome/web-vitals?ref=hypebot.com), a small, production-ready wrapper around the underlying web APIs that measures each metric in a way that accurately matches how they’re reported by all the Google tools listed above.

Basically what’s happening here is that Google is making metrics available to the average site owner that only experienced webmasters had access to before. Still, it does take a little programming knowledge to implement them, but if it means a higher search ranking for your page it’s well worth it.