docs: add author/project-page backlinks; redirect package.json homepage#13
Merged
walkindude merged 1 commit intomasterfrom Apr 26, 2026
Merged
docs: add author/project-page backlinks; redirect package.json homepage#13walkindude merged 1 commit intomasterfrom
walkindude merged 1 commit intomasterfrom
Conversation
…age at the project page README gets a one-line citation block under the tagline pointing at projects.mioli.dev/cli-bridge (project page), blog.mioli.dev (write-ups), and mioli.dev (author landing). Same shape as the gosymdb sibling PR. package.json's `homepage` was previously circular (pointed back at this GitHub repo). Repointing to https://projects.mioli.dev/cli-bridge/ so that npmjs.com's package page links to the project landing page rather than back to the repo it was already on. The GitHub repo's About > Website field is also currently empty; setting it to the same URL once the project page is live would compound the SEO benefit. Not changed here, since that's a metadata setting outside the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Two related changes for SEO and discoverability:
README: adds a single citation line under the tagline linking to
projects.mioli.dev/cli-bridge/,blog.mioli.dev, andmioli.dev. Same shape as the gosymdb sibling PR.package.json: repoints
homepagefromhttps://github.com/walkindude/cli-bridge(circular; npm's homepage field pointed back at the GitHub repo it was published from) tohttps://projects.mioli.dev/cli-bridge/. npmjs.com displays the homepage as a top-of-page link on the package page, so this gives users browsing on npm a one-click path to the project page rather than bouncing back to the repo.Note for maintainer
The GitHub repo's About > Website field is also currently empty (
gh repo viewconfirms). Setting it to https://projects.mioli.dev/cli-bridge/ once that page is live would compound the SEO benefit. That's a GitHub metadata setting, not a repo change, so it's not part of this PR.The existing README has em-dash punctuation in several places. The blog repo's voice rule treats em dashes as a hard ban, but reflowing existing prose would explode this PR's scope. Worth a follow-up sweep across both repos.
Test plan
git diffshows three lines added/modified, no other changes