跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

SAEC SEO

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

SAEC SEO

作者:saec
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

SAEC SEO provides read-only SEO audit, SEO override fields, optional SEO logs, and WP-CLI tooling for operational workflows.

Company information:
– SAEC Holding
– https://saec.me
– [email protected]

External Services

This plugin can connect to Google Search Console using Google APIs if (and only if) an administrator enables the feature and completes the OAuth authorization flow.

  • Service: Google Search Console API (Google APIs)
  • Purpose: retrieve Search Analytics metrics (pages, clicks, impressions, CTR, position) to display inside WordPress.
  • When data is sent: only when you click “Connect” / “Pull” in the Search Console tab (manual action).
  • Data sent to Google: your configured property URL (site URL) and the selected date range/row limit used for the Search Analytics request.
  • Data stored locally: OAuth token data is stored in a WordPress option; retrieved metrics are cached in WordPress options for display/export.

Relevant policies:
* Google API Services User Data Policy: https://developers.google.com/terms/api-services-user-data-policy
* Google APIs Terms of Service: https://developers.google.com/terms
* Google Privacy Policy: https://policies.google.com/privacy

License

This plugin is licensed under the GNU General Public License v2 or later.

More Features

A non-limited edition is available from the editor website: https://saec.me/suite-saec

安装

  1. Upload the plugin to /wp-content/plugins/ or install via ZIP upload.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

评价

此插件暂无评价。

贡献者及开发者

「SAEC SEO」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • saec

帮助将「SAEC SEO」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

2.4.10

  • Admin: redesigned Sitemap tab layout (WP-native cards/grid).

2.4.8

  • Remove all remaining Pro/Agency limitation references and related settings.
  • Remove WP-CLI integration from WP.org build.
  • Remove bundled translation files (handled by WordPress.org translation system).

  • 2.3.1

  • Fix: strict tab-save sanitization against defaults schema; avoid processing entire $_POST/$_REQUEST.
  • Fix: admin assets use wp_register_* + wp_enqueue_*; nonce action aligned with save endpoint.
  • Fix: remove HTML-wrapped translation string in Help tab; add missing translators comments.
  • Fix: additional wp_unslash/sanitize handling for editor AJAX saves.

  • 2.3.0

  • Fix: load admin CSS/JS via wp_register_* and wp_enqueue_*; move inline CSS to enqueued stylesheet.
  • Fix: add nonce and capability checks; sanitize/validate inputs; escape output for key admin/front-end renders.
  • Fix: secure SQL queries with $wpdb->prepare() and escaped allowlisted table names.
  • Fix: remove direct file writes for robots/sitemap actions; use dynamic generation.
  • Docs: document Google Search Console external service usage.

2.2.4

  • Add a small in-plugin (settings page only) link to SAEC SEO information.
  • Fix admin permission message string.

2.2.2

  • Rebuilt Help tab: exhaustive documentation of all plugin features (fully translatable).

2.2.1

  • WordPress.org: remove runtime translation generation; ship compiled .mo files.
  • Admin: load assets only on SAEC SEO admin page.
  • Readme: Tested up to 6.9.

2.1.9

  • Fix: Scores “Quick fix” button now triggers AJAX action and shows status/log.

2.1.8

  • System alerts: optional orphan pages threshold triggers an email notification.
  • Fix: orphan scan suggestions query now uses a defined post type list (prevents PHP notices).

2.1.7

  • System: orphan hints now include inbound/depth and suggested internal link sources.
  • Admin: improved orphan list rendering.

2.1.6

  • Fix: prevent fatal by implementing Runtime::filter_wp_sitemaps_enabled() (used to disable WordPress core sitemaps when configured).
  • UI: Dashboard layout updated (key blocks now span full width where appropriate; improved spacing).

2.1.5

  • Sitemap: option to disable WordPress core sitemap (wp-sitemap.xml) and use SAEC sitemap only.

2.1.4

  • System: improved orphan page detection (internal links extraction + inbound count + approximate depth from menus).
  • Export: system scan JSON/CSV and Search Console snapshots/deltas export.

2.1.3

  • UI: wider admin container for clearer 50/50 grid on the Dashboard.

2.1.2

  • Add: system alerts (HTTP errors/latency thresholds) with email notifications and cooldown.

2.1.1

  • Fix: register admin-post action for “Run system scan”.
  • Add: daily systemic scan cron.

2.1.0

  • Add: System tab (basic) with local-only systemic SEO checks (HTTP availability for key endpoints, orphan page hints, SAEC Perf bridge presence).
  • Add: Manual “Run system scan” action storing last results (UTC timestamp).

2.0.10

  • Fix: PHP fatal “Multiple access type modifiers” (removed stray orphan modifier before render_tab_sitemap).

2.0.9

  • Fix: add missing render_tab_sitemap() to prevent fatal when opening Sitemap tab.

2.0.8

  • Fix: remove stray tokens in admin class that could break admin rendering.
  • Fix: ensure AJAX save handler is a proper class method.
  • Sitemap: add transient cache for sitemap responses (configurable TTL).
  • Sitemap: exclude password-protected content from sitemap.

2.0.7

  • Fix: admin settings save fallback via admin-post.php when admin-ajax.php returns 400.
  • UI: Automation + Redirects forms switched to POST fallback while keeping AJAX when available.
  • Add: Sitemap tab (URLs, settings, rebuild).

2.0.6

  • Fix: PHP parse error in includes/class-db.php (activation rewrite hook).

2.0.3

  • Fix: removed extra closing tags causing WordPress footer to appear mid-page (Automation / Redirects tabs).
  • Fix: Automation tab settings now save (AJAX tab key supported).
  • Fix: Run-now AJAX uses correct parameter (run) and supports existing buttons.
  • UI: Two-column admin layout on all tabs except Scores.
  • i18n: force plugin-generated MO file (from shipped PO) to avoid mojibake when third-party translation files exist.

2.0.2

  • Add: Google Search Console OAuth (connect/disconnect) and API pull for page metrics.
  • Add: Search Console settings (Client ID/Secret, property, days, row limit) with AJAX save.
  • Fix: i18n robustness — .mo files rebuilt from .po at runtime (removed packaged .mo to avoid mojibake).

2.0.1

  • Fix: admin.js restored as real JavaScript (AJAX save/run).
  • Fix: .mo recompiled from .po (UTF-8) to remove mojibake.
  • Fix: Automation tab markup (removed stray closing label).
  • Improvement: clearer AJAX error handling.

1.9.5

  • Add: Regression detection (local baseline) via daily job and history/log entries.
  • Add: Settings for regression scan scheduling and score-drop threshold.

1.9.4

  • Packaging: repackaged release (new ZIP).
  • Version: bump to 1.9.4.

1.9.3

  • Fix: i18n – recompiled all .mo files from .po (UTF-8) to prevent mojibake in admin UI.

1.9.1

  • Fix: i18n – regenerated .mo files from .po and completed missing admin strings translations.

1.8.3

  • Fix: PHP fatal error (duplicate access modifier) in SEO logs.
  • Fix: WP-CLI audit argument parsing.
  • Add: WP-CLI command saec-seo gsc list.
  • Add: WP-CLI command saec-seo logs purge (with –dry-run).
  • Add: readme.txt with GPLv2 or later reference and SAEC Holding information.

额外信息

  • 版本 2.4.11
  • 最后更新:5 月前
  • 活跃安装数量 不到10
  • WordPress 版本 6.0 或更高版本
  • 已测试的最高版本为 6.9.4
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    metadataseowp-cli
  • 高级视图

评级

尚未提交反馈。

Your review

查看全部评论

贡献者

  • saec

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.