Add a redirect

Stores on a paid plan can link or redirect a page in their shop to another URL (like a blog, for example), all without having to modify built-in theme code. Here’s how!

  1. Head to the page, then click Design, then click into the Pages section.
  2. Click the + button to add a new page. Give the page a name.
  3. Uncheck Use my store’s layout, and replace the current code with the following - be sure to change the two example URLs to where you’d like to redirect to:
<html>
   <head>
      {{ head_content }}
        <link rel="canonical" href="http://example.com/your-page/" />
        <meta http-equiv=refresh content="0; url=http://example.com/your-page/" />
        <meta name="robots" content="noindex,follow" />
        <meta http-equiv="cache-control" content="no-cache" />
   </head>
  <body>
 </body>
</html>

Finally, click Done and Publish. That’s it! Check out the new link in your shop. 🔗

Contact Big Cartel

Can't find what you're looking for?

Contact us for more help

Heads up! You're using an unsupported older browser. Click to learn how to update it.