c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
362 stars 110 forks source link

Question about Sitemap #15

Closed cocojambo89 closed 8 years ago

cocojambo89 commented 9 years ago

Hello,

This sitemap have index xml sitemap where is located all little sitemap.xml ... ? Can i add limit e.g. I have a lot links on my website, I can add limit e.g. 10 000 links after this script stop ? This script not add copy/same links in sitemap ?

Thanks.

c4software commented 9 years ago

Hi,

Sorry for the delay, I don't really understand your first question, can you explain? In the current version you can't define a limit the script crawl the entire website and then stop. And nope you will not have duplicate link.

cocojambo89 commented 9 years ago

@c4software

this script will make more sitemap files or just one, i know depend how much is links there but this will make one sitemap file or more ?

c4software commented 9 years ago

One site map for all links on the website.

c4software commented 9 years ago

In what kind of situation you would like to create multiple files?