google site audit https://web.dev/measure

is that real from google there self ...

i just done it on a proper top website and there still errors .

looks like server speed is on the look out.

javascript dom on the look out .

if that a true reading and google seo metrics
everyone will be banking

is it REAL?
 
Thanks for the share. Just ran it on my website. There are some errors I need to fix that I didn't know existed =p
 
what do this mean we need to no the stats meaning .

First Contentful Paint 6.1 s
First Meaningful Paint 6.1 s
Speed Index1 3.8 s
First CPU Idle 11.3 s
Time to Interactive 24.0 s
Estimated Input Latency 250 ms
 
Thanks mate, this is really helpful, I ran it and I discovered more ways to improve my SEO and page performance! Kudos to you for sharing this link
 
also what even more scary if the server performance is know part of seo , that means a lot of shared hosts wont keep up .

everybody doing website desingn for seo can only use good servers from KNOW onwards
that going to hurt many business

also even javascript been picked on , using correct lanuage properly

the dom part of javascript has been heavly looked at and needs to be used correctly with seo , know onwards.

that on it own will effect many themes online .

meta tag been mentioned i suspect the decription tag only .

looks like size of images are effected aswell
 
Last edited by a moderator:
What does the Web.dev SEO Score Measure?
Web.dev is based on Google’s Chrome Lighthouse extension. According to the official Lighthouse page, these are are the nine factors Google uses to create the SEO score:

  1. Document Does Not Have A Meta Description
  2. Document Doesn’t Have A Title Element
  3. Document doesn’t have a valid hreflang
  4. Document doesn’t have a valid rel=canonical
  5. Document Doesn’t Use Legible Font Sizes
  6. Document uses plugins (Flash)
  7. Links Do Not Have Descriptive Text
  8. Page has unsuccessful HTTP status code
  9. Page is blocked from indexing
 
  1. Document Does Not Have A Meta Description
  2. Document Doesn’t Have A Title Element
  3. Document doesn’t have a valid hreflang
  4. Document doesn’t have a valid rel=canonical
  5. Document Doesn’t Use Legible Font Sizes
  6. Document uses plugins (Flash)
  7. Links Do Not Have Descriptive Text
  8. Page has unsuccessful HTTP status code
  9. Page is blocked from indexing
below is a full break down of above to understand what it all means .

study study study.....

<head>


<meta name=”description” content=”This is where you add your meta description. Make it count.”>

<title>Example Title</title>
</head>

<link rel="alternate"href="http://example.com/en gb/"hreflang="en-gb" />

proper font size use with html or css
https://www.w3schools.com/tags/att_font_size.asp
<font size="6">This is some text!</font>

css way
https://www.w3schools.com/cssref/pr_font_font-size.asp
div.a {
font-size: 15px;
}

div.b {
font-size: large;
}



div.c {
font-size: 150%;
}

flash plugin

how to html.
<embed width="400"height="50"src="bookmark.swf">

please also install the flash plugin.

https://get.adobe.com/flashplayer/otherversions

links with proper decription text
https://www.w3schools.com/html/html_links.asp
<ahref="https://www.w3schools.com/html/" title="Go to W3Schools HTML section">Visit our HTML Tutorial</a>

unsuccessful http code info
https://moz.com/learn/seo/http-status-codes

page blocked from indexing
https://developers.google.com/web/tools/lighthouse/audits/indexing

i put all above together so everyone understands the proper standards to be seo optimized html format .

this is just the formatting notes and info
there also other stuff to learn .

but it a grate insight .
 
computer server speed so important it scary .

if your getting a shared server make sure it can do these speeds on a page, or it be useless for seo.

exspected speed

Performance

Metrics

First Contentful Paint
0.9 s
Speed Index
0.9 s
Time to Interactive
3.5 s
First Meaningful Paint
1.0 s
First CPU Idle
3.0 s
Estimated Input Latency
50 ms

this was cheeking https://www.google.com

i will use a online popular website to cheek website speed of tge same website above to compare stats so we no what speed needed on a shared host.

we will use google website speed tester make sence....

this is the website speed tester of google link.
https://developers.google.com/speed/pagespeed/insights/

we are testing

http://www.google.com

here the results of there own page ,so i guess your website needs to be better or same in server speed and stats.

First Contentful Paint
0.9 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more.
Speed Index
1.1 s
Time to Interactive
3.9 s
First Meaningful Paint
1.0 s
First CPU Idle
3.4 s
Estimated Input Latency
100 ms

the only way i can think knowing if your host can do this speed, is by asking the host for a test account and goto .
https://developers.google.com/speed/pagespeed/insights/
make sure your getting shown speed above thu there browser to compare.

you can see from the written info and my test there slighly the same , so i am guessing this will be a fair way to compaire host speed .

warning.

your have to compare your onwn domain website to make sure your website is around same above stats.

good luck .....
 
Last edited by a moderator:
I feel iffy always using Google thangs
You know I would have called you paranoid a few years ago, but now how they turned their google chrome browser into synchronizing your browser with your google account, I have to agree with you.

I hate that little integration they made without an option of removing it.
 
You know I would have called you paranoid a few years ago, but now how they turned their google chrome browser into synchronizing your browser with your google account, I have to agree with you.

I hate that little integration they made without an option of removing it.

Ya..... I feel like... maybe I'm over thinking it but still... maybe back to Ff
 
the problam is for a accrute seo reading and indexing position, the info needs to come from crome browser .

i no it a pain, and i no everyone has there own opioion on seo. and i no , no one is 100% accute
but google cornered the indexing market to show links for the whole of the internet , so it be wise to just make sure when doing a project, slip it pass there new audit see your results .

many people are suprised what they left out on there seo.

if free at the moment, and will help us all on seo , it no brainer to just having a look.


A lot of us go aginst google, becouse Google tacken over nearly everythink website wise , rules afther rules , updates afther updates, get very tedious and frustrating..

but i promise you when google relise somethink that seo related , like this new audit it worth just checking against your seo...

follow the rule.

dont put all egg one basket .

i was very igront but know very mind open to all opioions on seo , it helps a lot.
 
Came to know about this today, I will check how different this tool from other ones. anyhow thanks for mentioned it here.
 
Back
Top