Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i get this error on google page speed insights Properly defines charset Error! A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header.
im using a youtubers theme which based on debutify however i haven't paid for it ?
Maybe this is the problem as the line of code
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <!-- Other head elements go here --> </head>
is already in the theme folder so idk whats the go
To solve this you can add
Content-Type: text/html; charset=UTF-8
as you already have charset defined,it should not show this error, but you should try by adding content type.
You can check this.