We previously deployed a project under the name ets-sanity-cms, which resulted in the autogenerated domain ets-sanity-cms.vercel.app. However, this project has since been renamed, and we are no longer using this domain. We now use custom domains.
How do I remove this domain from appearing in google search? if anybody can help, I would really appreciate it.
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.
I understand you no longer want the autogenerated domain to be removed from Google’s indexing.
To remove the ets-sanity-cms.vercel.app domain from Google search results, you’ll need to follow a few steps:
First, make sure the domain is properly removed from your Vercel account. You can do this through your project settings . Navigate to the domains section of your dashboard where you’ll find a list of all domains under your account, and delete the domain using the “Delete” option in the triple-dot menu.
After removing the domain from Vercel, you’ll need to request Google to remove the outdated content from their search results:
Enter the URL you want to remove (ets-sanity-cms.vercel.app)
Submit the request
If you have access to Google Search Console, you can also:
Add and verify your property in Search Console
Use the “Removals” tool to temporarily hide URLs from search results
Submit a sitemap with your current, preferred URLs to help Google understand your site structure
Consider setting up a redirect from the old domain to your new custom domain if you still have access to the old domain. This will help users who might still have the old URL bookmarked or find it through other sources.
You should also consider adding the canonical-url to your meta tags.
Keep in mind that even after removal from Vercel, the domain might still appear in search results for some time until Google recrawls and reindexes the content.