srid/zulip-archive

Add Sitemap File

开放

#10 创建于 2020年2月3日

 (0 条评论) (1 个反应) (0 位负责人)Haskell (1 个派生)github user discovery
enhancementhacktoberfest

仓库指标

星标
 (13 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南