feat(gtm): two more blog posts + dynamic SVG badge for outreach#37
Merged
Conversation
- §5 content: add "What is an AgentCard?" and "OpenRouter for agents" posts, interlinking the A2A cluster (targets the "OpenRouter for agents" long-tail from SITE_KEYWORDS). Now 6 posts total. - §2/§3 consistency: notify-listed-repos.ts now embeds the dynamic /api/badge/<slug> SVG instead of a static shields.io image, so badge renders in outreach READMEs are logged for adoption metrics and show a live star count. Adds an /api/badge marker to the dedup check. Verified: tsc clean; dry-run emits the dynamic badge markdown. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Continues the GTM execution work.
§5 — Two more blog posts
OpenRouter for agentslong-tail keyword.Both interlink the existing posts (
what-is-a2a,a2a-vs-mcp,takoapi-vs-openrouter,one-api-for-all-agents) for topic-cluster SEO. 6 posts total; sitemap picks them up automatically viagetAllPosts().§2/§3 — Dynamic badge for outreach
scripts/notify-listed-repos.tsnow embeds the dynamic/api/badge/<slug>SVG (live star count / "listed") instead of a static shields.io image. Effect: badge renders in outreach READMEs now hit our endpoint and are logged for adoption metrics (§2), and show a fresh value. The dedup marker list gains an/api/badge/pattern. The 15 already-open PRs keep their static badge; only future batches use the dynamic one.Verification
tsc --noEmitclean; dry-run emits[](…).🤖 Generated with Claude Code