Backlink Taxonomy

Minimalist backlink tracker using taxonomies.

Author:René Seindal (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.5.2
Plugin version:2.2
Added to WordPress repository:08-11-2023
Last updated:20-04-2024
Rating, %:0
Rated by:0
Plugin URI:https://plugins.seindal.dk/plugins/backlinks-...
Total downloads:365
plugin download
Click to start download

This plugin is a minimalist backlink tracker. It keeps track of all internal links between posts using taxonomies.

The plugin maintains a taxonomy of which posts links to which. The taxonomy is mostly invisible, but available through REST.

The backlink taxonomy is updated automatically whenever a post is published, scheduled or later updated. By registering the outgoing links of all posts it is easy to find the incoming links for any one post.

User Interface

The plugin most works behind the scenes, scanning posts for internal links whenever the posts are updated.

The backlink taxonomy is available for the Query Loop block, which can be used to create a dynamic “What links here” block.

The backlink_count taxonomy can be used to filter the displayed posts on the posts lists of the admin interface. This is a handy way of finding posts with no or few incoming links.

The admin posts list has a “Suggest Backlinks” added for each row, which will find posts with shared tags and categories, that are not already linked from the post. If there are shared public custom taxonomies, they will be used too.

The admin posts list also has a ‘Backlinks’ column available, showing the number of backlinks for the post. Clicking on the column will show a list of the backlinks. The column is sortable. The column also shows the number of outgoing links, also clickable.

A management page under the Tools menu can show the backlinks status of all posts, with columns for incoming and outgoing links, and commands for rescanning or ‘un-scanning’ posts.

The settings pages is rather basic, but allows the setting of post types to operate on (default posts and pages), and post statuses to select on (default published and scheduled).

Un-scanned posts, for example just after activation of the plugin or after a change of settings, are scanned in the background at bit at a time. During normal usage there should never be a backlog of un-scanned posts.

The Backlinks Taxonomy plugin works with custom post types, and will use available custom taxonomies for backlink suggestions.

WP-CLI interface

The plugin adds a WP-CLI command ‘backlinks’ with several sub-commands.

There are commands to:

  • Show all outgoing and incoming links for a single post;
  • Show backlink suggestions for a single post;
  • Show the overall status of the backlink counters;
  • Rescan individual posts for links;
  • List all un-scanned posts.

FAQ
ChangeLog