SITE MAP

Create a New Page Called Sitemap:
Go to your Shopify admin panel.
Click on
Online Store>Pages.Click the
Add pagebutton.Enter "Sitemap" as the title.
Leave the content area blank for now.
Click
Save.
Create a New Template:
Go to
Online Store>Themes.Click on the
Actionsbutton next to your current theme and selectEdit code.In the left sidebar, scroll down to the
Templatessection and click on it.Click
Add a new template.In the dialog that appears:
Choose
pageas the template type.Name the template
site-map(this will create a file namedpage.site-map.liquid).
Click
Create template.
Add the Code to the New Template:
In the code editor, find the newly created
page.site-map.liquidfile underTemplates.

Replace any existing code in
page.site-map.liquidwith the following code:

Last updated