Linux 软件免费装
Banner图

HUBLO Duplicate Content Auditor

开发者 hublowp
更新时间 2026年8月22日 12:45
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect seo duplicate content content audit merge posts

下载

1.0.0

详情介绍:

Sites that publish for years end up competing with themselves: the 2019 guide and the 2023 rewrite, the category page and the pillar post, three near-identical round-ups. You know they are in there. What you do not know is which one to keep, and what you would quietly lose by deleting the other. This plugin answers both, and changes nothing until you say so. How it works
  1. Scan. Every post is compared against every other post that could plausibly match it.
  2. Compare. For each overlapping pair: which version is stronger, on what evidence, and what only the other one contains.
  3. Plan. A merge and redirect plan you can export and act on — by hand, with a redirect plugin you already use, or with Pro.
What you get Similarity detection that assumes spaces between words fails badly on Japanese, Chinese and Korean. This plugin detects the script and switches from word shingles to character shingles, so CJK content is compared properly instead of producing noise. What it will not do This plugin, and the Pro plugin Free is a complete job: find the overlap, understand it, decide, export the plan. It is not a trial — nothing expires and no feature stops working. A separate Pro plugin, distributed outside WordPress.org and not bundled here, carries the plan out. This plugin, free, does all of the analysis: Pro carries the plan out, inside WordPress: Matches are banded — near identical, strong overlap, partial overlap — because a bare percentage is harder to act on than a category. Try it without installing A WordPress Playground blueprint ships with this plugin. When the directory offers a Live Preview for it, that preview boots a temporary WordPress in your browser, seeded with posts that overlap on purpose, and opens straight on the results. Nothing is installed on your own site. Full documentation, worked examples and the Free/Pro comparison: https://hublo-wp.com/free-plugins/duplicate-content-auditor/

安装:

  1. Install from the Plugins screen, or upload the folder to /wp-content/plugins/.
  2. Activate it.
  3. Open Duplicate Audit in the admin menu.
  4. Set your post types and similarity threshold, then press Scan for duplicates.

屏幕截图:

  • Every overlapping pair, ranked by similarity and banded near identical, strong or partial.
  • The canonical suggestion shows its working: length, age, comment activity, inbound internal links, featured image and slug quality, scored side by side so you can disagree with it.
  • The sections that exist only in the version you are about to retire — the question worth answering before any merge.
  • The redirect the retired post would need: source path, target path, status code — shown before anything is created.
  • Japanese, Chinese and Korean posts are compared with character shingles instead of word shingles, so unspaced scripts match properly instead of producing noise.
  • Post types, similarity threshold, minimum word count and exclusions — set the scope before the scan, not after.
  • Export the duplicate report and the redirect plan as CSV, in a shape other redirect plugins can import. Nothing is applied to your site by this plugin.
  • Where this plugin finishes — an exported plan — and what the separate Pro plugin would do with it.

升级注意事项:

1.0.0 First release.

常见问题:

Does it delete, merge or redirect anything?

No. It never writes to your content. It produces a plan and exports it; acting on the plan is your decision, with your tools.

What similarity threshold should I use?

60% is a sensible default. Raise it if you are seeing loose matches that are not really duplicates; lower it if you suspect overlap the audit is not catching.

Why are short posts matching each other?

Very short texts share phrasing by coincidence. Set a minimum word count in Settings — 100 words removes most false matches.

How does it stay fast on a large site?

Comparing every post against every other post grows quadratically. Instead each post gets a fixed-length fingerprint, and only posts whose fingerprints collide are compared in full.

Is the canonical suggestion authoritative?

No, and it does not pretend to be. The scoring table is shown in full precisely so you can see the reasoning and override it.

Does it work on Japanese, Chinese or Korean content?

Yes. Similarity detection that assumes spaces between words fails on unspaced scripts, so the plugin detects the script and switches to character shingles.

Does it need an account or an API key?

No. Nothing leaves your server, and there is nothing to sign up for.

What happens if I uninstall it?

Its three tables and its options are removed. Your content is untouched, because it was never modified in the first place.

更新日志:

1.0.0