All Projects → TurnerSoftware → SitemapTools

TurnerSoftware / SitemapTools

Licence: MIT License
A sitemap (sitemap.xml) querying and parsing library for .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to SitemapTools

Sitemap Generator Crawler
Script that generates a sitemap by crawling a given URL
Stars: ✭ 169 (+789.47%)
Mutual labels:  sitemap, xml
Sitemap
PHP XML Sitemap Generation
Stars: ✭ 128 (+573.68%)
Mutual labels:  sitemap, xml
Nextjs Sitemap Generator
Generate sitemap.xml from nextjs pages
Stars: ✭ 395 (+1978.95%)
Mutual labels:  sitemap, xml
grav-plugin-sitemap
Grav Sitemap Plugin
Stars: ✭ 34 (+78.95%)
Mutual labels:  sitemap, sitemap-xml
X.Web.Sitemap
Simple sitemap generator for .NET
Stars: ✭ 66 (+247.37%)
Mutual labels:  sitemap, sitemap-xml
sitemapper
parses sitemaps for Node.JS
Stars: ✭ 70 (+268.42%)
Mutual labels:  sitemap, sitemap-xml
Laravel Sitemap
Create and generate sitemaps with ease
Stars: ✭ 1,325 (+6873.68%)
Mutual labels:  sitemap, xml
ultimate-sitemap-parser
Ultimate Website Sitemap Parser
Stars: ✭ 118 (+521.05%)
Mutual labels:  sitemap, sitemap-xml
express-sitemap-xml
Serve sitemap.xml from a list of URLs in Express
Stars: ✭ 56 (+194.74%)
Mutual labels:  sitemap, sitemap-xml
sitewriter
A rust library to generate sitemaps.
Stars: ✭ 18 (-5.26%)
Mutual labels:  sitemap, xml
medialytics
A basic, free tool that shows information about Plex Media Server content
Stars: ✭ 31 (+63.16%)
Mutual labels:  xml
SAF-T-AO
Official XSD from the Government of Angola for use in SAF-T AO
Stars: ✭ 42 (+121.05%)
Mutual labels:  xml
ph-commons
Java 1.8+ Library with tons of utility classes required in all projects
Stars: ✭ 23 (+21.05%)
Mutual labels:  xml
saxophone
Fast and lightweight event-driven streaming XML parser in pure JavaScript
Stars: ✭ 29 (+52.63%)
Mutual labels:  xml
asl
A C++ cross-platform library including JSON, XML, HTTP, Sockets, WebSockets, threads, processes, logs, file system, CSV, INI files, etc.
Stars: ✭ 44 (+131.58%)
Mutual labels:  xml
xspec
XSpec is a unit test and behaviour-driven development (BDD) framework for XSLT, XQuery, and Schematron.
Stars: ✭ 91 (+378.95%)
Mutual labels:  xml
xast
Extensible Abstract Syntax Tree
Stars: ✭ 32 (+68.42%)
Mutual labels:  xml
onixcheck
ONIX validation library and commandline tool
Stars: ✭ 20 (+5.26%)
Mutual labels:  xml
yii2-sitemap
A Yii2 extension to generate sitemap files for large web-sites in console
Stars: ✭ 31 (+63.16%)
Mutual labels:  sitemap
jlsitemap
JL Sitemap - Component sitemap for Joomla
Stars: ✭ 20 (+5.26%)
Mutual labels:  sitemap

Icon

Sitemap Tools

A sitemap (sitemap.xml) querying and parsing library for .NET

Build Codecov NuGet

Key features

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

Licensing and Support

Sitemap Tools is licensed under the MIT license. It is free to use in personal and commercial projects.

There are support plans available that cover all active Turner Software OSS projects. Support plans provide private email support, expert usage advice for our projects, priority bug fixes and more. These support plans help fund our OSS commitments to provide better software for everyone.

Notes

Example

using TurnerSoftware.SitemapTools;

var sitemapQuery = new SitemapQuery();
var sitemapEntries = await sitemapQuery.GetAllSitemapsForDomainAsync("example.org");
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].