Skip to content

docs: add author/project-page backlinks; redirect package.json homepage#13

Merged
walkindude merged 1 commit intomasterfrom
docs/readme-author-backlinks
Apr 26, 2026
Merged

docs: add author/project-page backlinks; redirect package.json homepage#13
walkindude merged 1 commit intomasterfrom
docs/readme-author-backlinks

Conversation

@walkindude
Copy link
Copy Markdown
Owner

Summary

Two related changes for SEO and discoverability:

  1. README: adds a single citation line under the tagline linking to projects.mioli.dev/cli-bridge/, blog.mioli.dev, and mioli.dev. Same shape as the gosymdb sibling PR.

  2. package.json: repoints homepage from https://github.com/walkindude/cli-bridge (circular; npm's homepage field pointed back at the GitHub repo it was published from) to https://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 view confirms). 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 diff shows three lines added/modified, no other changes
  • Pre-commit pipeline green locally (check-versions, typecheck, tests, lint)
  • CI green

…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>
@walkindude walkindude merged commit 7f4fc6e into master Apr 26, 2026
9 checks passed
@walkindude walkindude deleted the docs/readme-author-backlinks branch April 26, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant