Linkwise v1.0.0
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:indexSee the CHANGELOG for the full feature list.