XML Sitemap may have max 50.000 URLs. Say I have 1 <url> with 2 <image:image>'s. How many are left? 49.999 or 49.997? [closed]

StackOverflow https://stackoverflow.com/questions/14381569

  •  16-01-2022
  •  | 
  •  

문제

I have a very simple question. An XML Sitemap may have max 50.000 URLs. Say I have 1 < url> with 2 < image:image>'s. How many are left? 49.999 or 49.997?

도움이 되었습니까?

해결책

How can we tell without seeing the XML? It could be both. Depends on if the 50,000 in referring to parent nodes, which most likely it is, which would mean you have 49,999 left. But with that said, who knows.

Edit...I just realized maybe you are talking about a google sitemap. You can have 50,000 parent nodes, the inner nodes are not counted.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top