I want to inquire

I want to remove this logo import wixSeoFrontend from “wix-seo-frontend”; // … let links = wixSeoFrontend.links; /* links

How can I hide that code from my site?import wixseofrontend from “wix-seo-frontend”; // … let links = wixseofrontend.links; /* links

If you want to hide or prevent code from being visible on your Wix site, you need to ensure that it is only executed on the backend or in a secured manner. The code you shared appears to belong to Wix’s SEO tools and works on the frontend, making it potentially visible to users inspecting the site.

Go to your Wix dashboard > Settings > Custom code.

Delete or disable the code you added here.