suitenumerique/docs

Server-side meta tags

開放

#739 建立於 2025年3月17日

 (0 則留言) (2 個反應) (0 位負責人)Python (595 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (16,557 顆星)
PR 合併指標
 (平均合併 15天 9小時) (30 天內合併 40 個 PR)

描述

Bug Report

Problematic behavior It looks like the meta tags are loaded on the client side, not readable by e.g. opengraph.xyz Example doc : https://docs.numerique.gouv.fr/docs/1b64643b-7163-4a96-b78d-251f3a5e81e7/

My guess is that this PR did use something like React Helmet, client-side. https://github.com/suitenumerique/docs/issues/224

Expected behavior/code Metatags should be generated on the server. It is very important to share intelligible links, and to find the doc in your browser history.

Steps to Reproduce

  1. Share this link on a platform that shows link vignettes (e.g. mattermost)
  2. No doc title is shown

Possible Solution In NextJS, add metatags to page.tsx

貢獻者指南