diff --git a/baker/algolia/algoliaUtils.tsx b/baker/algolia/algoliaUtils.tsx index 38555207bf1..70767e36cab 100644 --- a/baker/algolia/algoliaUtils.tsx +++ b/baker/algolia/algoliaUtils.tsx @@ -180,7 +180,7 @@ function generateGdocRecords( return match(gdoc.content.type) .with(OwidGdocType.Article, () => ({ type: "article" as const, - importance: 0, + importance: "deprecation-notice" in gdoc.content ? -0.5 : 0, })) .with(OwidGdocType.AboutPage, () => ({ type: "about" as const,