Page is not blocked by a robots meta tag
Why it matters
A noindex directive removes the page from search entirely. It is the most damaging single line on a page, and it is nearly always left behind by accident after a staging deploy.
How to fix it
Remove noindex from <meta name="robots">, or narrow it to the pages that genuinely should stay out of the index.
Check a page for this