How to fix page unreachable on WordPress.org

Ensure every page that should appear in AI-powered answers and rich results is actually reachable by crawlers, then add structured data so search engines and AI systems can read and surface its content.

Steps for WordPress.org

  1. In WordPress admin, go to the relevant post/page and confirm its status is 'Published' and visibility is 'Public'.
  2. Check Settings → Reading — ensure 'Discourage search engines from indexing this site' is unchecked.
  3. Use your SEO plugin (Yoast SEO, Rank Math, or All in One SEO): open the page editor → SEO meta box → Advanced tab → confirm 'Allow search engines to index this page' (no noindex override is set).
  4. For broken URLs, install the Redirection plugin (Tools → Redirection → Add Redirect) to 301-redirect old broken paths to the correct live page.
  5. To add structured data, use your SEO plugin's built-in schema features (Yoast SEO Premium or Rank Math's Schema module supports Product, FAQ, Breadcrumb schema) or install 'Schema Pro' for granular control. Add JSON-LD manually by inserting a Custom HTML block in the block editor if needed.
  6. After publishing, submit the URL via Google Search Console URL Inspection → Request Indexing, then validate with the Rich Results Test.
Official WordPress.org documentation ↗
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "Your Product Name",
  "description": "A clear description of the product.",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "USD",
    "price": "29.99",
    "availability": "https://schema.org/InStock",
    "url": "https://www.yourstore.com/products/your-product"
  }
}
</script>

What is page unreachable?

When a page is "unreachable," it means search engine crawlers and AI answer engines cannot access it — the page either returns an error (like a 404 or 500), is blocked by robots.txt, requires a login, or has a technical redirect problem. In the context of Answer Engine Optimization (AEO), an unreachable page cannot be read, indexed, or cited by AI-powered search features (like Google's AI Overviews, Bing Copilot, or ChatGPT search). Even if a page exists on your site and looks fine to a visitor, a crawler hitting a wall means that page is invisible to the entire AI and search ecosystem.

AI answer engines and search crawlers can only surface content they can actually access and parse. If your product pages, FAQ pages, or category pages are unreachable, they will never appear in AI-generated answers, rich results, or organic search listings — meaning you lose traffic that your competitors will capture instead. A blocked or broken page also cannot benefit from any structured data (schema markup) you've added to it, since the data is never read. Over time, a pattern of unreachable pages can damage your site's overall crawl health and authority, dragging down rankings for every page — costing you real revenue. There may also be accessibility and legal implications if critical pages (such as returns policies or accessibility statements) are inaccessible.

See the complete Page unreachable guide for every platform and the full background.

Not sure if your WordPress.org store has this?

Run a free SEOLZ audit — we’ll find page unreachable and every other issue across your whole site.

Scan my site free

Fix page unreachable on another platform