Skip to content

Linkwise v1.0.0

Choose a tag to compare

@arturrossbach arturrossbach released this 21 May 18:48
· 95 commits to master since this release

The internal linking assistant for Statamic.

Find broken links, suggest internal-link opportunities, manage link attributes, and bulk-replace URLs across your entire site — without leaving the Control Panel.

Highlights

  • Inbound + Outbound Suggestions — Multi-tier matching (title phrase → custom keywords → unordered stem cluster → TF-IDF keyword overlap)
  • Auto-Linking — Keyword → URL rules with case-sensitivity, collection scoping, once-per-post enforcement, auto-apply-on-save
  • Broken-Link Finder — HTTP HEAD/GET scan with retries + error classification
  • URL Changer — Bulk replace any URL across the entire site
  • Domain Manager — Per-domain rel="nofollow"/"sponsored"/"ugc"
  • Target Keywords — TF-IDF auto-extracted + manual per-entry, with manual exclude block-list
  • 7-tab Control Panel with CSV export

Built for Statamic 6 with Inertia + native UI. No external services, no telemetry, all data local in storage/linkwise/.

Installation

composer require arturrossbach/linkwise
php artisan vendor:publish --provider="Arturrossbach\\Linkwise\\ServiceProvider"
php artisan linkwise:index

See the CHANGELOG for the full feature list.