Topic summary
A Shopify store has three <body> tags appearing on a single page, causing performance or validation issues. The user cannot locate where these duplicate tags originate in the backend.
Suggested troubleshooting approach:
- Check the
theme.liquidfile by navigating to Edit Code → Layout → theme.liquid - Search for duplicate
<body>tags within this core template file - The issue likely stems from improper theme customization or conflicting code snippets
Status: The problem remains unresolved; the user is awaiting further guidance on locating and removing the extra body tags. An attached screenshot shows the HTML structure with multiple body elements.
Hi @Kirat
I believe this issue may be located in the theme.liquid file. To check, go to Edit Code, then click on Layout and open the theme.liquid file. Look for and check if there are any duplicate tags. And also give your theme url

