Hi @Daniel_Hughes,
Thanks for your reply, if I understand correctly, you are hosting a custom domain that you own for a project that is hosted in Webflow, is that correct?
The issues detected for the custom domains is shown on the hosting tab of project settings.
The next step would be to check and update the DNS records on the domain(s) to point the DNS records at the correct servers.
The root domain (without www, like example.com) should have these two A-records:
Type: A
Name: @
Value: 75.2.70.75
Type: A
Name: @
Value: 99.83.190.102
The WWW subdomain should have a CNAME record and should use the following values:
Type: CNAME
Name: WWW
Value: proxy-ssl.webflow.com
If you happen to be using Cloudflare, the Status column on your DNS records that point to Webflow must be changed from “Proxied” to “DNS Only”.
After DNS changes are made, got to the hosting tab of project settings, set the
WWW domain as the default domain and then Publish your project.
Webflow allows you to change the on-page SEO factors which are published to the Web.
The Google search index is not controlled by Webflow, but there are some steps you can take to update the SEO Title and Description for what is shown in the search results.
Check the following items to update the on-page SEO factors:
1. Update the site and page SEO Title and Meta Description
2. Update the site Open Graph settings
3. Update and set the site RSS feed settings
4. Setup Google Analytics
5. Submit the published Sitemap to Google for re-indexing
The time it takes for Google to update the index and drop the old info and only show new updated info can vary, but those are the basic steps.
I hope this helps!