Dug Posted April 27, 2022 Share Posted April 27, 2022 Site URL: https://warmearthcosmetics.com I have an error on website with html placed where it is not supposed to be according to W3C. Here is the issue: <!doctype html> <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US" > which is above my <head> right on top of every web page ..... I have no idea how to get rid of it...... any suggestions????? Squarespace doe not give me access to the back-end editing of this issue..... Link to comment
Solution paul2009 Posted April 27, 2022 Solution Share Posted April 27, 2022 51 minutes ago, Dug said: I have an error on website with html placed where it is not supposed to be...which is above my <head> right on top of every web page The structure in the screenshot is correct. The <html> element is the top-level element of an HTML document and should contain all other elements including the <head> and <body> elements. However, you shouldn't need to worry about technical details like this when building a site on Squarespace, which is why you cannot edit these details. Dug 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
viennawoodworks Posted November 3 Share Posted November 3 I have this same issue and my website auditor keeps saying that it's a problem because http instead of https is making my site look unsecure. How did the below get on top of every page on my site and more importantly, how do I get rid of it? <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US" class="touch-styles"> <head> Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment