Forum Moderators: goodroi
[edited by: not2easy at 1:27 pm (utc) on Dec 23, 2021]
[edit reason] Please see ToS [webmasterworld.com] [/edit]
If it is a WordPress site, there is a sitewide noindex (actually a robots.txt directive preventing crawl) that might have been checked off during development of the site.I think we can exclude this possibility, because if the page had not been crawled, the search engine could not have seen the “noindex” directive.
Another possibility is that there is a directive somewhere in config/htaccess
Header set X-Robots-Tag "noindex"
that applies to the page in question.