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://ko.wordpress.org/plugins/smart-internal-links/#description)
 * [평가](https://ko.wordpress.org/plugins/smart-internal-links/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/smart-internal-links/#installation)
 * [개발](https://ko.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!

## FAQ

### 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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/smart-internal-links/)을 [RSS](https://plugins.trac.wordpress.org/log/smart-internal-links/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/smart-internal-links/)
 * 태그:
 * [automatic linking](https://ko.wordpress.org/plugins/tags/automatic-linking/)
   [internal links](https://ko.wordpress.org/plugins/tags/internal-links/)[link building](https://ko.wordpress.org/plugins/tags/link-building/)
   [seo](https://ko.wordpress.org/plugins/tags/seo/)[seo optimization](https://ko.wordpress.org/plugins/tags/seo-optimization/)
 *  [고급 보기](https://ko.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/)