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:
@@ -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]'>
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user