views:

12

answers:

2

What permissions should I set on the sitemap_index.xml and sitemap.xml on my server?

Thanks

A: 

Unless you generate them dynamically, I would put them to read-only for everyone.

dark_charlie
+1  A: 

You should set the permissions in such a way that the web server can read the file when requested by an outside HTTP client.

The details of this will vary depending on your operating system and web server.

Greg Hewgill