This situation indicates that Google is aware of the URL but hasn't crawled it yet. A large number of low-value URLs, filter and parameter fields, weak internal linking, slow servers, or constant 5xx responses can lower the crawl priority of important URLs.
Discovered - currently not indexed
Last crawl: N/A
Page fetch: N/A
This situation indicates that Google is aware of the URL but hasn't crawled it yet. A large number of low-value URLs, filter and parameter fields, weak internal linking, slow servers, or constant 5xx responses can lower the crawl priority of important URLs.
Distinguish between crawling, indexing, canonical, performance or ranking issue.
Compare current HTTP, HTML, header and render output with Google's recorded data.
Verify that canonical, sitemap, internal linking, robots, and redirects point to the same URL intent.
Develop content taking into account that technical suitability is not a guarantee of index or ranking.
Do not block all important content with robots.txt for crawling budget.
Meaning: Google knows the URL but has not yet crawled it.
Possible cause: Low priority, capacity or URL surge.
Meaning: No crawl record found for URL.
Possible cause: New URL or low crawl priority.
Meaning: Google is finding numerous similar URLs.
Possible cause: Filter, sorting, search, and calendar area.
Meaning: Sitemap weakens the important URL signal.
Possible cause: Noindex, redirect, 404, or filter URL's
Meaning: Server is slowing down in Googlebot requests.
Possible cause: PHP-FPM, DB, rate limit or WAF.
Meaning: URL is far from the home page.
Possible cause: Weak category architecture.
Meaning: Discovery on a new or low signal site may be slower.
Possible cause: Low connection and low past data.
Meaning: Sitemap is only a discovery signal.
Possible cause: Scan and index decisions are separate.
No records matching this expression were found.
curl -s https://example.com/sitemap.xml | grep -o '<loc>' | wc -l
Shows the approximate number of URLs within a single sitemap.
curl -s https://example.com/sitemap.xml | grep -oP '(?<=<loc>).*?(?=</loc>)' | head -n 50 | xargs -n1 -I{} sh -c "curl -s -o /dev/null -w '%{http_code} {}\n' '{}'"
Checks the HTTP codes of example sitemap URLs.
grep 'Googlebot' /var/log/nginx/access.log | awk '$9 ~ /^5/ {print}' | tail -n 80
Show the last 5xx responses returned to the Googlebot.
grep 'Googlebot' /var/log/nginx/access.log | grep '?' | awk '{print $7}' | sort | uniq -c | sort -nr | head -n 40
Displays parameterized URLs frequently crawled by Googlebot.
curl -sS -o /dev/null -w 'DNS:%{time_namelookup} Connect:%{time_connect} TTFB:%{time_starttransfer} Total:%{time_total}\n' https://example.com/kategori
Measures the response time of the important category page.
curl -s https://example.com/robots.txt | grep -iE 'disallow|sitemap'
Displays crawl restrictions and sitemap notifications.
Filter, label, search, feed, and product variation URLs can increase the crawl area.
Infinite calendar, search, and parameter combinations must be limited at the route level.
Dynamic product groups, language URLs and order routes should not be mixed in the sitemap.
After removing the technical barrier, the re-crawl and re-evaluation period by Google varies depending on the URL, site, and issue type; there is no certain time or index guarantee.
No. The request is only a re-crawl signal; if technical issues, canonical, content quality, and internal linking problems are not resolved, the result may not change.
No. It serves as a helper signal for sitemap discovery and canonical preference; it does not guarantee crawling and indexing.
The plugin facilitates meta and sitemap production, but does not solve content, server, internal link, canonical, and Search Console analysis on its own.
Google does not specify a technical character limit; the result view may be shortened depending on the device and query. The title should be short, descriptive, and unique.
Google has removed the rich results feature from the FAQ section as of May 7, 2026. The FAQ section can be kept for user benefit, but there is no guarantee of rich results.
No. The guide helps to systematically solve technical and content issues; ranking depends on competition, quality, authority, user demand, and Google systems.
We examine indexing, sitemap, canonical, Core Web Vitals, schema and organic traffic problems together on WordPress, special PHP and WISECP infrastructures.