Multiple Title / Meta descriptions messing up SEO

I use Ahrefs and it’s showing that my website has multiple Title tags for some reason, with a common title “My Title” on all pages and that is hurting our SEO. But upon looking there’s only field for both SEO and Title Description on all pages. So where is this second Title coming from? AFAIK Webflow doesn’t have site-wide Title and Meta anymore.

Thoughts?


Here is my site Read-Only: https://preview.webflow.com/preview/starkflowlive?utm_medium=preview_link&utm_source=designer&utm_content=starkflowlive&preview=e0438cdad90ca6010df167df9fc631bb&pageId=5ef62112ade1164082197ef9&mode=preview

I think it’s because in your custom code you have:

<html>
<head>
<meta name="google-site-verification" content="Pszu3-kzvUdACld7xzwf_eDCaSnszHUXap0M2GXr8ok" />
</head>
<body>
</body>
</html>

You don’t need all those tags. All you need is this part in there:

<meta name="google-site-verification" content="Pszu3-kzvUdACld7xzwf_eDCaSnszHUXap0M2GXr8ok" />