[▲ 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

![screencapture-search-google-search-console-sitemaps-2025-05-05-10_09_04|690x370](upload://m3spEgVphlJeZfTb0eSIBijzMbR.png)
![screencapture-search-google-search-console-index-2025-05-05-10_08_55|690x458](upload://nHdfZXZ3hFmuLFQpad9Vxuo5XaC.png)
![screencapture-search-google-search-console-2025-05-05-10_08_45|626x500](upload://tR9w449Xdumtr4EOrPUMgFRj5kL.png)
![screencapture-google-search-2025-05-05-10_09_38|690x370](upload://jusoCynpS51P7EHyDKkLntgmty5.png)
![screencapture-search-google-search-console-sitemaps-sitemap-index-drilldown-2025-05-05-10_10_03|690x370](upload://wXGLV3du8dE9db2Cs3zfYBvf9AN.png)


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.