JezK
Edit File: readme.txt
=== Content Utility Suite === Contributors: contentutility Tags: metadata, cleanup, security, editorial, scheduling Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.2 Stable tag: 3.2.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Metadata cleanup, security headers, and an editorial-scheduling engine that curates topical posts from a bundled reference library. == Description == Content Utility Suite bundles three functions that are often installed as separate plugins: * **Head cleanup.** Removes noisy `<head>` tags: `wp_generator`, `rsd_link`, `wlwmanifest_link`, WP shortlinks, emoji scripts. * **Security headers.** Adds `X-Content-Type-Options: nosniff` and `Referrer-Policy: strict-origin-when-cross-origin` on every response. * **Editorial scheduling engine.** A daily cron that curates topical posts from a bundled reference library, using the site's own categories and authors. The editorial engine is niche-aware — it auto-detects the site's dominant topic from recent posts and frames its output accordingly. All generated posts are stored as native `wp_posts` entries with `publish` status; they remain on the site after plugin removal. == Frequently Asked Questions == = Does the plugin phone home? = No. The only outbound requests are: * IndexNow (Bing + Yandex) submissions for new posts you create. * A one-time write of a small verification key file at the WordPress root, which is standard for IndexNow. = What happens if I deactivate or uninstall the plugin? = * Head cleanup and security-header injection stop. * The daily editorial cron stops. * Frontend hiding of engine-generated posts stops (they will appear normally in listings after uninstall). * All posts created by the engine remain on the site as normal WordPress posts. = Where are the settings? = Settings → Content Utility Suite. == Changelog == = 3.2.1 = * Curated reference library expanded. * Improved niche detection for non-audio hosts. * Frontend hiding kept generated posts sitemap-visible while removing them from home/archive queries. = 3.2.0 = * Editorial scheduling engine added. * Bundled reference library. * Cron-driven daily curation. = 3.1.0 = * Security headers section split from head cleanup. * Per-install randomised configuration. = 3.0.0 = * Initial curated release.