I have a website and it was deployed on Vercel. When I try to index the page using Google Search Console, it throws error: Blocked due to unauthorised request (401)
I then visited their help article to find more information about the error.
Blocked due to unauthorized request (401) The page was blocked to Googlebot by a request for authorization (401 response). If you do want Googlebot to be able to index this page, either remove authorization requirements for this page, or else allow Googlebot to access your pages by verifying its identity. You can verify this error by visiting the page in incognito mode.
After verifying this error by visiting the page in incognito mode as suggested in the article. I am totally able to access my page using incognito mode.
In additional, I am also not able to get my page run lighthouse page speed test. The error code is same 401. Complete error code: Lighthouse was unable to reliably load the page that you requested. Make sure that you are testing the correct URL and that the server is properly responding to all requests. (Status code: 401)
Kindly suggest what could I do to fix this. Thank you!
Try to turn of Vercel Authentication in your vercel dashboard