1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

Enable indexing of question pages

This commit is contained in:
Kamran Ahmed
2023-09-22 05:22:45 +01:00
parent a58b78bfe9
commit 83df0da6b4
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ const { frontmatter } = questionGroup;
description={frontmatter.seo.description}
keywords={frontmatter.seo.keywords}
permalink={`/questions/${questionGroup.id}`}
noIndex={true}
>
<div class='flex bg-gray-50 pb-14 pt-4 sm:pb-16 sm:pt-8'>
<div class='container !max-w-[740px]'>

View File

@@ -11,7 +11,6 @@ const questionGroups = await getAllQuestionGroups();
title='Questions'
description={'Step by step guides and paths to learn different tools or technologies'}
permalink={'/roadmaps'}
noIndex={true}
>
<SimplePageHeader
title='Questions'