Linux 软件免费装
Banner图

WPLink - AI Internal Linking

开发者 linkwithmeshr
更新时间 2026年4月20日 04:51
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

seo elementor ai wpbakery automation internal-linking bricks-builder beaver-builder

下载

1.1.0 1.1.1 1.0.0 1.2.0

详情介绍:

WPLink - AI Internal Linking is the companion WordPress plugin for the WPLink desktop app. It exposes REST API endpoints that let WPLink discover your site, extract content from supported page builders (Bricks, Elementor, WPBakery, and Beaver Builder), and safely insert internal links - including into pages that store content in page-builder metadata rather than post_content. Unlike keyword-based linkers, WPLink uses semantic AI analysis to understand content meaning and context. Most websites miss 60%+ of their internal linking potential; WPLink finds them automatically and this plugin is what lets the AI reach content stored inside page builders. Why WordPress Users Choose WPLink: This lightweight plugin provides REST API endpoints that allow WPLink to discover your site, read content from standard posts and page-builder-built pages, and apply internal links safely using builder-native write paths. Supported page builders: Features: How It Works:
  1. Generate a WordPress Application Password in your user profile
  2. Configure the credentials in the WPLink desktop app
  3. WPLink discovers your site and reads from and writes to Bricks, Elementor, WPBakery, Beaver Builder, Gutenberg, and classic posts
  4. All communication happens securely via WordPress REST API with Basic Authentication

安装:

  1. Upload the plugin files to the /wp-content/plugins/meshr-ai-internal-linking directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Generate a WordPress Application Password:
  4. Go to Users → Your Profile
  5. Scroll to "Application Passwords"
  6. Enter a name (e.g., "WPLink") and click "Add New Application Password"
  7. Copy the generated username and password
  8. In the WPLink desktop app, enter your WordPress site URL and the Application Password credentials
  9. WPLink will automatically discover your site, including pages built with Bricks, Elementor, WPBakery, and Beaver Builder

升级注意事项:

1.2.0 Adds native Elementor, WPBakery, and Beaver Builder support. All existing integrations continue to work. 1.1.1 WPLink branding update. Webhook now accepts WPLINK_WEBHOOK_SECRET and X-WPLink-Signature (legacy constants still work). 1.1.0 Renamed to WPLink and adds native Bricks Builder support. Existing /meshr/v1/ endpoints continue to work.

常见问题:

Does this plugin store any data?

No. This plugin does not store any data locally. It only provides API endpoints for WPLink to communicate with your WordPress site.

Do I need to configure anything in WordPress?

No admin UI is required. You only need to generate a WordPress Application Password in your user profile and provide it to the WPLink desktop app.

Is my site secure?

Yes. The plugin uses WordPress's built-in authentication system (Application Passwords), proper capability checks (current_user_can), and sanitizes all inputs. Webhook endpoints use HMAC signature verification when enabled.

Can I test the connection?

Yes. Once configured, you can test the health check endpoint: GET https://your-site.com/wp-json/wplink/v1/check You'll need to authenticate using Basic Auth with your Application Password credentials.

How do I enable webhook support?

Add this constant to your wp-config.php file: define( 'WPLINK_WEBHOOK_SECRET', 'your-secret-key-here' ); Replace your-secret-key-here with a strong, random string. Webhook requests will include an X-WPLink-Signature header for verification. Note: the legacy constant MESHR_WEBHOOK_SECRET is still accepted for backwards compatibility.

更新日志:

1.2.0 1.1.1 1.1.0 1.0.0