Lift the snippet ceiling on the marketing zone - #44
Merged
Conversation
The zone shipped no robots directives, so Google's defaults applied: a capped text snippet and a thumbnail-sized image preview. That cap is what AI surfaces read against when deciding how much of a page they may quote, and Search Console puts those surfaces at 27% of blode.co's impressions over the last 28 days. blode.co sets these three at its root. No zone did, so every proxied project was quoting-capped while the parent was not. Title, description, canonical and schema are all already in good shape here and are left alone. Search Console shows the cmux queries this zone ranks for converting at 6.9% to 28.6%, which is the whole domain's click volume, so the snippet copy is doing its job and is not what this touches. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LSVzcpTXLzGvzu42LaM2ri
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CI gates on `changeset status --since origin/main`, and `@diffhub/web` is tracked by changesets even though it is private, so a metadata-only edit to the marketing site failed the check. Empty rather than a patch: this changes a meta tag on the site, not the published `diffhub` CLI, so there is nothing to release. Matches the two empty changesets already in .changeset/. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LSVzcpTXLzGvzu42LaM2ri
Contributor
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_d7872055-024b-4b76-a2cf-0cc478bd745f) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of a Search Console audit across blode.co and its zones (28 days to 2026-08-16).
What this changes
The zone shipped no
robotsdirectives, so Google's defaults applied: a capped text snippet and a thumbnail-sized image preview. That cap is what AI surfaces read against when deciding how much of a page they may quote, and Search Console puts those surfaces at 27% of blode.co's impressions over the window.blode.co sets
max-snippet:-1,max-image-preview:largeandmax-video-preview:-1at its root. No zone did, so every proxied project was quoting-capped while the parent was not. This is the same one-block change going into all ten repos.What this deliberately does not change
DiffHub is the only thing on the domain earning clicks.
cmux *queries account for 22 of the domain's 26 clicks (85%), at positions 3.9 to 6.8 and CTRs of 6.9% to 28.6%:The title (
DiffHub: cmux git diff viewer for agent code review), description, canonical and schema are all already in good shape, with documented rationale inapp/layout.tsx. The snippet copy is doing its job, so this PR does not touch it.One finding worth recording: the
diffhubbrand query draws 53 impressions at position 4.9 with zero clicks, whilecmux git diffconverts at 22% from a worse position. Same site, same snippet quality, so that is competing intent on a one-word brand term rather than anything the page says. No change made for it.Verification
npm run check-types(3/3 tasks) andnpm run lint(3/3, 0 warnings, 0 errors) both pass.Generated by Claude Code
Note
Low Risk
Metadata-only SEO tuning with no auth, data, or runtime behavior changes; risk is limited to how crawlers interpret indexing/snippet directives.
Overview
Adds Next.js
metadata.robotson the marketing zone’s root layout so Google is told to use unlimited text snippets, large image previews, and unlimited video previews, matching what blode.co already sets at its root.Previously the zone had no
robotsblock, so Google’s defaults applied (capped snippet and smaller image preview), which the PR ties to how much AI/search surfaces may quote the page. Indexing and follow behavior stay on (index/followfor both default andgoogleBot). Titles, descriptions, canonical, and schema are unchanged.An empty changeset file was added alongside the layout change.
Reviewed by Cursor Bugbot for commit 57927b5. Bugbot is set up for automated code reviews on this repo. Configure here.