Title: Smart Internal Links
Author: Daniyal Hassan
Published: <strong>2026 年 5 月 23 日</strong>
Last modified: 2026 年 5 月 25 日

---

搜索插件

![](https://ps.w.org/smart-internal-links/assets/banner-772x250.png?rev=3545398)

![](https://ps.w.org/smart-internal-links/assets/icon-256x256.png?rev=3545398)

# Smart Internal Links

 作者：[Daniyal Hassan](https://profiles.wordpress.org/daniyaldotdev/)

[下载](https://downloads.wordpress.org/plugin/smart-internal-links.2.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/smart-internal-links/#description)
 * [评价](https://cn.wordpress.org/plugins/smart-internal-links/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/smart-internal-links/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/smart-internal-links/#developers)

 [支持](https://wordpress.org/support/plugin/smart-internal-links/)

## 描述

Smart Internal Links helps you automatically find and insert relevant internal links
in your posts. It analyzes your content and suggests opportunities to link to other
posts on your site based on keyword matches, giving your SEO a significant boost.

**Key Features:**

 * **Bulk Analysis Dashboard:** Analyze your entire website or a subset of posts(
   Latest 25, 50, 100) at once to find internal linking opportunities.
 * **Smart Link Detection:** Automatically finds phrases in your content that match
   other post titles.
 * **One-Click Linking:** Insert internal links directly from the dashboard with
   a single click.
 * **Post Editor Integration:** Use the meta box in the Classic editor or the Gutenberg
   sidebar to analyze and link individually while writing.
 * **Two-Tab Management:** Separate tabs for “Available Links” (suggestions) and“
   Added Links” (history).
 * **Intelligent Matching:** Prioritizes strong 3-word matches over 2-word matches
   for better relevance.
 * **Non-Destructive Injection:** Links are stored in the database and rendered 
   at display time — your post content is never modified.
 * **Configurable Settings:** Control maximum links per post, phrase sizes, post
   types to analyze, and more.

**How It Works:**

 1. **Analyze:** The plugin scans your posts to find phrases that match the titles 
    of other published posts.
 2. **Suggest:** It presents the best linking opportunities, showing the keyword, source
    post, and target post.
 3. **Link:** You review the suggestion and click “Add Link” to approve it. The link
    is then injected into the rendered content automatically.

## 屏幕截图

[⌊Dashboard showing stats, available link suggestions with Add Link / Dismiss actions,
and bulk analyze controls.⌉⌊Dashboard showing stats, available link suggestions 
with Add Link / Dismiss actions, and bulk analyze controls.⌉[

Dashboard showing stats, available link suggestions with Add Link / Dismiss actions,
and bulk analyze controls.

[⌊Gutenberg block editor — the Smart Internal Links panel appears in the Post sidebar.
Click Analyze Content to find opportunities and add them with one click.⌉⌊Gutenberg
block editor — the Smart Internal Links panel appears in the Post sidebar. Click
Analyze Content to find opportunities and add them with one click.⌉[

Gutenberg block editor — the Smart Internal Links panel appears in the Post sidebar.
Click Analyze Content to find opportunities and add them with one click.

[⌊Settings tab — configure max links, phrase sizes, and supported post types.⌉⌊Settings
tab — configure max links, phrase sizes, and supported post types.⌉[

Settings tab — configure max links, phrase sizes, and supported post types.

## 安装

 1. Upload the `smart-internal-links` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to **Internal Links** in your admin dashboard (top-level menu item).
 4. Click **Analyze Website** to start finding internal links!

## 常见问题

### Does it modify my post content?

No. Links are stored in the database and injected into the rendered output via the`
the_content` filter. Your actual post content is never touched.

### Does it link automatically?

No, the plugin suggests links, but you have full control. You must click “Add Link”
to approve them. This ensures you only add relevant links.

### Can I choose which posts to analyze?

Yes! You can choose to analyze the latest 25, 50, 100 posts, or your entire library
at once from the dashboard.

### Where can I find the settings?

Navigate to **Internal Links** in your admin sidebar, then click the **Settings**
tab. You can also analyze individual posts from the meta box inside the post editor.

### Does it slow down my site?

No. The textual analysis is performed on-demand via AJAX in the admin dashboard,
so it does not affect your front-end site performance. Link injection is a lightweight
in-memory string operation at render time.

### Which post types are supported?

By default, Posts and Pages are supported. You can enable additional public post
types from the Settings tab.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Smart Internal Links」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Daniyal Hassan ](https://profiles.wordpress.org/daniyaldotdev/)
 *   [ Hassan Ali ⚡️ ](https://profiles.wordpress.org/creativehassan/)
 *   [ Khalid Masood ](https://profiles.wordpress.org/creativekhalid/)
 *   [ Toheedhaider ](https://profiles.wordpress.org/toheedhaider/)

[帮助将「Smart Internal Links」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/smart-internal-links)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/smart-internal-links/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/smart-internal-links/)，或通过[RSS](https://plugins.trac.wordpress.org/log/smart-internal-links/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/smart-internal-links/)。

## 更新日志

#### 2.0.1

 * Updated: Plugin icon and banner assets.
 * Updated: Contributors list.

#### 2.0.0

 * Rewritten core: migrated from Custom Post Type to a dedicated custom database
   table for better performance and scalability.
 * Added: Gutenberg sidebar integration alongside Classic editor meta box.
 * Added: Paginated dashboard tables with bulk add, dismiss, and remove actions.
 * Added: Configurable settings (max links per post, phrase sizes, supported post
   types).
 * Added: Non-destructive link injection via `the_content` filter — post content
   is never modified.
 * Added: Automatic data migration from v1.x CPT entries on upgrade.
 * Improved: Phrase matching now supports plural/singular word variations.
 * Improved: Stopwords list is filterable via `smartinlinks_stopwords` filter.
 * Added: Developer filters: `smartinlinks_should_inject_links`, `smartinlinks_max_links_per_post`,`
   smartinlinks_link_html`, `smartinlinks_analyze_settings`, `smartinlinks_suggestions`.

#### 1.2

 * Fixed: WordPress Plugin Directory compliance issues.
 * Improved: Input validation and sanitization with wp_unslash().
 * Improved: SQL query security with proper prepared statements.
 * Fixed: Contributors field to match WordPress.org username.

#### 1.1

 * Added “Limit Posts” feature to analyze latest 25, 50, or 100 posts.
 * Enhanced dashboard UI with modern design and responsive layout.
 * Added database table for better performance.
 * Implemented bulk analysis with progress bar.

#### 1.0

 * Initial release.

## 额外信息

 *  版本 **2.0.1**
 *  最后更新：**2 周前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/smart-internal-links/)
 * 标签
 * [automatic linking](https://cn.wordpress.org/plugins/tags/automatic-linking/)
   [internal links](https://cn.wordpress.org/plugins/tags/internal-links/)[link building](https://cn.wordpress.org/plugins/tags/link-building/)
   [seo](https://cn.wordpress.org/plugins/tags/seo/)[seo optimization](https://cn.wordpress.org/plugins/tags/seo-optimization/)
 *  [高级视图](https://cn.wordpress.org/plugins/smart-internal-links/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/smart-internal-links/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/smart-internal-links/reviews/)

## 贡献者

 *   [ Daniyal Hassan ](https://profiles.wordpress.org/daniyaldotdev/)
 *   [ Hassan Ali ⚡️ ](https://profiles.wordpress.org/creativehassan/)
 *   [ Khalid Masood ](https://profiles.wordpress.org/creativekhalid/)
 *   [ Toheedhaider ](https://profiles.wordpress.org/toheedhaider/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/smart-internal-links/)