srid/zulip-archive

Add Sitemap File

Aperta

#10 aperta il 3 feb 2020

 (0 commenti) (1 reazione) (0 assegnatari)Haskell (1 fork)github user discovery
enhancementhacktoberfest

Metriche repository

Star
 (13 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

A sitemap of all the threads would help crawlers and improve search engine discovery. You can point crawlers to the sitemap using the Sitemap: <full-url> directive in a robots.txt file, or by sending them a ping. A sitemap can have a maximum of 50,000 URLs. Beyond that, you need to generate a sitemap index file that points to the different sitemaps.

Not sure if this is a rib issue or a zulip-archive issue, but you could leverage this package I published recently to build the sitemaps and sitemap index: https://hackage.haskell.org/package/sitemap-gen

Guida contributor