Petrovski1715
Newbie
- Apr 21, 2024
- 2
- 0
Colleagues, I've encountered a significant issue on a website built with Next.js. In Google Search Console, I found about 50,000 404 errors that are essentially false.
Problem Description:
- We have around 100,000 pages indexed by Google, and there are about 50,000 additional 404 errors showing up in the console.
- These errors are linked to URLs that are generated within the product pages' code but do not actually exist on the site. This primarily involves image paths with a structure like https://example.com/upload/iblock/....
- Users do not see these errors; they only appear for Googlebot and are logged as 404s in the console.
Questions:
- How critical is this for indexing and SEO? Visibility hasn't dropped yet, but the number of these errors is increasing.
- Are there any temporary fixes or workarounds to minimize the impact of these 404 errors on the crawl budget and overall SEO while we wait for an official fix from Next.js?
- Should I reach out to Google support, and if so, how should I explain the situation to ensure they understand and take it into account?