Skip to content

Commit 7efc168

Browse files
committed
docs: fix deprecated URLs, brand voice and add Flow ecosystem footer
1 parent 9fba289 commit 7efc168

3 files changed

Lines changed: 99 additions & 6 deletions

File tree

.audit-extract.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"repo": "fcl-dev-wallet",
3+
"description": "FCL Dev Wallet. Local-only Flow wallet for development against the Flow Emulator. Used alongside FCL and Flow CLI",
4+
"topics": [
5+
"flow",
6+
"fcl",
7+
"dev-wallet",
8+
"emulator",
9+
"local-development",
10+
"wallet",
11+
"developer-tools",
12+
"testing",
13+
"cadence",
14+
"blockchain",
15+
"go",
16+
"dapp"
17+
],
18+
"h1_suggestion": "# fcl-dev-wallet \u2014 FCL-Compatible Wallet for Local Flow Development",
19+
"homepage_url": null,
20+
"deprecated_urls": [
21+
"docs.onflow.org"
22+
],
23+
"brand_voice_fixes": [
24+
{
25+
"find": "Flow blockchain",
26+
"replace": "the Flow network"
27+
}
28+
],
29+
"audit_file": "fcl-dev-wallet-audit-2026-04-20.md"
30+
}

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">
88
<i>A Flow wallet for effortless development, to be used with the Flow Emulator and FCL.</i>
99
<br />
10-
<a href="https://docs.onflow.org/fcl/"><strong>FCL docs»</strong></a>
10+
<a href="https://developers.flow.com/fcl/"><strong>FCL docs»</strong></a>
1111
<br />
1212
<br />
1313
<a href="https://github.com/onflow/fcl-dev-wallet/issues">Report Bug</a>
@@ -20,15 +20,15 @@
2020

2121
## Introduction
2222

23-
The FCL dev wallet is a mock Flow wallet that simulates the protocols used by [FCL](https://docs.onflow.org/fcl/) to interact with the Flow blockchain on behalf of simulated user accounts.
23+
The FCL dev wallet is a mock Flow wallet that simulates the protocols used by [FCL](https://developers.flow.com/fcl/) to interact with the Flow network on behalf of simulated user accounts.
2424

2525
**IMPORTANT**
2626

2727
> **Warning**
2828
>
2929
> This project implements an FCL compatible interface, but should **not** be used as a reference for building a production grade wallet.
3030
>
31-
> This project should only be used in aid of local development against a locally run instance of the Flow blockchain like the Flow emulator,
31+
> This project should only be used in aid of local development against a locally run instance of the Flow network like the Flow emulator,
3232
> and should never be used in conjunction with Flow Mainnet, Testnet, Canarynet or any other instances of Flow.
3333
3434
## Getting started
@@ -37,7 +37,7 @@ Before using the dev wallet, you'll need to start the Flow emulator.
3737

3838
### Install the `flow-cli`
3939

40-
The Flow emulator is bundles with the Flow CLI. Instructions for installing the CLI can be found here: [https://docs.onflow.org/flow-cli/install/](https://docs.onflow.org/flow-cli/install/)
40+
The Flow emulator is bundles with the Flow CLI. Instructions for installing the CLI can be found here: [https://developers.flow.com/flow-cli/install/](https://developers.flow.com/flow-cli/install/)
4141

4242
### Create a `flow.json` file
4343

@@ -63,7 +63,7 @@ PORT=8701 npm run dev
6363
```
6464

6565
**Note:** The following variables should match the `emulator-account` defined in your project's `flow.json` file.
66-
For details about `flow.json` visit the `flow-cli` [configuration reference](https://docs.onflow.org/flow-cli/configuration/).
66+
For details about `flow.json` visit the `flow-cli` [configuration reference](https://developers.flow.com/flow-cli/configuration/).
6767

6868
## Configuring your JavaScript application
6969

@@ -102,4 +102,11 @@ Learn more about [forking mainnet/testnet with the Flow Emulator](https://develo
102102

103103
## Contributing
104104
Releasing a new version of Dev Wallet is as simple as tagging and creating a release, a Github Action will then build a bundle of the Dev Wallet that can be used in other tools (such as CLI). If the update of the Dev Wallet is required in the CLI, a separate update PR on the CLI should be created.
105-
105+
## About Flow
106+
107+
This repo is part of the [Flow network](https://flow.com), a Layer 1 blockchain built for consumer applications, AI agents, and DeFi at scale.
108+
109+
- Developer docs: https://developers.flow.com
110+
- Cadence language: https://cadence-lang.org
111+
- Community: [Flow Discord](https://discord.gg/flow) · [Flow Forum](https://forum.flow.com)
112+
- Governance: [Flow Improvement Proposals](https://github.com/onflow/flips)

SEO_AUDIT_REPORT.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# SEO/GEO Audit Report - fcl-dev-wallet
2+
3+
**Branch:** seo-geo-audit-2026-04-21
4+
**Applied:** 2026-04-21
5+
**Audit source:** audits/fcl-dev-wallet-audit-2026-04-20.md
6+
**Tier:** 🪶 noise tier — minimal essentials only (scaffold / starter / demo / experiment)
7+
8+
## Applied (working-tree changes)
9+
10+
- **README.md** — appended `## About Flow` footer (brand/ecosystem anchor).
11+
- **README.md** — deprecated URL replacements (see below).
12+
- **README.md** — brand-voice find/replace (see below).
13+
14+
That is the entire file-based change set for this repo. Nothing else was added.
15+
16+
## Intentionally not applied (deemed noise for this tier)
17+
18+
- (spec is for served URLs; GitHub repo files aren't served)
19+
- TL;DR block (generic placeholder would add no GEO value here)
20+
- FAQ section (fabricated Q/As on a small repo = noise)
21+
- Community section (often duplicates existing intro links)
22+
- Badge row (cosmetic; clutter on scaffolds)
23+
- CITATION.cff (no academic value for transient repos)
24+
- CHANGELOG.md stub (misleading when repo has no Releases)
25+
- H1 rewrite (owner-review call)
26+
27+
The full package was reserved for the 16 cite-surface repos (cadence, flow-go, flow-nft, flow-ft, flow-core-contracts, nft-catalog, nft-storefront, fcl-js, flow-go-sdk, flow-cli, flow-playground, flow-emulator, vscode-cadence, atree, freshmint, flow).
28+
29+
## Deprecated URLs replaced
30+
- `docs.onflow.org` -> canonical replacement applied in README
31+
32+
## Brand-voice fixes applied
33+
- Find: `Flow blockchain` -> Replace: `the Flow network`
34+
35+
## GitHub-UI checklist (apply in Settings -> About)
36+
37+
- [ ] **Description:** `FCL Dev Wallet. Local-only Flow wallet for development against the Flow Emulator. Used alongside FCL and Flow CLI`
38+
- [ ] **Topics (exact 12, comma-separated):** `flow, fcl, dev-wallet, emulator, local-development, wallet, developer-tools, testing, cadence, blockchain, go, dapp`
39+
- [ ] **Homepage URL:** `https://flow.com`
40+
- [ ] **Enable Discussions:** Settings -> General -> Features -> check Discussions
41+
42+
## Draft PR body
43+
44+
```
45+
## Summary
46+
Applies minimal SEO/GEO audit recommendations: About Flow footer for ecosystem disambiguation, plus deprecated URL fixes and brand-voice find/replace where flagged.
47+
48+
## Not in this PR (GitHub UI settings - see Settings -> About)
49+
- Description: `FCL Dev Wallet. Local-only Flow wallet for development against the Flow Emulator. Used alongside FCL and Flow CLI`
50+
- Topics (12): `flow, fcl, dev-wallet, emulator, local-development, wallet, developer-tools, testing, cadence, blockchain, go, dapp`
51+
- Homepage URL: `https://flow.com`
52+
- Enable Discussions: Settings -> General -> Features
53+
54+
## Audit source
55+
`audits/fcl-dev-wallet-audit-2026-04-20.md`
56+
```

0 commit comments

Comments
 (0)