Hi,
Does anyone know if you can specify more than one sitemap URL?
For example, atm I have:
<sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/siteindex.xsd"> <sitemap>
<loc>http://domain.com/directory/sitemap_index_p1.xml.gz</loc>
</sitemap>
</sitemapindex>
..will it work with something like this:
<sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/siteindex.xsd"> <sitemap>
<loc>http://domain.com/directory/sitemap_index_p1.xml.gz</loc>
<loc>http://domain.com/directory/another_sitemap.xml</loc>
<loc>http://domain.com/directory/another_sitemap2.xml</loc>
</sitemap>
</sitemapindex>
..or is that invalid syntax? I'm trying to split up the different sections of the site, into 3 different .xml files (the GLinks one gets made in .gz,cos it has the potential to get quite large =))
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Does anyone know if you can specify more than one sitemap URL?
For example, atm I have:
Code:
<?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/siteindex.xsd"> <sitemap>
<loc>http://domain.com/directory/sitemap_index_p1.xml.gz</loc>
</sitemap>
</sitemapindex>
..will it work with something like this:
Code:
<?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/siteindex.xsd"> <sitemap>
<loc>http://domain.com/directory/sitemap_index_p1.xml.gz</loc>
<loc>http://domain.com/directory/another_sitemap.xml</loc>
<loc>http://domain.com/directory/another_sitemap2.xml</loc>
</sitemap>
</sitemapindex>
..or is that invalid syntax? I'm trying to split up the different sections of the site, into 3 different .xml files (the GLinks one gets made in .gz,cos it has the potential to get quite large =))
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

