Your page is hidden from search engines
Page blocked by robots directive
What this means
The page tells search engines not to index it. Google and others will drop it from results — the site is live, looks fine to visitors, and is invisible to anyone searching for it.
Why it matters
This is almost always left over from a staging setup that got deployed as is. Nothing breaks visibly, so it can sit there for months while the site gets no search traffic at all and nobody knows why.
When this is not a problem
Some pages are meant to stay out of search — internal tools, staging copies, thank-you pages. Check that this page is one of them before changing it.
How to fix it
- Open the page source and look for a robots meta tag with noindex, or an X-Robots-Tag response header.
- Remove the directive from pages that should be public — usually it comes from an environment variable that was not switched for production.
- Ask Google to recrawl the page in Search Console once it is fixed.
Prompt for your AI agent
The deployed page carries a noindex robots directive. Remove it for public pages and make sure the staging-only setting is not applied in production.
How to verify the fix: reload the page and confirm the robots meta tag no longer says noindex
References: developers.google.com