Skip to content

status page: robots no index#2335

Merged
thibaultleouay merged 1 commit into
mainfrom
no-index-robots
Jul 1, 2026
Merged

status page: robots no index#2335
thibaultleouay merged 1 commit into
mainfrom
no-index-robots

Conversation

@thibaultleouay

@thibaultleouay thibaultleouay commented Jul 1, 2026

Copy link
Copy Markdown
Member

Review in cubic

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openstatus-status-page Ready Ready Preview, Comment Jul 1, 2026 2:36pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
openstatus-dashboard Skipped Skipped Jul 1, 2026 2:36pm
openstatus-web Skipped Skipped Jul 1, 2026 2:36pm

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/status-page/src/app/robots.ts">

<violation number="1" location="apps/status-page/src/app/robots.ts:48">
P2: `Disallow: /` can prevent crawlers from seeing the existing page-level `noindex`, so opted-out pages may remain indexed as “blocked by robots.txt”. Omit the sitemap but allow crawling so the `noindex` metadata can be observed.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

rules: [
{
userAgent: "*",
disallow: "/",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Disallow: / can prevent crawlers from seeing the existing page-level noindex, so opted-out pages may remain indexed as “blocked by robots.txt”. Omit the sitemap but allow crawling so the noindex metadata can be observed.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/status-page/src/app/robots.ts, line 48:

<comment>`Disallow: /` can prevent crawlers from seeing the existing page-level `noindex`, so opted-out pages may remain indexed as “blocked by robots.txt”. Omit the sitemap but allow crawling so the `noindex` metadata can be observed.</comment>

<file context>
@@ -26,13 +26,31 @@ export default async function robots(): Promise<MetadataRoute.Robots> {
+      rules: [
+        {
+          userAgent: "*",
+          disallow: "/",
+        },
+      ],
</file context>
Suggested change
disallow: "/",
allow: "/",

@thibaultleouay thibaultleouay merged commit 45cd071 into main Jul 1, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant