I’m checking my Google Search Console for issues, and some of my site indexing needs help. It looks like the URL Webflow is publishing is duplicating the root domain and folder structure, instead of the actual path, or at least that’s a second page being read by web crawlers:
I’m also getting a similar result when I scrape the website with something like Ubersuggest. All the SEO and site issues are related to the duplicate domain and folder structure from my CMS items:
I’d like to remove these “duplicate pages” so I’m not penalized for having duplicate site content and to make sure it’s not slowing my site down at all.
The plain URLs of all the affected pages still work as normal, but all the duplicate URLs direct to the 404 page. I’m lost.
Check your Site Settings under the SEO tab, for the Canonical tag section.
If you have a value there, make sure it’s just the beginning part of your URL- the protocol and the domain, but no path. That means no ending / either, like this…
Webflow publishes these into your pages appending the path of the page, so the /path-to-my-page portion of the URL is appended to this string.
@Kaleb_Dean I can’t see your SEO settings through the preview link, however I’m guessing you have ostendo.photography there by accident. Change that to https://ostendo.photography and republish- you should be good.
I had the same issue and fixed it by adding the protocol (https://) to the canonical URL tag.
I’m still waiting for Google to reindex the page, but this should do the trick for what I’ve seen in other examples.