Skip to content
Pure Krome edited this page May 9, 2020 · 5 revisions

Awesomeballs!

Getting started with this library is ... simple 😄

So why would I use this library?

When you have a collection of data that needs to be indexed by a search engine (eg. questions and answers, products, users, wiki info, flight time tables, etc) then you need to create these dynamic lists and tell the search engine about them.

Sitemaps are the standard to this.

How to use this library

  1. Start out generating a Sitemap Index..
  2. Next, create the Urlset list. (note: is slightly harder, but worth it).

Hat Tip

I would like to tip my virtual hat to Daniel Crenna and his Sitemap GitHub repository (which doesn't seem to be available anymore). His code was the inspiration until I found some limitations using it with huge datasets. I thought of forking/PR'ing but my changes would have been a nearly new direction.