fix(seo): footer latest-posts column + dynamic blog cluster on integration pages#11
Merged
Merged
Conversation
…tegration pages Bulk-inspect on getbeton.ai shows 13 of 24 sitemap URLs in "Crawled - currently not indexed" and 10 in "URL is unknown to Google" — the homepage is the only indexed URL. The internal-link graph already surfaced the right pages from the homepage and footer, but per-integration pages had no inbound link weight from the blog cluster, and the footer didn't surface the freshest /blog/* URLs that need crawling first. - Footer: new "Latest posts" column with the 4 most recent posts. Adds 4 inbound /blog/* links to every page on the site. - Integration page: dynamic "From the blog" section listing up to 3 posts whose slug, title, or tags reference the integration (case-insensitive). Builds the integration to blog mesh missed by the SEO audit. Today Apollo and Firecrawl pages each get one matched post; rest auto-populate as future teardowns / updates land. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Tightens the internal-link graph on the marketing site to address the SEO-audit finding that 13 of 24 sitemap URLs are "Crawled - currently not indexed" and 10 are "URL is unknown to Google" on getbeton.ai (only the homepage is indexed).
Built locally —
npm run build✓, IndexNow submission ✓.Why this and not more
Most of the homepage and footer linking the SEO audit recommended already exists in the codebase (header
/blog/+/integrations/nav, Integrations homepage section, Pairs-with on each integration, BlogPostLayout "Keep reading" via tag overlap). The two undone items were the freshest-posts-everywhere lever (footer column) and the blog↔integration cross-cluster (only existed via a single hand-pickedblogPostfield per integration, no dynamic discovery).Follow-ups (not in this PR)
billing-live-agent-wiring,we-rebuilt-beton-automated-signal,beton-late-april-2026-update) with relevant integration slugs (stripe,posthog,attio,postgres,firecrawl) so more integration pages render the cluster on day 1. Editorial decision; left out of this PR.Test plan
/integrations/apollo/shows "From the blog" section with the New Apollo Integration post/integrations/firecrawl/shows "From the blog" section with the Firecrawl Pricing Teardown🤖 Generated with Claude Code