Multiple <head> and <body> tags in the HTML?

Hi,

I’m in the finishing stages of migrating our site from wordpress to webflow.

I’m auditing the new site through ScreamingFrog and a high priority issue is showing that I cannot debug on my own. It’s giving me an alert for all my URL:s.

Does anybody know how to fix this issue?

“Validation: Multiple Tags”
Description
Pages with multiple elements in the HTML. There should only be one element in the HTML which contains all critical metadata for the document. Browsers and Googlebot will combine metadata from subsequent elements if they are both before the , however this should not be relied upon and is open to potential mix-ups. Any tags after the starts will be ignored.

How To Fix
Ensure all pages have a single valid element with appropriate metadata for the document that is the first element in the element.

Validation: Multiple Tags
Description
Pages with multiple elements in the HTML. There should only be one element in the HTML which contains all content for the document. Browsers and Googlebot will try to combine content from subsequent elements, however this should not be relied upon and is open to potential mix ups.

How To Fix
Ensure all pages have a single valid element with appropriate content for the document.


Here is my site Read-Only: Webflow - Bonliva.se

This has been solved.

For others facing the same issue: I had an embedded html code for subscribing to a newsletter which had the head and body tag. Formatting this code solved the issue.