fix(readme): format features list as markdown bullets for proper rendering
This commit is contained in:
30
readme.md
30
readme.md
@@ -14,21 +14,21 @@ pnpm install @push.rocks/smartsitemap
|
||||
|
||||
## ✨ Features
|
||||
|
||||
🔗 **Chainable Builder API** — Fluent, composable API where every method returns `this`
|
||||
📰 **News Sitemaps** — Google News-compatible with proper namespace handling
|
||||
🖼️ **Image Sitemaps** — Full `image:image` extension support
|
||||
🎬 **Video Sitemaps** — Full `video:video` extension with all fields
|
||||
🌍 **hreflang / i18n** — `xhtml:link` alternate language annotations
|
||||
📑 **Sitemap Index** — Automatic splitting at 50K URLs with index generation
|
||||
🌊 **Streaming** — Node.js Readable stream for million-URL sitemaps
|
||||
✅ **Validation** — URL validation, size limits, spec compliance checks
|
||||
📊 **Statistics** — URL counts, image/video/news counts, size estimates
|
||||
📡 **RSS/Atom Feed Import** — Convert feeds to sitemaps (unique feature!)
|
||||
📄 **YAML Config** — Declarative sitemap definition from YAML
|
||||
🗂️ **Multi-Format Output** — XML, TXT, JSON, gzipped buffer
|
||||
🎨 **XSL Stylesheets** — Browser-viewable sitemaps
|
||||
🔍 **Bidirectional Parsing** — Parse existing sitemaps back into structured data
|
||||
💪 **Full TypeScript** — Complete type safety with exported interfaces
|
||||
- 🔗 **Chainable Builder API** — Fluent, composable API where every method returns `this`
|
||||
- 📰 **News Sitemaps** — Google News-compatible with proper namespace handling
|
||||
- 🖼️ **Image Sitemaps** — Full `image:image` extension support
|
||||
- 🎬 **Video Sitemaps** — Full `video:video` extension with all fields
|
||||
- 🌍 **hreflang / i18n** — `xhtml:link` alternate language annotations
|
||||
- 📑 **Sitemap Index** — Automatic splitting at 50K URLs with index generation
|
||||
- 🌊 **Streaming** — Node.js Readable stream for million-URL sitemaps
|
||||
- ✅ **Validation** — URL validation, size limits, spec compliance checks
|
||||
- 📊 **Statistics** — URL counts, image/video/news counts, size estimates
|
||||
- 📡 **RSS/Atom Feed Import** — Convert feeds to sitemaps (unique feature!)
|
||||
- 📄 **YAML Config** — Declarative sitemap definition from YAML
|
||||
- 🗂️ **Multi-Format Output** — XML, TXT, JSON, gzipped buffer
|
||||
- 🎨 **XSL Stylesheets** — Browser-viewable sitemaps
|
||||
- 🔍 **Bidirectional Parsing** — Parse existing sitemaps back into structured data
|
||||
- 💪 **Full TypeScript** — Complete type safety with exported interfaces
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user