https://github.com/turkcoode/sitemap-validator
XML sitemap dosyalarını doğrulayan ve analiz eden CLI aracı
https://github.com/turkcoode/sitemap-validator
cli nodejs seo sitemap validator xml
Last synced: 4 months ago
JSON representation
XML sitemap dosyalarını doğrulayan ve analiz eden CLI aracı
- Host: GitHub
- URL: https://github.com/turkcoode/sitemap-validator
- Owner: turkcoode
- License: mit
- Created: 2026-02-25T23:50:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-25T23:56:39.000Z (4 months ago)
- Last Synced: 2026-02-26T01:27:30.915Z (4 months ago)
- Topics: cli, nodejs, seo, sitemap, validator, xml
- Language: JavaScript
- Homepage: https://turkcoode.github.io/sitemap-validator
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sitemap Validator
XML sitemap dosyalarını doğrulayan ve analiz eden CLI aracı
[](https://www.npmjs.com/package/sitemap-validator)
[](https://opensource.org/licenses/MIT)
## Kurulum
```bash
npm install -g sitemap-validator
```
## Kullanım
```bash
sitemap-validator --help
```
```javascript
const sitemapValidator = require('sitemap-validator');
// Temel kullanım
const result = sitemapValidator.analyze(input);
console.log(result);
```
## Özellikler
- Hızlı ve hafif
- Sıfır yapılandırma ile çalışır
- CLI ve programatik API desteği
- Türkçe karakter desteği
## API
### `analyze(input, options?)`
| Parametre | Tip | Açıklama |
|-----------|-----|----------|
| `input` | `string` | Analiz edilecek veri |
| `options` | `object` | İsteğe bağlı yapılandırma |
## Örnekler
Daha fazla örnek ve detaylı dokümantasyon için [TurkCode Blog](https://turkcode.net/blog) adresini ziyaret edin.
## Katkıda Bulunma
Pull request'ler memnuniyetle karşılanır. Büyük değişiklikler için lütfen önce bir issue açın.
## 📚 Dokümantasyon
- [Ana Sayfa](docs/Home.md)
- [Kurulum Rehberi](docs/Kurulum.md)
- [API Dokümantasyonu](docs/API-Docs.md)
- [SSS](docs/SSS.md)
- [Örnekler](docs/Örnekler.md)
## Lisans
MIT - Detaylar için [LICENSE](LICENSE) dosyasına bakın.
---
**TurkCode** tarafından geliştirilmiştir | [https://turkcode.net](https://turkcode.net)