Google typically indexes new pages within a few days to a few weeks, but the timeline varies significantly depending on your site's authority, crawl budget, and how well the page is structured and linked. New websites with little authority can wait months for pages to appear in search results; established sites with strong internal linking often see new content indexed within 24 to 48 hours.
How do you check if a page has been indexed?
- Use the site: operator in Google Search. Type site:yourdomain.com/page-url into the Google search bar. If the page appears in results, it is indexed.
- Use Google Search Console. Open the URL Inspection tool, paste the page URL, and run the inspection. The result will show whether the page is indexed, when it was last crawled, and whether any issues were detected.
- In Search Console, the Pages report under Indexing lists all pages Google has indexed for your site and flags those it has not crawled or has excluded.
How do you speed up indexing?
You cannot force Google to index a page, but several actions make it more likely to happen faster:
- Submit an XML sitemap in Google Search Console so Googlebot has a clear map of all pages on your site
- Use the Request Indexing option in the URL Inspection tool to notify Google of new or updated pages directly
- Add internal links from already-indexed pages to the new page so Googlebot can discover it during its next crawl
- Ensure the page is not inadvertently blocked by a noindex tag or robots.txt rule
- Share the page URL on social media or in external content to generate early signals of the page's existence
What can prevent a page from being indexed?
Common reasons Google does not index a page include a noindex directive in the page's meta tags or HTTP headers, the page being blocked in robots.txt, thin or duplicate content that Google considers low quality, the page having no internal links pointing to it (making it an orphan page), and crawl budget constraints on large sites where Googlebot prioritises other pages. The Search Console Pages report categorises why specific pages are not indexed, which is the most reliable diagnostic tool for identifying the cause.