Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML Sitemap Too Big?

Tags:

xml

seo

sitemap

Having an XML sitemap is important for SEO, but should I limit the pages that are listed in the file? Here is my situation:

My client wants a high school biology review site. One of the features is a 'Word of The Day', which is a specific word, a 2 sentence quick explanation, and a separate 2-3 paragraph explanation with pictures. I'll anticipate 250-400 total 'words of the day'.

There will be an index that lets you view any of these words you want, in addition to today's word. Essentially, each of words' big explanation is a separate page.

My question is, should I make a separate XML sitemap entry for each of these? Overall, that could make the sitemap over 400 entries. I'm inclined to do it, since my understanding of SEO is that the more you list items, the higher likelihood they will be indexed.

Thoughts?

like image 652
Eric Di Bari Avatar asked Nov 21 '10 23:11

Eric Di Bari


People also ask

What is the maximum size of XML sitemap?

All formats limit a single sitemap to 50MB (uncompressed) and 50,000 URLs. If you have a larger file or more URLs, you will have to break your list into multiple sitemaps.

How many sitemaps should I have?

Typically, every website must have at least two different types of sitemaps, XML sitemaps and HTML sitemaps. The XML sitemap is essential for proper indexing, crawling of pages on your website by search engines while HTML is designed for web users and placed on the home page of the site.

What is Sitemap XML vulnerability?

WordPress Plugin Google XML Sitemaps is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site.


1 Answers

You don't need to worry if you just have a small sitemap with just a few hundred urls. Having more urls doesn't make it more likely to have them indexed. But you shouldn't worry about that. Most likely all of them will be indexed.

You can provide multiple Sitemap files, but each Sitemap file that you provide must have no more than 50,000 URLs and must be no larger than 50MB (52,428,800 bytes). If you would like, you may compress your Sitemap files using gzip to reduce your bandwidth requirement; however the sitemap file once uncompressed must be no larger than 50MB. If you want to list more than 50,000 URLs, you must create multiple Sitemap files.

http://www.sitemaps.org/protocol.html#index (updated quote on March 11, 2019)

like image 55
CodesInChaos Avatar answered Oct 01 '22 15:10

CodesInChaos