LocalSiteMap Functions
Available functions:
generate_sitemap(root_path, base_url, output_file="sitemap.xml", excluded_paths=None, show_progress=False): Automatically generate a sitemap based on the given root directory.
Generate Sitemap
Automatically generate a sitemap based on the given root directory.
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