Linux 软件免费装
Banner图

Simplicity SEO Audit

开发者 simplicitygr
更新时间 2026年7月29日 19:09
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

seo seo score seo audit audit site health

下载

1.2.1 1.2.2 1.2.3 1.2.4

详情介绍:

Simplicity SEO Audit scans your WordPress site and gives you a clear SEO health score with specific, actionable recommendations. No technical expertise required — install, scan, and see exactly what needs fixing. What it does 17 SEO Checks Content Checks (10):
  1. Title Tag (weight: 8) — Checks every page has a title between 30-60 characters. Flags empty, too short, and too long titles.
  2. Meta Description (weight: 7) — Checks for meta descriptions between 70-160 characters. Flags missing, too short, and too long descriptions.
  3. Headings H1 (weight: 6) — Verifies each page has exactly one H1 tag and checks heading hierarchy (no skipping from H1 to H3).
  4. Image Alt Text (weight: 5) — Counts images missing alt text on each page. Score is the average alt text coverage across all pages.
  5. Internal Links (weight: 5) — Checks each page has at least one internal link in the content area.
  6. Thin Content (weight: 4) — Flags pages with fewer than 300 words (posts/pages) or 30 words (taxonomy terms). Supports Greek and all Unicode languages.
  7. Duplicate Titles (weight: 4) — Finds pages sharing identical title tags.
  8. Duplicate Descriptions (weight: 4) — Finds pages sharing identical meta descriptions.
  9. Canonical Tag (weight: 3) — Checks every page has a canonical URL tag.
  10. OG/Twitter Tags (weight: 3) — Checks for Open Graph and Twitter Card meta tags.
Technical Checks (7):
  1. SSL/HTTPS (weight: 4) — Verifies the site uses HTTPS.
  2. XML Sitemap (weight: 3) — Checks for an XML sitemap at standard locations.
  3. Robots.txt (weight: 3) — Checks for a robots.txt file.
  4. SEO Plugin (weight: 2) — Detects if Yoast, Rank Math, SEOPress, or another SEO plugin is active.
  5. Schema Markup (weight: 2) — Checks the homepage for structured data (JSON-LD).
  6. PHP/WP Version (weight: 2) — Checks for outdated PHP or WordPress versions.
  7. Permalink Structure (weight: 2) — Verifies pretty permalinks are enabled (not plain ?p=123).
How the Score Works Each check produces a score from 0 to 100. Content checks use ratio-based scoring — for example, if 80% of your pages have good titles, the Title Tag score is approximately 80. Pages with minor issues (e.g., slightly short title) count as half credit, not zero. The final score is a weighted average of all 17 checks. Checks that matter more for SEO (like Title Tags, weight 8) count more than less critical checks (like Permalink Structure, weight 2). Grading scale: Taxonomy-Aware Scoring Not all pages are equal. The plugin uses a tiered system for taxonomy terms: Low-priority terms are flagged for information but don't affect your score. This prevents product attributes from unfairly dragging down your SEO score. Developers can customize tiers with the msa_taxonomy_tier filter. Rendered HTML Analysis Unlike most lightweight SEO plugins that only read database content, Simplicity SEO Audit fetches the actual rendered HTML of each page — exactly what Google sees. This means: If a page cannot be fetched (e.g., password-protected), the plugin falls back to the database content. REST API The plugin provides a REST API endpoint for external integrations: GET /wp-json/seo-audit/v1/stats?token=YOUR_TOKEN The token is auto-generated on activation and stored in the database. The endpoint returns site URL, page counts, audit summary, per-check scores, and pricing tier information. It is read-only and uses timing-safe token comparison. Privacy Third-Party Services This plugin connects to seo.simplicity.gr in the following ways:
  1. CTA Links: The plugin dashboard includes a "Get the Full Report" link that directs you to seo.simplicity.gr. The link includes your site URL and a locally-generated API token as URL parameters.
  2. REST API Endpoint: The plugin registers a REST API endpoint (/wp-json/seo-audit/v1/stats) that allows seo.simplicity.gr to retrieve your scan summary (score, grade, number of checks, number of issues, and total page count). Access requires a valid API token. No page content, URLs, or personal data is transmitted.
  3. Service: seo.simplicity.gr
  4. Provider: Simplicity
  5. Terms of Service: https://seo.simplicity.gr/terms.html
  6. Privacy Policy: https://seo.simplicity.gr/privacy-policy.html

安装:

  1. Upload the simplicity-seo-audit folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the "Simplicity SEO Audit" menu item in your admin sidebar
  4. Click "Scan" and wait for the results (typically 1-3 minutes depending on site size)
Or install via ZIP:
  1. Go to Plugins > Add New > Upload Plugin
  2. Choose the simplicity-seo-audit.zip file
  3. Click "Install Now" then "Activate"

屏幕截图:

  • Detailed issues list with URLs
  • HTML export report

常见问题:

How many pages does it scan?

Up to 200 pages, proportionally sampled across your content types. If your site has 600 products, 30 pages, and 20 posts, the sample will reflect those proportions.

Why does the scan take a few minutes?

The plugin fetches the rendered HTML of each page (up to 200 HTTP requests to your own site). This is what makes the results accurate — we see what Google sees. Typical scan time is 1-3 minutes.

Does it work with WooCommerce?

Yes. Products, product categories, product tags, and product attributes are all supported with appropriate scoring tiers.

Does it work with page builders?

Yes. Because we fetch the rendered HTML, content from Elementor, Divi, WPBakery, Oxygen, Bricks, and other page builders is fully analyzed.

Why is my thin content score different from other SEO plugins?

Simplicity SEO Audit counts words in the rendered HTML content area, not just the database post_content. This includes product descriptions, related product sections, and other template-generated content. The word count threshold is 300 for posts/pages and 30 for taxonomy terms.

Will uninstalling the plugin leave data behind?

No. When you delete (not just deactivate) the plugin, all scan results, tokens, and transients are removed from the database.

Can I customize which taxonomies are high/medium/low priority?

Yes. Use the msa_taxonomy_tier filter: add_filter( 'msa_taxonomy_tier', function( $tier, $taxonomy, $post ) { if ( $taxonomy === 'brand' ) return 'high'; return $tier; }, 10, 3 );

更新日志:

1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0