[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Issue with website indexing on Google 225 views · 1 like · 7 posts Makeacv (@makeacv) · 2025-05-05 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 Anshuman Bhardwaj (@anshumanb) · 2025-05-05 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. Makeacv (@makeacv) · 2025-05-05      Makeacv (@makeacv) · 2025-05-05 Thanks for the reply. I have attached some screenshots for reference Anshuman Bhardwaj (@anshumanb) · 2025-05-05 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. Makeacv (@makeacv) · 2025-05-05 · ♥ 1 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. Anshuman Bhardwaj (@anshumanb) · 2025-05-05 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 https://developers.google.com/search/docs/crawling-indexing/block-indexing guide.