https://github.com/freeeez/sitemap-generator
Just simple sitemap.xml generator (all-in-one-file)
https://github.com/freeeez/sitemap-generator
html javascript sitemap-generator xml
Last synced: about 1 year ago
JSON representation
Just simple sitemap.xml generator (all-in-one-file)
- Host: GitHub
- URL: https://github.com/freeeez/sitemap-generator
- Owner: FreeeeZ
- License: mit
- Created: 2020-04-26T10:10:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T08:13:32.000Z (about 1 year ago)
- Last Synced: 2025-06-20T08:38:04.033Z (about 1 year ago)
- Topics: html, javascript, sitemap-generator, xml
- Language: HTML
- Homepage: https://sitemap-generator-neon.vercel.app/
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Sitemap.xml Generator

*A clean, responsive interface with dark/light theme support*
## 🚀 Main features
### 📋 Core Functionality
- **Multi-URL Processing**
- Add multiple URLs (one per line) with optional parameters:
- https://example.com
- https://example.com/about yearly
- https://example.com/contact monthly 0.8 2023-01-01
- **Smart Validation**
- ✅ Real-time input checking
- 🚫 Disabled generate button for empty input
- ❗ Clear error messaging
- **Standards-Compliant Output**
```xml
https://example.com
weekly
0.5
2023-10-15
```
## UI/UX Features
- Auto-Theming
- 🌙 Dark / ☀️ Light mode matching OS preference
- 🔄 Manual toggle with persistent settings
- Responsive Design
- 📱 Mobile-friendly interface
- 🖥️ Optimized for desktop
- Zero-Server Operation
- 🔒 100% client-side processing
- 🌍 No external dependencies
## Usage Guide
- Enter URLs
- Paste your URLs (one per line) in the text area:
- https://example.com/page1
- https://example.com/page2 monthly
- Add Parameters (optional)
- Format: `URL [changefreq] [priority] [lastmod]`
- Example: `https://example.com yearly 0.7 2023-06-01`
- Generate & Download