apache/sedona

docs: Hide older Sedona document pages from showing up in google searches

開放

#2,180 建立於 2025年7月28日

 (7 則留言) (0 個反應) (0 位負責人)Scala (693 個分叉)batch import
docsgood first issuehelp wanted

倉庫指標

星標
 (1,953 顆星)
PR 合併指標
 (平均合併 1天 3小時) (30 天內合併 35 個 PR)

描述

Hide older Sedona document pages from don't show up in google searches. We should not completely remove access to the older documentation versions, but just make it so they aren't showing up as top google search results. I often click a link and find that I'm on an older doc page for some reason.

Ran a quick LLM query, and it seems like this is fixable through fixing HTML code somehow. It said something about setting content="noindex" field for a <meta> tag and setting rel="canonical" of a <link> tag. Didn't look into this further, these may or may not work.

貢獻者指南