How to remove SEO Manager's code from your Shopify theme

There are a couple of different ways to go about removing the code added by SEO Manager from your Shopify theme.

The easiest way is to revert your theme.liquid file to a previous version. After opening this file on Shopify's code editor, you can use the date drop-down to select a date before SEO Manager was installed. This will replace the current code with the code from that date. Be sure to click the save button when done:

If you have made other changes to your theme since removing SEO Manager and are unable to revert back your code without altering those changes, you have the option to go into your theme and manually remove SEO Manager's code.

This is done by first deleting SEO Manager's one line of code, "{% include 'SEOManager' %}". Once removed, you will need to put back in place the meta code that was initially removed upon installation which includes the meta title, meta description, and meta keywords code.

If you initially had assistance installing your code when you first began using SEO Manager, there was likely a backup theme created at the time of installation that still has this meta code in place that you are able to copy and paste back within your theme.liquid file, as shown in the video below:

Lastly, you always have the option to reach out to our support team directly at support@seomanager.com for assistance.