Title: Core Plus Links &#8211; Internal Link Manager &amp; Broken Link Checker
Author: corelocalseo
Published: <strong>ऑगस्ट 11, 2026</strong>
Last modified: ऑगस्ट 26, 2026

---

प्लगइन शोधा

![](https://ps.w.org/core-plus-links/assets/banner-772x250.png?rev=3641307)

![](https://ps.w.org/core-plus-links/assets/icon-256x256.png?rev=3641307)

# Core Plus Links – Internal Link Manager & Broken Link Checker

 [corelocalseo](https://profiles.wordpress.org/corelocalseo/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/core-plus-links.1.1.0.zip)

 * [तपशील](https://mr.wordpress.org/plugins/core-plus-links/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/core-plus-links/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/core-plus-links/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/core-plus-links/#developers)

 [समर्थन](https://wordpress.org/support/plugin/core-plus-links/)

## वर्णन

Internal links are how readers (and search engines) move through your site. Building
them by hand means hunting related pages, copying URLs, and hoping you did not leave
orphans behind. Core Plus Links keeps that work on your WordPress site: a local 
content index, rule-based suggestions in the block editor, keyword auto-linking 
you review before anything is written, and a report of broken _internal_ links.

Nothing is sent to an external AI or analytics service. There is no API key. Suggestions
come from your own posts and pages.

#### How it works

After activation, Core Plus Links queues a background index of your published posts
and pages. Ranking uses titles, taxonomies, headings, and your existing link graph—
the same content and settings produce the same ranked results.

Open a post or page in the Gutenberg editor and use the Core Plus Links sidebar:

 * Suggested links with match strength, an editable anchor, one-click insert, and
   dismiss
 * Inbound and outbound links for the post you are editing
 * Suggested exclusions for utility pages (checkout, cart, privacy policy) — proposed
   for review, never applied automatically

#### Auto-linking

Write a keyword and choose the page it should point to. Scan the site, review the
matches, and apply the ones you want — one at a time or as a selected batch. Core
Plus Links creates a WordPress revision when it writes, and you can undo an inserted
link from the recent-changes list (one row at a time). If the post was edited after
the insert, undo is unavailable and you fix that link in the editor.

Nothing is auto-applied. Scheduled or unattended apply is not part of this plugin.

#### Link Health

Find internal links that point at unpublished, trashed, or missing pages. Run a 
scan from the admin screen; jobs run in the background (and drain in the admin request
on quiet sites).

Core Plus Links does not crawl the public internet and does not HTTP-check external
URLs. Unresolved short links such as `/go/` affiliate URLs are not reported as broken.

#### Reports

See orphan pages (no inbound internal links), underlinked pages, and related summaries
with sortable, paginated columns. Suggestion history is available from Reports.

#### Privacy

Indexing, ranking, auto-linking, and Link Health run in your WordPress database.
The plugin does not call external AI services and does not send your content off-
site.

#### Learn more

Upcoming Pro — custom post types, custom fields, bring-your-own-key AI, and external
HTTP link checking — is documented at https://corepluslinks.com/ . The free plugin
on WordPress.org is complete for posts and pages. Pro is a separate product, not
an in-plugin unlock.

### Development

The plugin ships the unminified JavaScript (JSX under /editor, /admin, and /components)
used to build the compiled bundles in /build. Browse the source in the WordPress.
org plugin repository.

## स्क्रीनशॉट

[⌊Core Plus Links sidebar in the block editor with suggested links and match strength.⌉⌊
Core Plus Links sidebar in the block editor with suggested links and match strength
.⌉[

Core Plus Links sidebar in the block editor with suggested links and match strength.

[⌊Compact status strip and inbound/outbound link counts for the current post.⌉⌊Compact
status strip and inbound/outbound link counts for the current post.⌉[

Compact status strip and inbound/outbound link counts for the current post.

[⌊Admin dashboard with index health and reindex controls.⌉⌊Admin dashboard with 
index health and reindex controls.⌉[

Admin dashboard with index health and reindex controls.

[⌊Auto-linking: keyword rules for pages you want linked.⌉⌊Auto-linking: keyword 
rules for pages you want linked.⌉[

Auto-linking: keyword rules for pages you want linked.

## स्थापना

 1. In your WordPress admin, go to Plugins -> Add New, search for “Core Plus Links”,
    and click Install Now.
 2. Activate Core Plus Links.
 3. After activation, Core Plus Links queues a full-site index job. A setup notice 
    appears (“Core Plus Links is building your content index…”). When indexing finishes,
    you will see “Core Plus Links finished building your content index.”
 4. Open a post or page in the block editor and use the Core Plus Links sidebar for
    suggested links.
 5. In Core Plus Links admin, use Auto-linking to add keyword rules and review matches,
    and Link Health to scan for broken internal links.

On low-traffic sites, background jobs wait on WP-Cron. You can process the queue
with WP-CLI: `wp core-plus-links run-queue`.

## नेहमी विचारले जाणारे प्रश्न

### Does Core Plus Links send my content anywhere?

No. It runs entirely on your WordPress site. Indexing, ranking, suggestions, auto-
linking, and Link Health use your local database. Nothing is sent to an external
AI or analytics service.

### Do I need an API key?

No. Deterministic suggestions, auto-linking, and internal Link Health work without
an API key, license, or external account.

### What does “deterministic” mean?

Suggestions are produced by fixed, rule-based scoring over your indexed content,
not by a generative model. The same content and settings produce the same ranked
results.

### Does auto-linking change my posts by itself?

No. You define keyword rules, scan, review matches, and apply the ones you confirm.
The plugin does not insert links on a schedule.

### Can I undo an auto-linked insert?

Yes, one inserted link at a time from the recent-changes list. Undo creates a WordPress
revision. If the post was edited after the insert, undo is unavailable — open the
post to fix it by hand.

### What broken links does Link Health find?

Internal links to unpublished, trashed, or missing pages on your site. It does not
check external URLs over HTTP. Unresolved `/go/`-style URLs are not listed as broken.

### Why do some suggestions say “Weak match”?

“Weak match” means the candidate only partially overlaps the current post (for example
limited title or taxonomy overlap). Review those suggestions carefully before inserting.
Stronger overlaps are labeled accordingly.

### Does it work in the classic editor?

Not yet. This release supports the Gutenberg block editor only. Classic editor support
is planned for a later release.

### Does Core Plus Links work on multisite?

Yes, activated on individual sites. Network activation is not supported yet.

### How do I finish indexing on a low-traffic site?

Jobs run on WP-Cron. On quiet sites, process due jobs with:

    ```
    wp core-plus-links run-queue
    ```

Optional status check:

    ```
    wp core-plus-links queue-status
    ```

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Core Plus Links – Internal Link Manager & Broken Link Checker” हे मुक्त स्रोत सॉफ्टवेअर
आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

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

[भाषांतर करा “Core Plus Links – Internal Link Manager & Broken Link Checker” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/core-plus-links)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/core-plus-links/), [SVN संग्रहालय](https://plugins.svn.wordpress.org/core-plus-links/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/core-plus-links/)
च्या [RSS](https://plugins.trac.wordpress.org/log/core-plus-links/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.1.0

 * Auto-linking: keyword rules, scan, review, bulk apply, WordPress revisions, and
   per-row undo. Nothing is applied until you confirm.
 * Link Health: report internal links to unpublished, trashed, or missing pages.
   Unresolved `/go/`-style URLs are not reported as broken. Does not HTTP-check 
   external URLs.
 * Scan drain so apply, scan, and reindex jobs complete in the admin request on 
   quiet sites; leftover index batches keep moving on each cron tick instead of 
   waiting a minute between 25 posts.
 * Tested with WordPress 7.1.

#### 1.0.0

 * First public release of Core Plus Links.
 * Deterministic indexing for posts and pages; Gutenberg sidebar suggestions with
   editable anchors, insert, and dismiss.
 * Inbound and outbound links for the current post in the editor sidebar.
 * Context bank for taxonomies and exclusions; suggested utility-page exclusions
   for review (never auto-applied).
 * Basic reports (orphans, underlinked pages) with sortable columns; background 
   job queue and WP-CLI helpers (`wp core-plus-links run-queue`).

## मेटा

 *  आवृत्ती **1.1.0**
 *  शेवटचा अद्यतन **2 दिवस पूर्वी**
 *  सक्रिय स्थापना **10 पेक्षा कमी**
 *  वर्डप्रेस आवृत्ती ** 6.6 किंवा मोठा **
 *  परीक्षित केले आहे **7.1**
 *  PHP आवृत्ती ** 7.4 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/core-plus-links/)
 * टॅग्ज:
 * [autolink](https://mr.wordpress.org/plugins/tags/autolink/)[broken links](https://mr.wordpress.org/plugins/tags/broken-links/)
   [gutenberg](https://mr.wordpress.org/plugins/tags/gutenberg/)[internal links](https://mr.wordpress.org/plugins/tags/internal-links/)
   [seo](https://mr.wordpress.org/plugins/tags/seo/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/core-plus-links/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[आपला अभिप्राय](https://wordpress.org/support/plugin/core-plus-links/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/core-plus-links/reviews/)

## योगदानकर्ते

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

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/core-plus-links/)