Title: IndexSweep
Author: cuyava
Published: <strong>2026년 8월 15일</strong>
Last modified: 2026년 8월 15일

---

플러그인 검색

![](https://ps.w.org/indexsweep/assets/banner-772x250.png?rev=3648070)

![](https://ps.w.org/indexsweep/assets/icon-256x256.png?rev=3648070)

# IndexSweep

 작성자: [cuyava](https://profiles.wordpress.org/cuyava/)

[다운로드](https://downloads.wordpress.org/plugin/indexsweep.0.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/indexsweep/#description)
 * [평가](https://ko.wordpress.org/plugins/indexsweep/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/indexsweep/#installation)
 * [개발](https://ko.wordpress.org/plugins/indexsweep/#developers)

 [지원](https://wordpress.org/support/plugin/indexsweep/)

## 설명

Your Google Search Console “Page indexing” report is full of URLs that were crawled
but not indexed — and most of them are junk your site never meant to publish: feed
URLs, parameter variants, malformed-link artifacts, leftover ad-tech and redirect-
plugin endpoints.

Your SEO plugin shows you index status. **IndexSweep fixes it**:

 * **Audit** — a configuration scan of the junk sources your site exposes right 
   now, plus a content-link scan that finds the _sources_ of junk URLs (like malformed
   relative links minting ghost pages) inside your posts.
 * **GSC Import** — upload your Search Console export; every URL is classified against
   a pattern library of real-world junk, with a plain-English explanation and a 
   recommended action. Nothing leaves your server.
 * **One-click fixes** — apply reversible rules: 410 Gone, X-Robots-Tag noindex,
   or clean-URL redirects. No .htaccess edits, no file changes.
 * **Full rollback** — every rule is one click to remove; every change is logged
   with hit counts.

**Safety first.** A resolvable page can never be served a 410 — every destructive
rule passes a safety check against your real permalinks, pagination, and archives
before it acts. IndexSweep also respects your SEO plugin (Yoast, Rank Math, All 
in One SEO) — it never duplicates or overrides their settings.

## 스크린샷

[⌊Audit tab — configuration scan and content-link scan showing junk sources the 
site exposes.⌉⌊Audit tab — configuration scan and content-link scan showing junk
sources the site exposes.⌉[

Audit tab — configuration scan and content-link scan showing junk sources the site
exposes.

[⌊GSC Import tab — a Search Console export classified against the pattern library,
with recommended actions.⌉⌊GSC Import tab — a Search Console export classified against
the pattern library, with recommended actions.⌉[

GSC Import tab — a Search Console export classified against the pattern library,
with recommended actions.

[⌊Rules & Log tab — one-click pattern fixes, active reversible rules with hit counts,
and the change log.⌉⌊Rules & Log tab — one-click pattern fixes, active reversible
rules with hit counts, and the change log.⌉[

Rules & Log tab — one-click pattern fixes, active reversible rules with hit counts,
and the change log.

## 설치

 1. Install and activate through the WordPress plugins screen, or upload the `indexsweep`
    folder to `/wp-content/plugins/`.
 2. Go to **Tools  IndexSweep**.
 3. Run the configuration audit, then export your “Page indexing” report from Google
    Search Console (Indexing  Pages  open a reason  Export) and upload the CSV in the**
    GSC Import** tab.

## FAQ

### Will this break my site?

Every fix is a reversible request-time rule with a full change log. A safety check
prevents 410s on any URL that resolves to real content — posts, pages, pagination,
date and term archives. Nothing edits your files.

### Do I need a Google account or API access?

No. IndexSweep works entirely from the CSV export you download from Search Console
yourself. No OAuth, no API keys, no Google connection.

### Does this send my data anywhere?

No. CSV analysis happens entirely on your server. IndexSweep makes no external requests
at all.

### What if I have Yoast / Rank Math / All in One SEO?

Keep it. IndexSweep detects your SEO plugin and stays out of its way — it only handles
junk-URL remediation, which SEO plugins don’t do.

### How do I undo a fix?

Tools  IndexSweep  Rules & Log  Roll back. The rule is removed immediately; the 
change log entry is kept for your records.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“IndexSweep”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ cuyava ](https://profiles.wordpress.org/cuyava/)

[자국어로 “IndexSweep”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/indexsweep)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/indexsweep/)는, [SVN 저장소](https://plugins.svn.wordpress.org/indexsweep/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/indexsweep/)
을 [RSS](https://plugins.trac.wordpress.org/log/indexsweep/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1.1

 * The 410 response now uses the native WordPress error page (wp_die) instead of
   a custom HTML template, and the filterable message is escaped on output.
 * Admin styles and the select-all script are now static files loaded with wp_enqueue_style/
   wp_enqueue_script (no inline style or script attributes).
 * Fixed: a clean-URL redirect for a malformed “//post-slug/” URL now resolves to
   the canonical article instead of the site home page.
 * The affiliate/redirect-endpoints pattern is now clearly marked advisory: its 
   paths (/go/, /refer/, /recommends/) can also be real pages, so it is offered 
   as a robots.txt suggestion instead of a site-wide rule that could noindex live
   content.
 * Fixed: fixing a link now unwraps only the reported anchor, even when the same
   link appears more than once in the post.
 * Fixed: array-style query parameters (?filter[]=red) survive a clean-URL redirect
   instead of being emptied.
 * Fixed: “Restore original link” is now refused after a link has already been restored,
   preventing a rare content-corruption case.
 * Safety: deep single-post pagination (/slug/100/) is now protected from the numeric-
   suffix redirect; the hit counter only counts requests a rule actually acts on.
 * Fixed: fixing or restoring a link no longer strips literal backslashes from the
   rest of the post (code snippets, Windows paths).
 * Fixed: an inapplicable rule no longer stops later rules from acting on the same
   request, while any rule vetoed by a safety check still shields the page from 
   all remaining rules.
 * Safety: term-archive protection now works regardless of language/term filters
   and matches non-ASCII archive slugs in either encoded or decoded form.

#### 0.1.0

 * Initial release: configuration audit, content-link scan, GSC CSV analyzer with
   junk-pattern library, reversible fix engine (410 / noindex / clean redirect),
   hit counting, change log with one-click rollback.

## 기초

 *  버전 **0.1.1**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.6**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/indexsweep/)
 * 태그:
 * [crawl budget](https://ko.wordpress.org/plugins/tags/crawl-budget/)[noindex](https://ko.wordpress.org/plugins/tags/noindex/)
   [redirect](https://ko.wordpress.org/plugins/tags/redirect/)[Search Console](https://ko.wordpress.org/plugins/tags/search-console/)
   [seo](https://ko.wordpress.org/plugins/tags/seo/)
 *  [고급 보기](https://ko.wordpress.org/plugins/indexsweep/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/indexsweep/reviews/)

## 기여자

 *   [ cuyava ](https://profiles.wordpress.org/cuyava/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/indexsweep/)