Title: Pirajki Auto Linker
Author: Poonam
Published: <strong>20 de juny de 2026</strong>
Last modified: 27 de juny de 2026

---

Cerca extensions

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

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

[Baixa](https://downloads.wordpress.org/plugin/pirajki-auto-linker.1.1.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/pirajki-auto-linker/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/pirajki-auto-linker/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/pirajki-auto-linker/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/pirajki-auto-linker/#developers)

 [Suport](https://wordpress.org/support/plugin/pirajki-auto-linker/)

## Descripció

**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

## Instal·lació

 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

## PMF

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

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Pirajki Auto Linker» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

[Traduïu «Pirajki Auto Linker» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/pirajki-auto-linker)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/pirajki-auto-linker/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/pirajki-auto-linker/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/pirajki-auto-linker/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/pirajki-auto-linker/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

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

## Meta

 *  Versió **1.1.0**
 *  Darrera actualització **fa 2 setmanes**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.0 o posterior **
 *  Provada fins a **7.0.1**
 *  Versió del PHP ** 8.1 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/pirajki-auto-linker/)
 * Etiquetes
 * [auto linking](https://ca.wordpress.org/plugins/tags/auto-linking/)[content](https://ca.wordpress.org/plugins/tags/content/)
   [interlinking](https://ca.wordpress.org/plugins/tags/interlinking/)[internal links](https://ca.wordpress.org/plugins/tags/internal-links/)
   [seo](https://ca.wordpress.org/plugins/tags/seo/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/pirajki-auto-linker/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/pirajki-auto-linker/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/pirajki-auto-linker/)