Hi All, I am hosting makeacv.ai on Vercel and just not able to get my website indexed. I have read of a few instances where they are having the same problem. Is there anyone here that is well versed and could take a look or advise? Thanks in advance
Hi @makeacv, welcome to the Vercel Community!
Can you share the issues you see on the Google Search Console? That’ll help others find suggest meaningful solutions.
Thanks for the reply. I have attached some screenshots for reference
Hi @makeacv, it looks like most of the pages (40) have noindex
set to them, which makes Google ignore indexing them. I’d suggest you to inspect the responses of these pages to see where are they getting the noindex
from and then remove that.
Other than that, check which pages are getting the Redirect errors and see if you want those pages to be indexed.
Thanks Anshuman - these are already added in our sitemap so no idea why its pulling that. We did request a review and waiting for Search Console to update. I will revert back once we get more clarity on the latest push.
I see. But, even if these are part of the sitemap, if the page/request returns a noindex
response then Google will ignore the page from indexing. To learn more, read the Block Search Indexing with noindex | Google Search Central | Documentation | Google for Developers guide.