Limitation for google sitemap.xml file size

后端 未结 7 1781
一向
一向 2020-12-10 10:10

can any one please let me know the memory limitation(MB) of google sitemap.xml file size.

7条回答
  •  Happy的楠姐
    2020-12-10 10:40

    I have reached this question while developing for 100K products sitemap.

    And limits are

    1. 50K URL

    2. 50 MB file size limit

    To stay safe I think multiple sitemaps will help.

    
       
       
          http://www.example.com/sitemap_1.xml
          2018-01-02T15:11:46+06:00
       
       
          http://www.example.com/sitemap_2.xml.gz
          2018-01-01T15:11:46+06:00
       
       

提交回复
热议问题