i had removed the loox app, but still in my code its showing loox reviews and widget, i am attaching the screenshot. it is giving some problem for my google search console. how can i remove it, Please help
Topic summary
A user uninstalled the Loox app from their Shopify store but leftover code remains visible in their site, causing issues with Google Search Console.
Problem identified:
- Loox scripts and widgets still appear in the theme code despite app removal
- Specific code snippets include
loox_global_hash,loox_pop_active, and review-related styling
Solution provided by Loox team:
- Navigate to Shopify admin → Themes → Actions → Edit code
- Open the
theme.liquidfile - Locate and delete:
{{ shop.metafields.loox["global_html_body"] }} - Clear browser cache (Ctrl+F5 on Windows, ⌘+R on Mac) and verify changes
Additional support:
Loox offered direct assistance via email (support@loox.io) or by creating a staff account for their team to access and clean up the theme code directly.
Status: Solution provided but not yet confirmed as resolved by the original poster.
Could you please share your website URL and screenshot?
And also let me know did you remove the code from the theme file as well. if not then you have to remove app code from the theme file as well.
remove such app related code from the theme and everything will work fine after that.
Hey,
Amit from the Loox team here ![]()
To prevent leftover Loox codes from affecting your store after uninstalling, please follow these steps (also mentioned in our uninstall email):
- Go to your Shopify admin themes page
- Click the “Actions” menu and then select “Edit code”
- Edit the theme.liquid file
- Find and delete the code below:
{{ shop.metafields.loox[“global_html_body”] }}
- Refresh the page without using the cached version of the site by pressing Ctrl+F5 (on Mac: ⌘+R ) and check again
If you’d like assistance editing your Liquid code, please create a staff account for [email removed] with access to your theme and we’ll be happy to help!
Please feel free to reach out at support@loox.io and we’d be more than happy to help you with this!