How do I link to my store's sitemap?

Your store has two kinds of sitemap, and they work differently:

  • XML sitemap at yourstore.com/sitemap.xml: this is for search engines, not visitors. It works automatically and does not need a link on your homepage.
  • Site Map page: a visitor-friendly page that is created automatically with your store's default pages.

The store menu is built automatically from your categories, so it is not possible to add a custom menu link. If you want to show a link somewhere on your store (to the sitemap or anywhere else), you can add one with the Add Custom HTML feature, for example just before the footer:

<a href="/sitemap.xml">Sitemap</a>

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.