Title: Smart Internal Links
Author: Daniyal Hassan
Published: <strong>23 Tháng 5, 2026</strong>
Last modified: 25 Tháng 5, 2026

---

Tìm kiếm plugin

![](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

 Bởi [Daniyal Hassan](https://profiles.wordpress.org/daniyaldotdev/)

[Tải về](https://downloads.wordpress.org/plugin/smart-internal-links.2.0.1.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/smart-internal-links/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/smart-internal-links/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/smart-internal-links/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/smart-internal-links/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/smart-internal-links/)

## Mô tả

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.

## Ảnh màn hình

[⌊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.

## Cài đặt

 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!

## Hỏi đáp

### 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.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Smart Internal Links” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ 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/)

[Dịch “Smart Internal Links” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/smart-internal-links)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/smart-internal-links/), 
check out [SVN repository](https://plugins.svn.wordpress.org/smart-internal-links/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/smart-internal-links/)
qua [RSS](https://plugins.trac.wordpress.org/log/smart-internal-links/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 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.

## Meta

 *  Phiên bản **2.0.1**
 *  Cập nhật lần cuối **2 tuần trước**
 *  Số lượt cài đặt **100+**
 *  Phiên bản WordPress ** 5.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/smart-internal-links/)
 * Thẻ
 * [automatic linking](https://vi.wordpress.org/plugins/tags/automatic-linking/)
   [internal links](https://vi.wordpress.org/plugins/tags/internal-links/)[link building](https://vi.wordpress.org/plugins/tags/link-building/)
   [seo](https://vi.wordpress.org/plugins/tags/seo/)[seo optimization](https://vi.wordpress.org/plugins/tags/seo-optimization/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/smart-internal-links/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/smart-internal-links/reviews/)

## Những người đóng góp

 *   [ 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/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/smart-internal-links/)