| 开发者 | suresh1986 |
|---|---|
| 更新时间 | 2026年8月4日 04:44 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
keyword → URL rules with per-post and per-site caps, case sensitivity, target="_blank", and rel="nofollow". No cap on how many rules you create or activate.save_post.<a>, <code>, <pre>, headings, and shortcodes, so existing markup is never mangled./wp-content/plugins/jnk-linkweave/ or install via the WordPress.org plugin directory.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).
Yes — JnK Linkweave is one of three JnK Plugins:
No. JnK Linkweave computes link relevance entirely on your server using TF-IDF and cosine similarity. Nothing is sent to any external service.
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.
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).
As many as you like. JnK Linkweave does not cap the number of rules you create or activate.
JnK Linkweave never touches existing <a> tags. Auto-linking rules skip any content already inside an anchor, code block, heading, or shortcode.
Yes — under JnK Linkweave → Settings, choose which post types are indexed and which are eligible suggestion targets.
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.
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.
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.
jnk_linkweave_upgrade_url filter.manage_options capability, to match the write side — this data is site-wide and admin-level. The admin menu items now match that capability, so no screen loads with content it cannot fetch.manage_options capability (administrators). Because rules apply site-wide at render time, they should not be editable by lower roles.jnk-linkweave/v1 with nonce + capability + rate-limit checks.