Next.js Discord

Discord Forum

how do i make my vercel app searchable on google

Answered
chr.yx posted this in #help-forum
Open in Discord
Avatar
I was wondering how to make my vercel app searchable on google. I know there is a sitemap option, on google search console it wants me to have some kind of verification which got me lost. I deployed it onto vercel also.
Image
Answered by B33fb0n3
google says, that you need to verify that you are the owner of vercel.app (the domain) noutes in this case is just a subdomain. You are not the owner of vercel.app, so you won't be able to verify it.

You can either buy a custom domain or leave it as it is.

Do get found make sure you add metadata, a sitemap and a robots.txt to your project. You can [get details here](https://nextjs.org/docs/app/building-your-application/deploying/production-checklist#metadata-and-seo)
View full answer

4 Replies

Avatar
google says, that you need to verify that you are the owner of vercel.app (the domain) noutes in this case is just a subdomain. You are not the owner of vercel.app, so you won't be able to verify it.

You can either buy a custom domain or leave it as it is.

Do get found make sure you add metadata, a sitemap and a robots.txt to your project. You can [get details here](https://nextjs.org/docs/app/building-your-application/deploying/production-checklist#metadata-and-seo)
Answer
Avatar
@chr.yx solved?
Avatar
Yep
Avatar