How to Check Whether a WordPress Page Is Indexed

Inspect one specific URL and distinguish its live state from the version currently stored by Google.

2 min read

  • Article
  • 2 minutes read
  • Reviewed August 4, 2026

The most reliable way to investigate a specific URL in Google is the URL Inspection tool in Search Console.

A manual site: search can provide a clue, but it is not a complete or authoritative index report.

Indexed Version and Live Test

Indexed data shows what Google last processed.

A live test requests the current URL and checks selected technical conditions.

These views answer different questions and can show different results.

What to Review

Inspect:

  • Index status.
  • Crawl date.
  • HTTP response.
  • Indexing allowed.
  • robots.txt access.
  • User-declared canonical.
  • Google-selected canonical.
  • Referring sitemap.
  • Rendered resources.
  • Structured-data enhancements.

If the Page Is Not Indexed

Possible reasons include:

  • Newly published.
  • noindex.
  • robots blocking.
  • redirect.
  • alternate canonical.
  • soft 404.
  • server error.
  • authentication.
  • poor internal discovery.
  • duplicate or low-value content.

Read the reported reason before requesting indexing repeatedly.

Request Indexing

After publishing or fixing an important URL, you can request indexing.

This submits the URL to a crawl queue. It does not guarantee immediate indexing or ranking.

On-Page Checks

Confirm the URL returns 200, has the correct canonical, is linked internally, appears in the expected sitemap and renders its essential content.

Frequently Asked Questions

Does a successful live test mean the page will be indexed?

No. It confirms selected technical conditions, not every indexing decision.

Should every page be requested manually?

No. Use internal links and sitemaps for normal discovery.

Continue Learning

Previous: [robots.txt, Noindex and Crawl Controls](/resources/wordpress-manual/seo/robots-noindex-crawl-controls/)

Next: [Structured Data in WordPress](/resources/wordpress-manual/seo/structured-data/)