Skip to content

Improve DevTinder agentic readiness - #3

Open
ayush-FullStack-dev wants to merge 12 commits into
mainfrom
feat/agentic-readiness
Open

Improve DevTinder agentic readiness#3
ayush-FullStack-dev wants to merge 12 commits into
mainfrom
feat/agentic-readiness

Conversation

@ayush-FullStack-dev

Copy link
Copy Markdown
Owner

Implements the requested agent-readiness fixes: server-rendered homepage content, public trust pages, recoverable 404s, llms.txt with markdown negotiation and Vary: Accept, richer JSON-LD, and sitemap/robots updates. Note: brand search discoverability still requires indexing/SEO signals and contactPoint email/phone requires product-owned credentials.

@vercel

vercel Bot commented Aug 23, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
devtinder Canceled Canceled Aug 23, 2026 6:02pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7a6fd701a9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/app/page.test.ts
@@ -0,0 +1,8 @@
import { describe, expect, it } from "vitest";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Add Vitest before importing it in the test

On a clean install this new test imports vitest, but neither package.json nor package-lock.json declares Vitest or a test runner script, while the repo tsconfig.json includes all **/*.ts files. Any build/typecheck/test job that resolves src/app/page.test.ts will fail with an unresolved vitest module before the homepage assertion can run, so add the dev dependency and wiring or remove this test file.

Useful? React with 👍 / 👎.

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