-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Pure Krome edited this page May 9, 2020
·
5 revisions
Getting started with this library is ... simple 😄
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.
- Start out generating a Sitemap Index..
- Next, create the Urlset list. (note: is slightly harder, but worth it).
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.