diff --git a/src/pages/changelog/[...slug].astro b/src/pages/changelog/[...slug].astro index 10d049778afa18..8e7fea17d75fab 100644 --- a/src/pages/changelog/[...slug].astro +++ b/src/pages/changelog/[...slug].astro @@ -34,6 +34,7 @@ const props = { description: note.data.description, template: "splash", noindex: note.data.hidden, + chatbot_deprioritize: true, }, headings, hideTitle: true, diff --git a/src/pages/changelog/index.astro b/src/pages/changelog/index.astro index 92fe9e50a73ec9..2ad05cfc80505d 100644 --- a/src/pages/changelog/index.astro +++ b/src/pages/changelog/index.astro @@ -22,6 +22,7 @@ const props = { title: "Changelogs", tableOfContents: false, template: "splash", + chatbot_deprioritize: true, }, hideTitle: true, hideBreadcrumbs: true,