facebook / facebook/docusaurus

Blog posts should be truncated in list view by default

オープン
#9,691 コメント 0 件 リアクション 3 件 担当者 0 名 GitHub で見る
proposal
主要言語
TypeScript
スター
66.2k
フォーク
10k
平均マージ
1日 3時間
マージ済み PR(30日)
52

説明

### Have you read the Contributing Guidelines on issues?

- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).

### Motivation

To prevent SEO / duplicate content issues, blog posts should be truncated in list view (paginated lists) by default.

Currently we only truncate posts having the truncate marker `` or `{/* truncate */}`, but many users don't add or know that marker exist, leading to possible SEO problems.

In Docusaurus v4, let's do a breaking change and make sure we always truncate posts by default, with an option to opt-out to the old v3 behavior (having the ability to not truncate).

We could use the blog post description/excerp as the default truncated version (unless user provides an explicit truncate marker).

Related to https://github.com/facebook/docusaurus/issues/9657#issuecomment-1875092809, cc @johnnyreilly

### Self-service

- [X] I'd be willing to do some initial work on this proposal myself.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。