Question #2   Submitted by Answiki on 04/21/2020 at 07:12:16 PM UTC

How to create a sitemap index for multiple sitemaps?

Answer   Submitted by Answiki on 05/01/2020 at 07:30:16 PM UTC

A sitemap can be split into multiple sitemaps. Your main sitemap will contain a sitemapindex as on the following example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
    </sitemap>
</sitemapindex>

6 events in history
Answer by Answiki on 05/01/2020 at 07:30:16 PM

A sitemap can be split into multiple sitemaps. Your main sitemap will contain a sitemapindex as on the following example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
    </sitemap>
</sitemapindex>

Answer by Answiki on 05/01/2020 at 07:27:49 PM

A sitemap can be split into multiple sitemaps. Your main sitemap will contain a sitemapindex as on the following example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
    </sitemap>
</sitemapindex>

Answer by Answiki on 04/22/2020 at 08:15:32 PM

A sitemap can be split into multiple sitemaps. Your main sitemap will contain a sitemapindex as on the following example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
    </sitemap>
</sitemapindex>

Question by Answiki 04/21/2020 at 07:12:16 PM
How to create a sitemap index for multiple sitemaps?
Answer by Answiki on 04/21/2020 at 07:11:21 PM

A sitemap can be Split into multiple sitemaps. Your main sitemap will contain a sitemapindex as on the following example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
    </sitemap>
</sitemapindex>

Question by Answiki 04/21/2020 at 07:08:02 PM
How to split up your large sitemaps?
# ID Query URL Count

Icons proudly provided by Friconix.