When you have a default domain, the others automatically 301 to it, so if www is default, non-www will 301
If your DNS is limited and causing issues, switch to cloudflare’s free DNS. It supports cname flattening as well, if you want your non-www to be the default
Your GSC property should be a domain property, not a URL property
Everything looks perfect on your site settings.
It does look like you’re missing an A record in your DNS, you should have 2, but I think that’s primarily for load-balancing and failover.
I’d assume it’s the GSC setup.
One of the main things is to make certain you submit the correct URL for the sitemap. If you e.g. submit it as http: or without the www the sitemap itself will redirect and GCS sometimes will reject it.
Hey Micheal,
I switched to cloudflare and added the 2nd A-record and it works!
Also removed the sitemap and just put it on auto generate, but I think the 2nd A-record was the solution here.