Title: Pirajki Auto Linker
Author: Poonam
Published: <strong>20 ژوئن 2026</strong>
Last modified: 27 ژوئن 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/pirajki-auto-linker/assets/banner-772x250.png?rev=3587881)

![](https://ps.w.org/pirajki-auto-linker/assets/icon-256x256.png?rev=3587880)

# Pirajki Auto Linker

 توسط [Poonam](https://profiles.wordpress.org/pirajki/)

[دانلود](https://downloads.wordpress.org/plugin/pirajki-auto-linker.1.1.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/pirajki-auto-linker/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/pirajki-auto-linker/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/pirajki-auto-linker/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/pirajki-auto-linker/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/pirajki-auto-linker/)

## توضیحات

**Pirajki Auto Linker** scans your post content and automatically inserts relevant
internal links based on post titles, slugs, and custom keyword rules — so every 
new post immediately benefits from a strong internal linking structure.

#### Why Internal Links Matter

Internal linking is one of the highest-impact on-page SEO tactics. It passes link
equity between pages, helps search engines discover and understand your content,
and keeps readers engaged longer. Done manually, it’s tedious. Pirajki Auto Linker
does it automatically.

#### Free Features

 * **DOM-Safe Processing** — Links are inserted using DOMDocument, never breaking
   existing markup, images, or shortcodes
 * **Skips Protected Zones** — Never links inside `<a>`, `<code>`, `<pre>`, `<script
   >`, or `<style>` blocks
 * **Title + Slug Matching** — Matches both post titles and slug-derived phrases
   for maximum coverage
 * **One Link Per URL** — Prevents the same destination appearing twice in the same
   post
 * **Max Links Per Post** — Set a per-post link cap (1–100) to keep content natural
 * **Excluded URLs** — Paste any URLs you never want linked to
 * **Pre-Generate Cache** — Optionally pre-cache linked content to serve at full
   speed
 * **_blank with rel=”noopener noreferrer”** — Fully safe external-tab behaviour
 * **Enabled Post Types** — Choose which post types auto-linking runs on
 * **Clear Cache** — One-click cache clear from the settings page
 * **Translation Ready** — Full .pot file included

#### Pro Features

 * **Custom Keyword  URL Map** — Link any phrase to any URL, independent of post
   slugs
 * **Max Links Unlimited** — Remove the 10-link cap
 * **nofollow / sponsored rel** — Add rel attributes per your link policy
 * **Link Inside Headings** — Optionally include H1–H6 in linking scope
 * **Case-Sensitive Matching** — Match keywords exactly as typed
 * **Bulk Generation** — Re-process all posts in batches with a progress bar
 * **Link Click Analytics** — Track which auto-links get clicked _(coming soon)_

[Get Pro ](https://webwithwordpress.com/pirajki-auto-linker-pro)

### External Services

This plugin optionally connects to a license verification service when you enter
a license key on the Settings page. This only applies to purchases made separately—
the plugin is fully functional without any license key.

**License Server (yogiraj.co.in)**
 When a license key is activated, renewed, or
verified, the plugin sends: * Your license key * Your site URL (home_url())

This data is sent to: `https://yogiraj.co.in/wp-json/pirajki-licenses/v1/verify`

No personal user data is collected or transmitted. License verification only occurs
when an admin manually activates, deactivates, or the plugin performs a periodic
recheck.

 * Terms of Service: https://www.yogiraj.co.in/terms
 * Privacy Policy: https://www.yogiraj.co.in/privacy

## نصب

 1. Upload the `pirajki-auto-linker` folder to `/wp-content/plugins/`
 2. Activate through **Plugins** in your WordPress admin
 3. Go to **Pirajki Auto Linker  Settings** and choose your post types
 4. Save — auto-linking is active immediately

## سوالات متداول

### Will it break my existing links?

No. The engine uses PHP’s DOMDocument to work on text nodes only, leaving all existing
HTML — including any links you’ve already added manually — completely untouched.

### Does it link inside shortcode output?

The `the_content` filter runs after shortcodes are expanded, so shortcode output
is processed. Code inside `[code]` or `[pre]` shortcodes that render `<code>`/`<
pre>` HTML is skipped automatically.

### What is the Pre-Generate Cache option?

When enabled, linked content is saved to post meta the first time a page is viewed(
or when bulk generation runs). Subsequent views serve the cached version instantly,
avoiding any per-request processing overhead.

### How do I exclude a page from being linked to?

Paste the full URL of that page into **Settings  Excluded URLs** (one per line) 
and save. The change takes effect immediately.

### Does it work with page builders like Elementor / Divi?

Yes, as long as the page builder outputs content through the standard `the_content`
filter. Most page builders do.

### Is the Pro license per-site or unlimited?

Pro licenses are per-site. Volume packs are available on the Pro purchase page.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Pirajki Auto Linker” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Poonam ](https://profiles.wordpress.org/pirajki/)

[ترجمه “Pirajki Auto Linker” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/pirajki-auto-linker)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/pirajki-auto-linker/)،
[مخزن SVN](https://plugins.svn.wordpress.org/pirajki-auto-linker/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/pirajki-auto-linker/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/pirajki-auto-linker/) مشترک
شوید.

## گزارش تغییرات

#### 2.0.0

 * Rewrote linking engine using DOMDocument — completely DOM-safe, never breaks 
   markup
 * Added Custom Keyword Map (Pro), nofollow/sponsored rel (Pro), case-sensitive 
   mode (Pro)
 * Added Bulk Generation with AJAX progress (Pro)
 * Added one-click Clear All Cache button
 * Added proper nonce verification on all AJAX endpoints
 * Added post-map transient caching to eliminate per-request `get_posts(-1)` queries
 * Fixed: links were inserted inside existing `<a>` tags
 * Fixed: links were inserted inside `<code>` and `<pre>` blocks
 * Fixed: settings page emitting raw `<tr>` HTML outside a `<table>`
 * Fixed: AJAX handler lacked nonce verification
 * Fixed: `parse_url` replaced with `wp_parse_url`
 * Fixed: `_e()` replaced with `esc_html_e()` throughout

#### 1.0.0

 * Initial release

## اطلاعات

 *  نگارش **1.1.0**
 *  آخرین به‌روزرسانی **2 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.0 یا بالاتر **
 *  آزمایش‌شده تا **7.0.1**
 *  نگارش PHP ** 8.1 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/pirajki-auto-linker/)
 * برچسب
 * [auto linking](https://fa.wordpress.org/plugins/tags/auto-linking/)[content](https://fa.wordpress.org/plugins/tags/content/)
   [interlinking](https://fa.wordpress.org/plugins/tags/interlinking/)[internal links](https://fa.wordpress.org/plugins/tags/internal-links/)
   [seo](https://fa.wordpress.org/plugins/tags/seo/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/pirajki-auto-linker/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/pirajki-auto-linker/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/pirajki-auto-linker/reviews/)

## مشارکت کنندگان

 *   [ Poonam ](https://profiles.wordpress.org/pirajki/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/pirajki-auto-linker/)