xml - How to increse number of sitemapindex -


i'm intereset if can have many sitemapindex this:

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://domain.com/sitemap/destinatietag.xml</loc> <lastmod>2015-02-01t05:00:34+02:00</lastmod> </sitemap> </sitemapindex> 

i mean 1 sitemapindex refer athor sitemapindex , or maxium limit sitemap?

example if destinatietag.xml athor

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://domain.com/sitemap/myurlxml.xml</loc> <lastmod>2015-02-01t05:00:34+02:00</lastmod> </sitemap> </sitemapindex> 

and myurlxml.xml contain url xml example:

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>https://domain.com/romania</loc> </url> </urlset> 

i need sitemap on website , have dinamical link need partial permutation list of object , partial permutation need athor partial permuation athor list of object clear can have url if both list cotain 2 object:

/exame/0/0 /exame/0/0;1 /exame/0/1 /example/0;1/0 /example/0;1/0;1 /example/0;1/1 /example/1/0 /example/1/0;1 /example/1/1 

and force have mach url big number.

for google, sitemap can contain references other sitemaps, 1 cascading level. sitemapindex destinatietag.xml fine, destinatietag.xml myurlxml.xml not.

there can 50 000 urls in sitemapindex pointing other sitemaps. sitemaps can each contain 50 000 urls webpages. of these sitemaps , urls must same website.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -