| 开发者 | ecorpagency |
|---|---|
| 更新时间 | 2026年9月10日 21:45 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
rel="nofollow".wp-config.php.
SEO
The writer fills in three values on any post they may edit: an SEO title, a
description, and a checkbox that keeps the page out of search engines. The
module prints those in the page head, and nothing else. A page kept out of the
index also leaves the sitemap WordPress produces.
What the module does not do is part of the design: no structured data, no Open
Graph or Twitter cards, no breadcrumbs, no redirects, and no sitemap of its
own. That is where SEO plugins become heavy, and none of it is needed to write
a page well.
It also reads the rendered post and lists what it lacks, sorted into three
severities. Each post carries a state in one of three values, never a number,
and a check that does not apply to a page is set aside there, on that page
only.
Fourteen checks: missing title or title outside the bounds, missing
description, missing or duplicated first level heading, skipped heading level,
content below the word count, images without alternative text, images above the
weight, no incoming internal link, a site-wide noindex, content missing from the
sitemap, and four on the optional target keyphrase.
Settings pages are gone from this module: the four thresholds are fixed in the
code, and a documented filter moves them on the rare site that needs it.
No. Each module is enabled separately, and an unchecked module loads no code. You can run just one.
No. Everything happens at render time. Disabling the module removes every generated link, leaving no trace in the database.
Keep only one. This module drops no advanced-cache.php and does not touch
wp-config.php, so it will not clash on load, but two stacked caches make any
diagnosis impossible.
It covers the part of their work that a writer needs day to day, and stops there. If Yoast, Rank Math, SEOPress or All in One SEO is installed, the module detects it, prints nothing at all, and says so on its screen: two plugins writing the same title would fight over the same filter. It keeps auditing, and reads the values held by the plugin in place.
No. Nothing is scheduled. The count is shown, you confirm, and nothing happens without that.
It is no longer maintained. Its linking engine is carried over here unchanged, and your rules are imported automatically on first load.
The interface is in French. The code is fully internationalized, so an English translation can be added without any code change.