Google search console added my 21 URls in poor section of core web vitals and showing it as 126 URLs

483 Views Asked by At

I recently fixed my CLS and LCP issues and hoped that all my URLs will be fixed. I am using next.js at the front end and my issues were not fixed at all. My current CLS of each page is 0.039 and LCP is 2.5 for mobile which is ok as per google guidelines. But most importantly, I am very confused why the hell google counting 26 URLs,s ad 126. The below screenshot will explain all what i am facing This is the screenshot of google search console failed URLs

As you can see it is showing 126 URLS but at the right-hand side, there total of 20 URLs.I also want to clarify that I am using the canonical link tag in the head section of each slug page like this

    <link rel="canonical" href={`https://${DOMAIN}/jobs/${query.slug}`} />

in the slug page.I explained everything what problem i am facing right now .So please answer if you know anything about it,

0

There are 0 best solutions below