If you haven't customized your landing page just yet or simply want it to direct it to another page, you can add some custom page code to redirect it!
These are general instructions. If you are redirecting for an external sales pages specifically, see Redirect Your Course Landing Page to an External Sales Page
Why redirect your product landing page?
Course landing pages, community landing pages, membership landing pages, and bundle landing pages are created by default when you create each product. There are various areas that students can access this page from, including product smart sections on your site pages, as well as from their Student Dashboard.
There are a few reasons why you might want to redirect your product landing page:
- If you are using an external sales page. See Redirect Your Course Landing Page to an External Sales Page if this is the case
- If you are selling a bundle or Membership and don't plan on customizing each individual course or community included, you can redirect your landing pages to your Membership or bundle landing page
- If you have a custom page or another page on your site that you would like to display instead
How Redirect Your Product Landing Page
Redirect Your Course Landing Page
- Go to Manage Learning Products
- Select Courses
- Click on a specific course
- Select the Settings tab
- Click Page Code
- Paste the following code:
<script>window.location.href = "https://www.customurl.com";</script>
- Replace https://www.customurl.com with your desired URL
- Click Save
Redirect Your Bundle Landing Page
- Go to Manage Learning Products
- Select Bundles
- Click on a specific bundle
- Select the Settings tab
- Click SEO & page code
- Paste the following code into the Page code field:
<script>window.location.href = "https://www.customurl.com";</script>
- Replace https://www.customurl.com with your desired URL
- Click Save
Redirect Your Community Landing Page
- Go to Manage Learning Products
- Select Communities
- Locate the community you want to edit, click the ellipses (3 dot icon), select Edit
- Select the Settings tab
- Click Page Code
- Paste the following code:
<script>window.location.href = "https://www.customurl.com";</script>
- Replace https://www.customurl.com with your desired URL
- Click Save
Redirect Your Membership Landing Page
- Go to Manage Learning Products
- Select Memberships
- Click on a specific membership
- Select the Settings tab
- Click SEO & page code
- Paste the following code into the Page code field:
<script>window.location.href = "https://www.customurl.com";</script>
- Replace https://www.customurl.com with your desired URL
- Click Save
Important Considerations
When adding this redirect via code, your landing page can no longer be edited from Site Builder. If you decide to use the Thinkific landing page in the future, you'll need to remove the redirect in order to customize it in Site Builder.
Best Practices
When adding this redirect, your Thinkific page will briefly load before a visitor is redirected to the new page. The script is added to the Footer of your page, which means the redirect is the last item to load. Since this is the case, we recommend keeping all other elements on the page to a minimum so that your page loads faster, which will reduce the time that your Thinkific page is briefly visible.
You can easily remove all sections on the Thinkific page to help with this. Learn how to remove all sections in Delete a Section in Site Builder.