Popis
ACS Internal Links lets you visually understand the internal link structure of your WordPress site, right from the admin dashboard.
Main Features
Visual Link Map
* Renders a network graph with D3.js, where posts are nodes and internal links are edges
* Node size is proportional to the number of inbound links; nodes are colored by category
* Supports drag-and-drop repositioning and zoom in/out
* Click a node to jump directly to the post edit screen
* Filter by category and post status
* Orphaned posts (no inbound links) are highlighted with a red dashed outline
Orphaned Post Detection
* Lists posts that are not linked from anywhere
* Lists posts that do not link to anything
* Sortable by category and publish date
Link Count Columns in the Post List
* Adds „Outbound Links“ and „Inbound Links“ columns to the post list
* Sortable via the column headers
Post Editor Sidebar
* Shows an „Internal Links“ meta box in the sidebar of the post edit screen
* Lists links from this post and links to this post
Dashboard Widget
* Shows a summary including total posts, total internal links, and orphaned post count
* Shows the top 3 most linked posts
Zero Front-End Impact
All features run only in the admin area. The plugin has no impact on your site’s front-end page speed.
Who Is This For?
- Bloggers who want to improve SEO through internal linking
- Media site operators managing a large number of posts
- WordPress users who want a visual overview of their site structure
Third Party Libraries
This plugin bundles the following third-party library.
- D3.js v7 — https://d3js.org/
- License: ISC License
- Purpose: rendering the visual link map
- Full license text: https://github.com/d3/d3/blob/main/LICENSE
Obrázky




Inštalácia
- Download the plugin ZIP file
- Install it from WordPress admin > Plugins > Add New > Upload Plugin
- Activate the plugin
- An „Internal Links“ menu appears in the admin
- Open the „Internal Link Map“ page and click the „Rescan“ button to run the initial scan
Časté otázky
-
How long does a scan take?
-
It depends on the number of posts. A site with up to 100 posts takes a few seconds; around 1,000 posts takes about 1-2 minutes. Scans run in batches of 50 posts, so they do not block other WordPress operations.
-
Will it slow down my front-end pages?
-
No. This plugin is admin-only. It outputs no CSS or JavaScript on the front end.
-
Is a post rescanned automatically when I update it?
-
Yes. Every time a post is saved, its link data is updated automatically.
-
Does it support custom post types?
-
Yes. You can choose which post types to scan on the settings page.
-
What happens to the data when I delete the plugin?
-
If „Delete data on uninstall“ is enabled on the settings page (the default), the custom tables and settings are all removed. Turn it off to keep the data.
Recenzie
Pre tento plugin nie sú žiadne recenzie.
Prispievatelia a vývojári
“ACS Internal Links” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „ACS Internal Links“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.0.2
- Rewrote the readme and plugin description in English
- Removed the load_plugin_textdomain() call (not needed for plugins hosted on WordPress.org since WordPress 4.6)
1.0.1
- Updated the plugin URI and author info to the ACS Developer site
- Confirmed compatibility with WordPress 7.1 (updated Tested up to)
1.0.0
- Initial release
- Visual link map (D3.js force-directed graph)
- Orphaned post detection (no inbound / no outbound links)
- Link count columns in the post list (outbound / inbound, sortable)
- Internal links sidebar in the post edit screen
- Dashboard widget (internal link report)
- Full-site batch scan with a progress bar
- Category and status filters
- REST API endpoints
