-
Print
-
DarkLight
-
PDF
Upload sitemap
Dashboard
To upload the sitemap into your Prerender.io account, use the Import Sitemap feature on your Prerender.io dashboard, in the Cache Manager page.
Type the sitemap's location in the text box and press Import, and Prerender.io will download and analyze the sitemap file.
API
To upload a sitemap from the API, use the "https://api.prerender.io/sitemap" endpoint.
For details, please see Prerender API doc.
Process:
- Prerender.io downloads the site map from the server using the Prerender user agent.
- Adds
<url>...</url>
URLs to the cache (if the URL is already in the cache, it skips this step). - Downloads and processes the additional
<sitemap>...</sitemap>
sitemaps.
Supported format
Prerender.io supports the standard sitemap XML format, which is described in sitemaps.org.
Example sitemaps
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://prerender.io/post-sitemap.xml</loc>
<lastmod>2022-02-22T18:43:59+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://prerender.io/page-sitemap.xml</loc>
<lastmod>2022-01-26T11:54:11+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://prerender.io/category-sitemap.xml</loc>
<lastmod>2022-02-22T18:43:59+00:00</lastmod>
</sitemap>
</sitemapindex>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://prerender.io/blog/</loc>
<lastmod>2022-02-22T18:43:59+00:00</lastmod>
</url>
<url>
<loc>https://prerender.io/angular-vs-react-seo/</loc>
<lastmod>2021-05-13T17:51:23+00:00</lastmod>
</url>
<url>
<loc>https://prerender.io/what-you-need-to-know-about-google-page-experience/</loc>
<lastmod>2021-06-11T16:25:41+00:00</lastmod>
</url>
</urlset>
Was this article helpful?