mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
Remove AI roadmaps from indexing
This commit is contained in:
@@ -25,7 +25,7 @@ if (error || !roadmap) {
|
||||
const title = roadmap?.title || 'Roadmap AI';
|
||||
---
|
||||
|
||||
<BaseLayout title={title}>
|
||||
<BaseLayout title={title} noIndex={true}>
|
||||
<GenerateRoadmap
|
||||
roadmapId={roadmap?.id}
|
||||
isAuthenticatedUser={roadmap?.isAuthenticatedUser}
|
||||
|
Reference in New Issue
Block a user