An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# 🌐 Sitemap.xml Generator

![Sitemap Generator Preview](./.repo/screen_1.png)
*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