docs: add SEO landing pages for agentic payments, API monetization, and micropayments#541
Merged
brendanjryan merged 3 commits intomainfrom Apr 8, 2026
Merged
docs: add SEO landing pages for agentic payments, API monetization, and micropayments#541brendanjryan merged 3 commits intomainfrom
brendanjryan merged 3 commits intomainfrom
Conversation
…nd micropayments Add three new use-case pages targeting high-value SEO keywords: - /use-cases/agentic-payments (~800-1,200 monthly searches) - /use-cases/api-monetization (~880 monthly searches) - /use-cases/micropayments (~2,400 monthly searches) Pages are linked from a new 'Use Cases' sidebar section to ensure proper internal linking and crawlability. Co-Authored-By: Tony D'Addeo <1143517+deodad@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
brendanjryan
approved these changes
Apr 8, 2026
…ntent Link from: - /overview (use cases section) → all 3 new pages - /faq (sessions, monetization questions) → micropayments, api-monetization - /quickstart/agent (intro) → agentic-payments - /protocol/http-402 (intro) → api-monetization, micropayments Link between new pages: - agentic-payments ↔ micropayments - api-monetization ↔ agentic-payments, micropayments - micropayments → tempo, sessions, agentic-payments Co-Authored-By: Tony D'Addeo <1143517+deodad@users.noreply.github.com>
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.
Add three new use-case pages targeting high-value SEO keywords identified through keyword research. Pages are added to the sidebar under a new Use Cases section (not orphan pages—internal linking is critical for SEO in 2026).
Pages
/use-cases/agentic-payments/use-cases/api-monetization/use-cases/micropaymentsWhy sidebar, not orphan pages
Current SEO consensus (2025–2026) is that orphan pages—pages with no internal links—perform poorly. Google's crawlers are increasingly selective, and pages without internal links receive less crawl priority, no authority flow, and weaker indexing. Adding these to the sidebar ensures:
Verification
pnpm check:typespassespnpm buildpassespnpm checkpasses (no new warnings)Prompted by: Tony