Loadingβ¦
Find and remove a stray noindex that is keeping an important page out of Google entirely.
A noindex directive β often left over from a staging site or a plugin default β tells Google to drop the page from its index completely. It is a silent traffic killer: the page works fine for users but earns zero organic visits.
<meta name="robots" content="noindex"> in the HTML AND an X-Robots-Tag: noindex response header.index, follow) on real content pages; keep noindex only on thin/utility pages.<meta name="robots" content="noindex, nofollow"> <!-- leftover from staging --><meta name="robots" content="index, follow"> <!-- or remove the tag entirely -->Check Settings β Reading β "Discourage search engines" is UNticked, and the per-page Yoast/Rank Math "Allow search engines to show this page" is set to Yes.
Ensure no robots: { index: false } in the page metadata for pages you want indexed.
Run a free audit and get a prioritized fix list with auto-generated code.
Run a free audit