summaryrefslogtreecommitdiff
path: root/docs/sitemaps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sitemaps.txt')
-rw-r--r--docs/sitemaps.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sitemaps.txt b/docs/sitemaps.txt
index 6a16e61879..3e7411c168 100644
--- a/docs/sitemaps.txt
+++ b/docs/sitemaps.txt
@@ -282,6 +282,10 @@ This will automatically generate a ``sitemap.xml`` file that references
both ``sitemap-flatpages.xml`` and ``sitemap-blog.xml``. The ``Sitemap``
classes and the ``sitemaps`` dict don't change at all.
+If one of your sitemaps is going to have more than 50,000 URLs you should
+create an index file. Your sitemap will be paginated and the index will
+reflect that.
+
Pinging Google
==============