Title: Image Integrity Scanner
Author: Dhrumil Kumbhani
Published: <strong>2026 年 7 月 9 日</strong>
Last modified: 2026 年 7 月 9 日

---

搜尋外掛

![](https://ps.w.org/image-integrity-scanner/assets/banner-772x250.png?rev=3601435)

![](https://ps.w.org/image-integrity-scanner/assets/icon-256x256.png?rev=3601435)

# Image Integrity Scanner

 由 [Dhrumil Kumbhani](https://profiles.wordpress.org/dhrumilk/) 開發

[下載](https://downloads.wordpress.org/plugin/image-integrity-scanner.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/image-integrity-scanner/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/image-integrity-scanner/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/image-integrity-scanner/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/image-integrity-scanner/#developers)

 [技術支援](https://wordpress.org/support/plugin/image-integrity-scanner/)

## 外掛說明

**Image Integrity Scanner** is a lightweight broken image checker for WordPress.
Broken images damage user experience, slow content audits, and make your site look
unfinished — and they are easy to miss because WordPress never alerts you when an`
<img>` tag points to a dead URL. This plugin finds them for you, automatically.

With one click of the **Scan Now** button, the plugin crawls every published post
and page, checks every image it finds — including images embedded in post content
and featured images — and reports any image that returns a 404 error, another bad
HTTP status, or fails to load. Results appear in a clean, paginated, sortable table
directly inside your WordPress admin, and the full report can be exported as a CSV
file for sharing with your team or client.

Whether you are auditing a site after a migration, cleaning up content from a CDN
change, fixing a broken hotlink, or doing routine site maintenance, Image Integrity
Scanner gives you a fast and accurate broken image report without needing a third-
party SEO crawler or command-line tool.

#### Why scan for broken images?

 * Broken images create a poor experience for visitors and make pages look unfinished.
 * Search engines can penalize pages with broken media when assessing overall page
   quality and image search ranking.
 * Migrating servers, hosts, themes, or CDNs is one of the most common causes of
   sudden broken image links.
 * Linking to external images that get deleted, renamed, or moved on another site
   silently breaks your content over time.
 * Manually clicking through every page to check every image does not scale once
   your site grows.

#### Key Features

 * **One-click scanning** — click Scan Now and the plugin does the rest, with a 
   live progress bar so you always know how far along the scan is.
 * **Scans posts and pages** — checks all published content including images inside
   the post body and featured/thumbnail images.
 * **Detects internal broken images** — finds 404s and missing files hosted on your
   own WordPress site and media library.
 * **Detects external broken images** — finds dead or unreachable images linked 
   in from other websites.
 * **Clear, sortable report table** — see the post/page title, the broken image 
   URL, the post/page URL, image type (internal or external), and HTTP status for
   every broken image found.
 * **Native WordPress pagination** — browse large reports comfortably with the same
   pagination UI used throughout wp-admin, 20 results per page by default.
 * **CSV export** — download the full broken image report as a CSV file in one click
   for documentation, client reports, or further analysis in a spreadsheet.
 * **Fast and lightweight** — built with batched AJAX scanning so even larger sites
   scan smoothly without timing out or overloading the server.
 * **Secure by design** — every request is nonce-verified and capability-checked,
   and all database queries are properly prepared using $wpdb->prepare().
 * **No bloat, no dependencies** — no third-party libraries, no tracking, no upsells.
   Just a focused broken image scanner.
 * **Developer-friendly code** — built following WordPress Coding Standards (WPCS)
   and WordPress VIP coding standards.

#### How It Works

 1. Go to **Tools  Image Integrity Scanner** in your WordPress admin.
 2. Click **Scan Now**.
 3. Watch the live progress bar as the plugin scans your published posts and pages 
    in batches.
 4. Review the broken images found in a familiar, sortable WordPress admin table.
 5. Click **Export CSV** to download the full report.

#### Who Is This Plugin For?

 * Bloggers and website owners who want to keep their content looking clean and 
   professional.
 * Agencies and freelancers performing site audits or post-migration checks for 
   clients.
 * SEO professionals who want to find and fix broken images that may affect page
   quality and image search rankings.
 * Developers who need a quick, no-setup way to verify image integrity across a 
   WordPress site.

## 螢幕擷圖

[⌊The Image Integrity Scanner admin page with the Scan Now button and live progress
bar.⌉⌊The Image Integrity Scanner admin page with the Scan Now button and live progress
bar.⌉[

The Image Integrity Scanner admin page with the Scan Now button and live progress
bar.

## 安裝方式

**From your WordPress dashboard**

 1. Go to **Plugins  Add New**.
 2. Search for “Image Integrity Scanner”.
 3. Click **Install Now**, then **Activate**.
 4. Go to **Tools  Image Integrity Scanner** and click **Scan Now**.

**Manual installation**

 1. Upload the `image-integrity-scanner` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Tools  Image Integrity Scanner** and click **Scan Now**.

## 常見問題集

### Does this plugin modify my content?

No. Image Integrity Scanner only reads your post and page content to extract image
URLs and check them. It never edits, removes, or modifies any post, page, or media
file.

### How are broken images detected?

Each image URL found in your content is checked with an HTTP HEAD request, falling
back automatically to a ranged GET request for servers or CDNs that do not support
HEAD. Any response with a status code of 400 or higher, or any failed connection,
is logged as broken.

### Does it check external images too?

Yes. The scanner checks both internal images hosted on your own WordPress site and
external images linked in from other websites, and clearly labels each result so
you know which is which.

### Will scanning a large site slow down my server?

The scanner processes posts and pages in small batches via AJAX rather than all 
at once, which keeps memory and execution time manageable even on larger sites. 
You can leave the scan running and watch the live progress as it works through your
content.

### Can I export the results?

Yes. Click the **Export CSV** button on the Image Integrity Scanner admin page to
download a complete CSV report of every broken image found, including the post/page
title, image URL, post/page URL, type, and HTTP status.

### Does this plugin check images inside custom post types?

The current version scans standard WordPress posts and pages. Support for additional
public post types is planned for a future release.

### Who can run a scan?

Only users with the `manage_options` capability (typically Administrators) can run
a scan, view the report, or export the CSV.

### Does this plugin send any data to external servers?

No. All scanning happens on your own server. The plugin does not transmit any data
to third-party services.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Image Integrity Scanner〉的開發相關工作。

參與者

 *   [ Dhrumil Kumbhani ](https://profiles.wordpress.org/dhrumilk/)

[將〈Image Integrity Scanner〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/image-integrity-scanner)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/image-integrity-scanner/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/image-integrity-scanner/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/image-integrity-scanner/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/image-integrity-scanner/)。

## 變更記錄

#### 1.0.0

 * Initial release.
 * Scan posts and pages for broken internal and external images.
 * Live AJAX progress bar during scanning.
 * Sortable, paginated broken images report table.
 * CSV export of scan results.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/image-integrity-scanner/)
 * 標籤:
 * [broken images](https://tw.wordpress.org/plugins/tags/broken-images/)[Broken Link Checker](https://tw.wordpress.org/plugins/tags/broken-link-checker/)
 *  [進階檢視](https://tw.wordpress.org/plugins/image-integrity-scanner/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/image-integrity-scanner/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/image-integrity-scanner/reviews/)

## 參與者

 *   [ Dhrumil Kumbhani ](https://profiles.wordpress.org/dhrumilk/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/image-integrity-scanner/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://buymeacoffee.com/dhrumilk)