Skip to content

fix: add SEO metadata and crawl fixes#623

Merged
brendanjryan merged 1 commit into
mainfrom
codex/easy-seo-wins
May 4, 2026
Merged

fix: add SEO metadata and crawl fixes#623
brendanjryan merged 1 commit into
mainfrom
codex/easy-seo-wins

Conversation

@brendanjryan
Copy link
Copy Markdown
Collaborator

Summary

Add SEO metadata and crawl fixes for mpp.dev docs pages.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

Deployment failed with the following error:

Multiple configuration files found: vercel.mjs, vercel.json. Please use only one.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

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

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment May 4, 2026 5:00pm

Request Review

@brendanjryan brendanjryan force-pushed the codex/easy-seo-wins branch from 93742a7 to d552bbf Compare May 4, 2026 16:58
@brendanjryan brendanjryan marked this pull request as ready for review May 4, 2026 17:00
@brendanjryan brendanjryan merged commit 6fbc703 into main May 4, 2026
11 checks passed
@brendanjryan brendanjryan deleted the codex/easy-seo-wins branch May 4, 2026 17:02
Copy link
Copy Markdown

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

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: d552bbfc4f

ℹ️ 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/pages/_api/api/og.tsx
}

export async function HEAD(request: Request) {
const response = await GET(request);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid rendering OG images for HEAD requests

The new HEAD handler delegates to GET, which still initializes WASM, loads fonts, and renders a PNG before discarding the body. In crawler-heavy scenarios that probe OG endpoints with HEAD, this adds unnecessary CPU and latency while providing no extra value over returning headers directly, so it can materially increase load on this API route.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant