Linux 软件免费装
Banner图

Meshr - AI Internal Linking

开发者 linkwithmeshr
更新时间 2025年11月3日 04:10
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

seo ai automation internal-linking semantic-linking

下载

1.0.0

详情介绍:

Meshr - AI Internal Linking enables seamless integration between your WordPress site and Meshr's AI-powered internal linking platform. Works perfectly with Yoast SEO, RankMath, and other major SEO plugins. Unlike keyword-based linkers, Meshr uses semantic AI analysis to understand content meaning and context, discovering hidden internal linking opportunities that could boost your organic traffic. Most websites miss 60%+ of their internal linking potential - Meshr finds them automatically. Why WordPress Users Choose Meshr: This lightweight plugin provides REST API endpoints that allow Meshr to discover your site, verify connectivity, and automatically update internal links across your content using AI-driven recommendations. Features: How It Works:
  1. Generate a WordPress Application Password in your user profile
  2. Configure the credentials in your Meshr dashboard
  3. Meshr discovers your site and can automatically update internal links
  4. All communication happens securely via WordPress REST API with Basic Authentication
What Meshr Does for WordPress: Meshr's AI analyzes your WordPress content using semantic analysis, clusters related topics, and suggests optimal internal linking strategies. The connector plugin allows Meshr to apply these intelligent link updates directly to your WordPress posts, pages, and custom post types - improving SEO rankings, user engagement, and content discoverability automatically.

安装:

  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., "Meshr") and click "Add New Application Password"
  7. Copy the generated username and password
  8. In your Meshr dashboard, enter your WordPress site URL and the Application Password credentials
  9. Meshr will automatically discover your site and be ready to update links

升级注意事项:

1.0.0 Initial release of Meshr Connector.

常见问题:

Does this plugin store any data?

No. This plugin does not store any data locally. It only provides API endpoints for Meshr 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 Meshr.

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/meshr/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( 'MESHR_WEBHOOK_SECRET', 'your-secret-key-here' ); Replace your-secret-key-here with a strong, random string. Webhook requests from Meshr will include an X-Meshr-Signature header for verification.

更新日志:

1.0.0