Releases: sebastienrousseau/sitemap-gen
Releases · sebastienrousseau/sitemap-gen
Sitemap Gen 🦀 v0.0.1
Release v0.0.1 - 2024-10-10
Sitemap Gen (sitemap-gen)
A fast and efficient Rust library for generating and validating XML sitemaps.
• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines
Overview
The sitemap-gen
library provides a powerful solution for generating and optimizing XML sitemaps, essential for enhancing SEO and improving website visibility. It supports the creation of sitemaps for websites of any scale, with built-in validation and performance optimizations to ensure that your sitemaps comply with web standards.
Features
- XML Sitemap Generation: Efficiently generate well-structured XML sitemaps for websites.
- URL Management: Add, validate, and normalize URLs easily within the sitemap.
- Change Frequency Support: Specify how often pages are likely to change (daily, weekly, etc.).
- Last Modified Dates: Include accurate timestamps for when pages were last modified.
- Validation: Ensure that your sitemap adheres to size and URL limits as per SEO guidelines.
- Performance Optimizations: Pre-allocate buffers and optimize memory usage for generating large sitemaps.
- Asynchronous Processing: Leverage async functionality to generate sitemaps efficiently for larger sites.
Changelog 📚
- Merge pull request #1 from sebastienrousseau/feat/sitemap-gen
What's Changed
- v0.0.1 by @sebastienrousseau in #1
New Contributors
- @sebastienrousseau made their first contribution in #1
Full Changelog: https://github.com/sebastienrousseau/sitemap-gen/commits/v0.0.1