Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a maximum size for sitemap files?

Tags:

I was wondering: Is there a maximum size for sitemap files? I'm trying to build a shopping site and I don't know if it's going to support constant size increasing dynamicaly. I don't even know if it is the correct way to put the products to be find by the search engines.

like image 308
msmafra Avatar asked Jan 27 '11 16:01

msmafra


People also ask

How many URLs can an XML sitemap have?

XML sitemaps have a couple of limitations: A maximum of 50,000 URLs.

What is the maximum number root nodes that can be held in a sitemap file?

The SiteMap has several functions: It provides the root node of the site navigation hierarchy (there can be only one root node).


1 Answers

The limits are:

  1. maximum 50000 urls
  2. max 10MB file size (after un-gzipping).

Both limis apply.

Taken from here

like image 83
user387049 Avatar answered Sep 22 '22 09:09

user387049