
內容簡介
Frank Website SEO Checker And Audit 是一款 WordPress SEO 外掛,能夠審核已發佈的文章和頁面,報告頁面內的 SEO 問題,並生成搜尋引擎所需的技術輸出,如 JSON-LD schema 標記、meta 標籤、XML 網站地圖和麵包屑導航。所有功能均可免費使用,無需付費升級。
【主要功能】
• 全面 SEO 審核
• 自動 SEO 健康評分
• 斷鏈檢查工具
• 定期掃描與電子郵件報告
• 動態 XML 網站地圖生成
• 301 轉向管理器
外掛標籤
開發者團隊
② 後台搜尋「Website SEO Checker & Site Audit – On-Page SEO, Schema Markup, Sitemap & Redirects」→ 直接安裝(推薦)
原文外掛簡介
Frank Website SEO Checker And Audit is a WordPress SEO plugin that audits your published posts and pages, reports on-page SEO issues, and generates the technical output search engines rely on: JSON-LD schema markup, meta tags, XML sitemaps, and breadcrumbs. It also monitors broken links and 404 errors and lets you fix them with 301 redirects from the same dashboard.
Every feature listed below is included in the free version. There is no premium tier or paid upgrade.
The audit runs entirely inside your WordPress admin on your own server. It does not send your content to third-party services.
Key SEO Features & Functionality
Comprehensive SEO Audit — Run a global scan on all published posts and pages to detect crucial SEO issues with a single click.
SEO Score & Analyzer — Each page receives an automated SEO health score (0–100%). The scanner identifies missing meta titles, meta descriptions, heading structure problems, missing alt tags, and more.
Broken Link Checker — Automatically track all internal and outbound links on each page, complete with HTTP status code verification to catch broken links and 404s.
Scheduled Scans & Email Reports — Automate your SEO monitoring with Daily, Weekly, or Monthly background audits. Receive a beautifully formatted HTML report directly in your inbox.
Dynamic XML Sitemaps — Automatically generate and maintain up-to-date XML sitemaps to help Google, Bing, and other search engines discover and index your content faster.
Redirect Manager & 404 Monitor — Easily track 404 Not Found errors and create 301 permanent redirects to recover lost link equity and traffic.
WooCommerce SEO Integration — Boost your e-commerce sales. The plugin automatically injects Product Schema (JSON-LD) and OpenGraph pricing tags for your products.
Local Business SEO — Configure your business address, phone, and type to automatically generate LocalBusiness JSON-LD Schema.
Advanced Schema Builder — Craft custom JSON-LD Schema directly on your posts and pages. Automatically detects and builds Schema for WordPress FAQ blocks.
Image SEO Optimizer — Automatically injects missing alt attributes into images within your content based on the post title or keyword.
AI Bot Blocker — Protect your content by optionally blocking aggressive AI scrapers and bots from crawling your site.
Breadcrumbs System — Easily implement SEO-friendly breadcrumbs to improve site navigation and search engine understanding.
Audit History & Bulk Actions — Logs every scan and status change with timestamps. Select and delete multiple page audits or mark issues as “Fixed” or “Ignored”.
Extensive Settings Panel — Complete control over crawl depth, crawl interval, schedule frequency, and the ability to toggle specific global integrations on or off.
SEO Audit
Run a global audit of all published posts and pages in one click, or schedule automatic scans daily, weekly, or monthly.
Each page receives a SEO score between 0 and 100, with a breakdown of detected errors, warnings, and notices — such as missing meta titles, missing meta descriptions, heading structure problems, and missing image alt attributes.
Track internal and outbound links on every audited page, including HTTP status verification, so broken links and 404 responses are caught early.
Scans run asynchronously in the background: you can navigate away while the audit continues, watch live progress, or cancel a scan at any time.
Receive an HTML audit report by email when scheduled scans finish, with support for multiple recipients.
Review audit history with timestamps, re-scan a single page on demand, and use bulk actions to delete audits or mark issues as Fixed or Ignored.
Schema Markup
Generate LocalBusiness JSON-LD schema from your business name, address, phone number, and business type.
Output WooCommerce Product schema (JSON-LD) and OpenGraph product pricing tags automatically on product pages.
Create custom JSON-LD schema for individual posts and pages.
Detect WordPress FAQ blocks (including Yoast and Rank Math FAQ blocks) and generate matching FAQ schema automatically.
Meta Tags and Social Sharing
Fix missing or duplicated meta titles and meta descriptions flagged by the audit using the built-in editors.
Override OpenGraph and Twitter card tags per page through the social media settings screen.
Sitemaps and Indexing
Generate a dynamic XML sitemap that stays up to date as you publish new content, helping Google and Bing discover and index your pages.
Output SEO-friendly breadcrumbs for site navigation and search engine understanding.
Redirects and Error Monitoring
Log 404 Not Found requests as they happen and create 301 permanent redirects to recover traffic from moved or deleted URLs.
Additional Tools
Fill in missing image alt attributes automatically, using the post title or keyword as the fallback value.
Optionally block known AI scraper bots from crawling your site.
Enable or disable each major integration individually in Settings.
Dashboard
All tools run in a single-page admin dashboard built with React, including light/dark mode, sortable tables, column visibility controls, score-range filtering, and a visual scan progress bar.
The scanner and dashboard operate in the admin area; public-facing pages only receive the generated meta tags, schema output, and sitemap files described above.
How It Works
Navigate to Frank SEO Audit in your WordPress admin sidebar.
Click Run Global Audit to crawl your published content, or set up a scheduled scan in the settings.
Review SEO scores, errors, warnings, and link statuses in the dashboard table.
Open View Details on any page for the full issue and link breakdown.
Fix issues with the built-in meta editors, or mark them as ignored to track remediation progress.
Privacy
All auditing is performed locally on your own server. No website data is sent to external APIs or third-party services. The only optional external connection is Google Analytics 4, which activates solely if you enter a GA4 Tracking ID in the settings yourself.
Build Instructions
The source code for the React single-page application is included inside the plugin package under the app/ directory. If you wish to study, modify, or compile the JavaScript and CSS assets, follow these steps:
Navigate to the app/ directory:
cd app
Install npm dependencies:
npm install
Compile the production bundles to assets/dist/:
npm run build
For interactive development with hot module replacement (HMR), run:
npm run dev
