mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
Enable indexing of question pages
This commit is contained in:
@@ -35,7 +35,6 @@ const { frontmatter } = questionGroup;
|
|||||||
description={frontmatter.seo.description}
|
description={frontmatter.seo.description}
|
||||||
keywords={frontmatter.seo.keywords}
|
keywords={frontmatter.seo.keywords}
|
||||||
permalink={`/questions/${questionGroup.id}`}
|
permalink={`/questions/${questionGroup.id}`}
|
||||||
noIndex={true}
|
|
||||||
>
|
>
|
||||||
<div class='flex bg-gray-50 pb-14 pt-4 sm:pb-16 sm:pt-8'>
|
<div class='flex bg-gray-50 pb-14 pt-4 sm:pb-16 sm:pt-8'>
|
||||||
<div class='container !max-w-[740px]'>
|
<div class='container !max-w-[740px]'>
|
||||||
|
@@ -11,7 +11,6 @@ const questionGroups = await getAllQuestionGroups();
|
|||||||
title='Questions'
|
title='Questions'
|
||||||
description={'Step by step guides and paths to learn different tools or technologies'}
|
description={'Step by step guides and paths to learn different tools or technologies'}
|
||||||
permalink={'/roadmaps'}
|
permalink={'/roadmaps'}
|
||||||
noIndex={true}
|
|
||||||
>
|
>
|
||||||
<SimplePageHeader
|
<SimplePageHeader
|
||||||
title='Questions'
|
title='Questions'
|
||||||
|
Reference in New Issue
Block a user