Linux 软件免费装
Banner图

JnK Linkweave – Internal Links & Automatic Internal Linking

开发者 suresh1986
更新时间 2026年8月4日 04:44
PHP版本: 8.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

seo broken links internal links internal linking orphan pages

下载

1.3.0 1.2.7 1.2.6 1.2.5 1.4.0

详情介绍:

Adding internal links by hand is slow — and the tools that automate it charge you by the suggestion. https://www.youtube.com/watch?v=CuT9KErhgPg Most AI internal-linking plugins meter their suggestions with credits and renew every year, so the more you link the more you pay, and your post content is sent off to someone else's server to be scored. For a blog with hundreds of posts, "just add internal links" turns into a recurring bill. JnK Linkweave does the whole thing on your own server. It reads your existing posts and pages and suggests contextually relevant internal links right inside the editor, ranks them with TF-IDF and BM25 in PHP, and applies keyword auto-linking rules at render time — with no external service, no per-suggestion fees, and no post content ever leaving your site. Index as many posts and create as many rules as you like; nothing is metered. It's built for the people who actually maintain content at scale: bloggers, SEO and content teams, agencies, and membership or course sites that want serious internal linking without a per-credit meter. What you get in the free version Get Pro Pro is a flat license — from $59/year (or a one-time lifetime option), with no per-suggestion metering ever. Cancel any time and the free tier keeps working forever. See pricing. Pro adds: Bundle JnK Linkweave with Trinity Forms or EntryVault for ~20% off, or take all three for ~25% off — one checkout, one renewal, a license key per plugin. Why JnK Linkweave instead of credit-metered tools like Link Whisper? Privacy In JnK Linkweave's free build, relevance scoring runs entirely in PHP on your server — no post content ever leaves your site. There is no phone-home and no telemetry.

安装:

  1. Upload the plugin to /wp-content/plugins/jnk-linkweave/ or install via the WordPress.org plugin directory.
  2. Activate "JnK Linkweave" through the Plugins menu.
  3. Go to JnK Linkweave → Dashboard and click Rebuild index to build the first TF-IDF index of your existing content.
  4. Open any post in the editor — the JnK Linkweave sidebar appears with suggestions once indexing finishes.
For the Classic Editor, the JnK Linkweave button appears in the second TinyMCE toolbar row.

屏幕截图:

  • Inbound link counts — how many internal links point at each published post, so you can see where your internal link equity actually sits.
  • Auto-linking rules — map a keyword to a URL once and it applies site-wide, with per-post and per-site caps, case sensitivity, and new-tab / nofollow flags.
  • The orphan report — published posts with zero inbound internal links, the pages readers and crawlers never reach.
  • Broken internal links — every dead link, the post it was found in, and the anchor text used, checked on a schedule.
  • Pro — first-party internal-link click analytics: how often readers actually follow the links you placed, stored on your own server with no external analytics.

升级注意事项:

1.0.0 First public release.

常见问题:

Is JnK Linkweave a free alternative to Link Whisper?

Yes — it's a self-hosted internal-linking plugin whose free tier covers the everyday job (editor suggestions, unlimited auto-linking rules, orphan/inbound/broken-link reports) with no per-suggestion credits and no content sent off-site. Where credit-metered tools like Link Whisper charge for AI suggestions by the credit and renew yearly, Linkweave ranks links on your own server and only asks for a flat Pro license if you want the advanced features (AI re-ranking, GSC targeting, bulk tools).

Do you have other plugins that work with this?

Yes — JnK Linkweave is one of three JnK Plugins:

Buy any two at ~20% off or all three at ~25% off — one checkout, one renewal, a separate license key per plugin. See the bundle pricing.

Does this send my content to an AI service?

No. JnK Linkweave computes link relevance entirely on your server using TF-IDF and cosine similarity. Nothing is sent to any external service.

How long does indexing take?

Roughly a minute and a half for about 1,000 posts on typical shared hosting in our testing. Indexing runs in the background via Action Scheduler, so you can keep using the site while it works.

Will it slow down my site?

The auto-linking rule pass adds only a few tens of milliseconds to the the_content filter on a typical post in our testing. Suggestions are computed lazily and cached as transients keyed on post ID + modified time (6-hour TTL).

How many auto-linking rules can I create?

As many as you like. JnK Linkweave does not cap the number of rules you create or activate.

What happens to existing manual links?

JnK Linkweave never touches existing <a> tags. Auto-linking rules skip any content already inside an anchor, code block, heading, or shortcode.

Can I exclude certain post types?

Yes — under JnK Linkweave → Settings, choose which post types are indexed and which are eligible suggestion targets.

Does it work with page builders?

It works with the Block Editor (Gutenberg) and Classic Editor out of the box. Elementor and Beaver Builder content is supported because rules apply on the rendered the_content output, not the editor source.

What happens to my data if I uninstall or my Pro license expires?

Your data is kept by default. Deactivating or deleting the plugin leaves your index, auto-linking rules, and reports in place — nothing is wiped unless you first enable Delete data on uninstall under JnK Linkweave → Settings, in which case the tables and options are removed when you delete the plugin. A lapsed Pro license simply disables the premium features (bulk URL changer, broken-link repair, CSV export, and AI re-ranking) and the plugin keeps working like the free tier; it never deletes your data. Renewing your license restores access to the premium features.

How do I extend it?

Filters include jnk_linkweave_is_pro, jnk_linkweave_max_active_rules, jnk_linkweave_rerank, jnk_linkweave_suggestion_post_types, jnk_linkweave_suggestion_score, and jnk_linkweave_allowed_post_types. Actions include jnk_linkweave_rule_applied, jnk_linkweave_suggestion_inserted, and jnk_linkweave_broken_link_found.

更新日志:

1.4.0 1.3.0 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.0.7 1.0.5 1.0.4 1.0.0