LocalSiteMap Functions
Generate Sitemap
Parameters:
root_path: The root directory of your website.
base_url: The base URL of your website (e.g., "https://example.com").
output_file: The name of the output XML file (default: "sitemap.xml").
excluded_paths: A list of file paths or directories to exclude from the sitemap.
show_progress (bool): Whether to show the mapping progress.Last updated