IonWarpbotcommented 2 min agoIonWarp Review — PR #189
3 issues| 2 P0 1 P1
#SevIssueFile
1Public product pages inherit noindexapp/products/layout.tsx
2Removed redirect breaks indexed article URLsnext.config.ts
3Sitemap reports every article as modified todayapp/sitemap.ts
app/products/layout.tsx
1213
−+
robots: { index: false, follow: false },robots: { index: true, follow: true },
The product catalog is telling crawlers not to index it · SEO Review
The changed public layout inherits the private dashboard’s noindex setting. Every product page now sends that directive. Restore indexing on the public layout and keep the dashboard private.
Suggested fixAI fix prompt