Since that is a commercial plugin, we ask that you please go to their official support channel, so you can get support from the people who know it best: https://yoast.com/help/
Forum volunteers do not have access to commercial products, so they would not know why it is not working correctly. Other community members who may have faced your issue might be able to help you, but your best bet is your product’s developer. We encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.
Thanks for your reply. I actually started by reaching out to Yoast, but they said there was nothing they could do. Is there something on the WP side that I can do to check if there’s a no index tag on my page, or remove that particular html?
The Google information on your site may be old. Their indexing doesn’t update automatically, and it can take anywhere from days to months to get re-indexed.
On your site I can see this meta tag:
<meta name=’robots‘ content=’index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1‘ />
That tells me that the home page is set to be indexed as you’d expect.
The only thing WordPress controls with regards to whether or not your site can be indexed, is the “Discourage search engines from indexing this site” checkbox at Settings -> Reading in your site’s Dashboard: https://ww.wp.xz.cn/documentation/article/settings-reading-screen/
When checked, it only adds this to your robots.txt file:
User-agent: *
Disallow: /
It does nothing else, and nothing in WordPress sets no-index values.
Your robots.txt file is also being controlled by Yoast: https://azjunkernaut.com/robots.txt
# START YOAST BLOCK
# ---------------------------
User-agent: *
Disallow:
Sitemap: https://azjunkernaut.com/sitemap_index.xml
# ---------------------------
# END YOAST BLOCK
So, currently WordPress core doesn’t control anything on your site with regards to indexing. Yoast is in complete control of that.
Or, as @catacaustic mentioned, you probably just need to wait for Google to update their index.
I would also recommend checking the indexing status in the Google Search Console: https://search.google.com/search-console – Google indicates possible problems there.