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
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,