Two non-auth pages have noindex directives; review to ensure this is intentional.
By Seoxpert Editorial · Published
Pages with a noindex directive are excluded from search engine results. While this is often intentional for utility or low-value pages, unintentional use can prevent important content from being indexed and discovered by users. A quick audit ensures only the right pages are excluded.
Unintentionally noindexed pages will not appear in search results, reducing their visibility.
An automated crawler scans for 'noindex' directives in the meta robots tag or HTTP headers on non-auth pages and flags isolated occurrences.
Problem: Unintentional noindex in meta tag
<meta name="robots" content="noindex, follow">Fix: Remove noindex to allow indexing
<meta name="robots" content="index, follow">Check the page's purpose—utility, search results, or admin pages are often intentionally noindexed. Review with your SEO team if unsure.
Check the page's HTML for a meta robots tag or inspect the HTTP headers for an X-Robots-Tag directive.
The page becomes eligible for indexing and may appear in search engine results, depending on other SEO factors.
Run a scan to see if 2 Isolated Page(s) with Noindex affects your pages.
Scan my website →