How to get new pages indexed in Google faster
2 min read · updated 2026-08-22
Indexing is a funnel: a page has to be discoverable, then crawlable, then considered worth storing. Most pages that never appear in search fail at the first two stages for boring technical reasons, and no amount of manual submission fixes a page a crawler cannot reach or is told to ignore.
Check a page's indexabilityStep 1 — Make the page reachable
A URL with no internal link pointing at it is an orphan, and orphans get discovered late or never. Link every new page from a hub that is itself crawled often — a category index, the guides list, the footer of a related article.
Step 2 — Remove the blockers
Work through the mechanical reasons a page is excluded before you touch the content.
- The URL returns 200, not a soft 404 or a redirect chain.
- robots.txt does not disallow the path.
- No noindex meta tag or X-Robots-Tag header.
- The canonical tag points at this URL, not at the homepage.
- The main content is present in the server-rendered HTML.
Step 3 — Give the crawler a reason
"Crawled — currently not indexed" is a quality verdict, not a bug. It usually means the page duplicates something already in the index or adds nothing a searcher cannot get elsewhere. Deepen the page, differentiate it from its siblings, and add internal links from pages that already perform.
Step 4 — Submit, then wait properly
Submit the sitemap once and request indexing for genuinely new URLs. Repeated submissions do not accelerate anything. For a healthy site, discovery of a well-linked new page is typically measured in days; if a month passes, the problem is in step 2 or step 3, not in the queue.
Frequently asked
- Why does Google say 'discovered — currently not indexed'?
- The URL is known but has not been crawled yet, often because the site's overall crawl demand is low or the page is weakly linked internally.
- Does requesting indexing help?
- It can speed up the first crawl of a new URL. It does not override quality or crawlability problems.
- How long should indexing take?
- Days for a well-linked page on an established site; weeks on a new domain with few links.