BeeClear Smart Link Manager

Sharraxaad

Automatic internal linking for WordPress

BeeClear Smart Link Manager helps you build internal links between your posts and pages using configurable keyword rules. The plugin injects links dynamically at render time, so your original post content stays untouched in the database.

It is designed for site owners who want better internal linking, stronger topical connections between articles, and a cleaner SEO workflow without manually editing links across the whole site.

Boost your internal linking

  • Rule-based automation: Define phrases and target URLs once, and let the plugin automatically inject matching internal links into your content.
  • No permanent content changes: Links are added on output through the the_content filter. Disable the plugin and the generated links disappear instantly.
  • Per-rule control: Set optional attributes such as rel, title, aria-label, and CSS classes for each rule.
  • Limit link frequency: Control how many times a phrase can be linked on a single page to avoid over-linking.
  • Fast index rebuilds: Rebuild the link index manually in one click or let the plugin refresh it automatically after post updates.
  • Import and export: Move your linking rules between environments without rebuilding everything from scratch.
  • Clean workflow in wp-admin: Manage rules from a sortable admin table and use per-post controls where needed.
  • Frontend-safe architecture: The free version uses internal WordPress APIs for scanning and indexing, avoiding loopback HTTP requests.

Our free version already covers the core internal-linking workflow. The premium version extends it with more advanced optimization features:

Premium features:

  • Semantic keyword enhancement
  • Custom external linking rules
  • Extended rule logic and priorities
  • Page-level priority settings
  • Activity log with operation history

Upgrade to unlock more advanced linking workflows and broader optimization options.

Learn more here: https://beeclear.pl/internal-external-link-manager/

Built for…

SEO specialists

If you want a cleaner internal-linking structure without editing hundreds of posts by hand, BeeClear Smart Link Manager gives you a repeatable and controllable process. You define the rules once and scale internal linking across the site.

Bloggers and content sites

If you publish frequently, internal linking often becomes inconsistent over time. This plugin helps you connect related articles automatically, improving navigation and surfacing older content more effectively.

Agencies

When you manage multiple WordPress sites, repeatable SEO workflows matter. Import/export tools, configurable rules, and a predictable index rebuild process make the plugin practical across staging and production environments.

Business websites

Internal links help users discover related pages, services, and resources faster. That improves content discoverability and supports a clearer site structure without forcing database-level content edits.

Ready for more advanced linking?

If you need semantic keyword enhancement, custom external linking rules, more advanced logic, or page-level control, the premium version is the next step. It is designed for sites that need broader linking automation and more precise SEO control.

Read more about the premium version here:

https://beeclear.pl/internal-external-link-manager/

Additional resources

Sawir-shaashado

  • Global settings panel with default link attributes, rule controls, maintenance tools, and index rebuild actions.
  • Per-post metabox for post-level phrase handling and local linking control.
  • Linking overview showing targets, defined phrases, and inbound link relationships.
  • Target details popup with linked phrases and source posts.

Rakibaad

Installation from within WordPress

  1. Go to Plugins > Add New.
  2. Search for BeeClear Smart Link Manager.
  3. Click Install Now, then Activate.

Manual installation

  1. Download the plugin ZIP file.
  2. Upload the beeclear-smart-link-manager folder to your /wp-content/plugins/ directory, or upload the ZIP from Plugins > Add New > Upload Plugin.
  3. Activate BeeClear Smart Link Manager in the WordPress admin.
  4. Open the plugin screen, create your first rule, and rebuild the index.
  5. If you need advanced linking features, compare the premium version here: https://beeclear.pl/internal-external-link-manager/

SBI

What is internal linking and why does it matter?

Internal linking means adding links from one page on your site to another page on the same domain. It helps users discover related content, improves crawl paths for search engines, and supports a clearer site structure.

Does the plugin modify my post content in the database?

No. BeeClear Smart Link Manager injects links dynamically at render time through the the_content filter. Your stored post content is not rewritten.

How does the plugin work?

You create linking rules with a phrase and a target URL. The plugin builds an index and then injects matching links when content is displayed on the frontend.

Can I control how many links are added on one page?

Yes. Each rule can include a per-page link limit, so the same phrase is not linked too often within a single piece of content.

Can I customize generated link attributes?

Yes. You can configure attributes such as rel, title, aria-label, and CSS classes for each link rule.

How do I apply changes to existing content?

After adding or editing rules, use Rebuild Index in the plugin interface. You can also enable automatic rebuilding on content updates.

Why are some phrases not being linked?

Common reasons include case-sensitive mismatch, the per-page limit already being reached, or the content being outside the plugin’s linking scope.

Can I migrate rules to another site?

Yes. Use the import/export tools to transfer rules between WordPress environments.

Is it compatible with Gutenberg and the Classic Editor?

Yes. The plugin works with standard WordPress content rendering and is compatible with Gutenberg and the Classic Editor.

Does it use loopback HTTP requests to scan content?

No. The current free version uses internal WordPress APIs for scanning and index generation instead of loopback HTTP requests.

Is there a premium version with more features?

Yes. If you need more advanced internal and external linking options, you can learn more about the premium version here:
https://beeclear.pl/internal-external-link-manager/

Dibu-eegisyo

Ma jiraan wax dibu-eegis ah oo ku saabsan kaabahan.

Ka-qaybgalayaasha & Horumariyayaasha

“BeeClear Smart Link Manager” waa softiweer il furan. Dadka soo socda ayaa wax ku biiriyay kaabahan.

Ka-qaybgalayaasha

Ku tarjun “BeeClear Smart Link Manager” luqaddaada.

Ma xiisaynaysaa horumarinta?

Baadh koodka, fiiri bakhaarka SVN, ama iska qor diiwaanka horumarinta adigoo adeegsanaya RSS.

Isbeddellada

2.1.2

  • Confirmed compatibility with WordPress 7.0.

2.1.1

  • Fixed WordPress.org readme metadata warnings for plugin tags and short description length.

2.1

  • Added scheduled “Scan site” — run the overview scan automatically on a daily or weekly schedule via WP-Cron, with a configurable site-local time.
  • Added file-based import and export — settings and rules are exported as a downloadable JSON file and imported by uploading a file, replacing the previous copy-paste textarea approach.
  • Autolinking now skips DOM parsing entirely for pages that contain no phrase matching any active rule, reducing per-request processing time on sites with many rules.
  • Overview and popup tables now load post titles and permalinks only for the visible page of results, reducing database queries for sites with many link targets.
  • Rebuild and export operations now process posts in batches instead of loading all IDs at once, avoiding memory spikes on large databases.
  • Overview scan worker now processes one batch per WP-Cron run, reducing peak server load.
  • Auto-run scan after saving content is now disabled by default; can be re-enabled in settings.
  • Default activity log limit is now 50 entries.
  • Uninstall cleanup now uses delete_post_meta_by_key() for faster and more reliable removal of plugin meta across all posts.
  • Fixed WordPress Plugin Check compliance: output escaping annotations, nonce verification comments, missing translators comments, and readme.txt format.

2.0.2

  • Fixed the default link CSS class and added a new menu item.

2.0.1

  • Improved scanner behavior for page scanning and index regeneration.

2.0

  • Refactored index build process to use internal WordPress APIs instead of loopback HTTP requests.
  • Added background scanning via WP-Cron with batch processing for large sites.
  • Added lightweight AJAX status polling during rebuild operations.
  • Improved admin interface and sortable rule tables.

1.8

  • Fixed invalid HTML in admin column output.
  • Removed duplicate admin_enqueue_scripts hook registration.
  • Improved promo notice button wording.
  • Removed aggressive reset of per-user promo dismissal on plugin activation.
  • Removed error suppression operator from preg_match call.

1.7.5

  • First public release.