srid/zulip-archive

Add Sitemap File

オープン

#10 opened on 2020/02/03

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Haskell (1 件のフォーク)github user discovery
enhancementhacktoberfest

Repository metrics

Stars
 (13 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド