deanchalk / SitemapTools

A sitemap (sitemap.xml) parsing and querying library in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitemap Tools

A sitemap (sitemap.xml) querying and parsing library in C#

AppVeyor Codecov NuGet

Key features

  • Parses both XML sitemaps and sitemap index files
  • Handles GZ-compressed XML sitemaps
  • Supports TXT sitemaps

Notes

Example

using TurnerSoftware.SitemapTools;

var sitemapQuery = new SitemapQuery();
var sitemapEntries = await sitemapQuery.GetAllSitemapsForDomainAsync("example.org");

About

A sitemap (sitemap.xml) parsing and querying library in C#

License:MIT License


Languages

Language:C# 89.9%Language:PowerShell 10.1%