Remove custom roadmaps from google indexing

pull/5266/head
Kamran Ahmed 9 months ago
parent bd3fd8bfe2
commit dcef07d7c6
  1. 2
      src/pages/r/index.astro

@ -6,7 +6,7 @@ import Loader from '../../components/Loader.astro';
import ProgressHelpPopup from '../../components/ProgressHelpPopup.astro';
---
<BaseLayout title='Roadmaps'>
<BaseLayout title='Roadmaps' noIndex={true}>
<ProgressHelpPopup />
<div>
<div class='flex min-h-[550px] flex-col'>

Loading…
Cancel
Save