Conventional wisdom of writing HTML/CSS/JavaScript websites says that you should put scripts either in the head or at the bottom of the page. Webflow breaks many conventional norms — so logically speaking, wouldn’t it make sense to put scripts in an embed in the body of the page, so that they can make semantic sense to someone who is looking at the Webflow project (just like the rest of the page structure)? Stackoverflow says it’s okay…