sitemap
The sitemap for a specific group in the robots.txt file.
The sitemap provides information about the pages and content on a site, and the relationships between them, which helps crawlers crawl a site more efficiently.
To learn more about sitemaps, refer to Google's documentation.
To learn more about sitemaps, refer to Google's documentation.
Tip: To learn more about sitemaps, refer to <a href="https://developers.google.com/search/docs/advanced/sitemaps/overview">Google's documentation</a>.
The sitemap object consists of a Sitemap directive, and a value of the URL that the sitemap is hosted at. For example:
Sitemap: https://your-store.myshopify.com/sitemap.xml
You can customize the robots.txt file with the robots.txt.liquid template.
You can customize the robots.txt file with the robots.txt.liquid template.
Tip: You can <a href="/themes/seo/robots-txt">customize the <code>robots.txt</code> file</a> with the <a href="/themes/architecture/templates/robots-txt-liquid"><code>robots.txt.liquid</code> template</a>.
Example
{
"directive": "Sitemap",
"value": "https://polinas-potent-potions.myshopify.com/sitemap.xml"
}