I am currently creating XML of my new personal blog. I was wondering if the order of the posts in it is important or not.
For example:
<xml>
new post item
old post item
</xml>
or
<xml>
old post item
new post item
</xml>
Do they matter to Google?
No responses yet.