Title: Tick AI SEO
Author: Tick
Published: <strong>2026년 6월 23일</strong>
Last modified: 2026년 6월 23일

---

플러그인 검색

![](https://ps.w.org/tick-ai-seo/assets/banner-772x250.png?rev=3583532)

![](https://ps.w.org/tick-ai-seo/assets/icon-256x256.png?rev=3583532)

# Tick AI SEO

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

[다운로드](https://downloads.wordpress.org/plugin/tick-ai-seo.0.1.0.zip)

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

 [지원](https://wordpress.org/support/plugin/tick-ai-seo/)

## 설명

Tick AI SEO publishes your WordPress content as a structured, machine-readable bundle
available at `yoursite.com/okf/`. The bundle is designed for AI agents, LLM retrieval
pipelines, and Generative Engine Optimisation (GEO) — not for Google Search ranking.

**Important:** OKF is NOT a Google Search ranking signal. It does not affect how
Googlebot crawls or ranks your pages. Its purpose is AI-agent readiness: making 
your content reliably available to large language model (LLM) retrieval systems 
and cited in AI-generated answers.

**What the plugin does**

 * Generates an OKF bundle of your published posts and pages as Markdown-formatted
   concept files.
 * Serves the bundle live at the `/okf/` permalink (pretty URL) or via a `?okf=index.
   md` query fallback.
 * Keeps a local concepts table (`wp_tickaiseo_concepts`) for fast serving without
   page-load overhead.
 * Stays in sync automatically via a scheduled cron job (`tickaiseo_reconcile`).

**Content filtering**

 * Respects your SEO plugin’s noindex directives — noindexed content is excluded
   from the bundle by default.
 * Drafts, private posts, password-protected pages, and trashed content are always
   excluded.
 * Supports a per-post/page metabox toggle to exclude individual items.
 * Works with **Rank Math**, **Yoast SEO**, **All in One SEO (AIOSEO)**, and **SEOPress**
   out of the box.

**Knowledge graph**

An interactive knowledge graph on the OKF dashboard visualises internal-link relationships
between your concepts, up to a configurable node limit.

### Privacy

Tick AI SEO is privacy-respecting and does not phone home. It collects no telemetry
and sends no data to the plugin author.

 * **Request analytics** are optional (off by default) and stored only in your own
   database — nothing is sent externally.
 * **Webhooks** are optional: only when you set a webhook URL does the plugin POST
   a small JSON payload (bundle counts and your site’s bundle URL) to _your_ chosen
   endpoint when the bundle changes. No webhook fires unless you configure one.
 * The bundle is generated entirely on your own server. The only bundled third-party
   library is league/html-to-markdown (MIT licensed).

## 스크린샷

[⌊The Tick AI SEO dashboard: bundle status, content metrics, serving status, and
the interactive knowledge graph of internal links between your concepts.⌉⌊The Tick
AI SEO dashboard: bundle status, content metrics, serving status, and the interactive
knowledge graph of internal links between your concepts.⌉[

The Tick AI SEO dashboard: bundle status, content metrics, serving status, and the
interactive knowledge graph of internal links between your concepts.

[⌊The settings screen: choose which post types and content are included in the OKF
bundle, set bundle metadata, and configure the knowledge graph and uninstall behaviour.⌉⌊
The settings screen: choose which post types and content are included in the OKF
bundle, set bundle metadata, and configure the knowledge graph and uninstall behaviour
.⌉[

The settings screen: choose which post types and content are included in the OKF
bundle, set bundle metadata, and configure the knowledge graph and uninstall behaviour.

## 설치

 1. Upload the `tick-ai-seo` folder to `/wp-content/plugins/`.
 2. Activate the plugin via the **Plugins** screen.
 3. Go to **Tick AI SEO  Dashboard** and click **Generate bundle now**.
 4. Your bundle is live at `yoursite.com/okf/`.

Optionally, visit **Tick AI SEO  Settings** to configure included post types, excluded
IDs, bundle metadata, and the graph node limit.

## FAQ

### Does this improve my Google rankings?

No. OKF is not a Google Search ranking signal and has no effect on how Googlebot
indexes your site. It is designed for AI-agent and LLM retrieval readiness (Generative
Engine Optimisation), not traditional SEO.

### How do I exclude a specific page from the bundle?

You have two options:

 1. Mark the page noindex in your SEO plugin (Rank Math, Yoast, AIOSEO, or SEOPress).
    OKF will skip it automatically when “Skip noindexed content” is enabled.
 2. Open the page editor and tick **Exclude this from the OKF bundle** in the Open 
    Knowledge Format metabox.

You can also list specific post IDs under **Tick AI SEO  Settings  Excluded IDs**.

### Where is my OKF bundle?

Your bundle is served at `yoursite.com/okf/` (pretty permalink) or `yoursite.com/?
okf=index.md` (query fallback). Both URLs are shown on the OKF Dashboard.

### Which SEO plugins are supported?

Rank Math, Yoast SEO, All in One SEO (AIOSEO), and SEOPress. If none of these are
active, OKF falls back to a null adapter that treats all published content as indexable.

### Will my data be deleted if I uninstall the plugin?

Yes, by default. The plugin drops the `wp_tickaiseo_concepts` table and removes 
its options on uninstall. If you want to keep your data, enable **Keep data when
uninstalling** under **Tick AI SEO  Settings  Advanced** before uninstalling.

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “Tick AI SEO”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/tick-ai-seo)

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

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

## 변경이력

#### 0.1.0

 * Initial release.
 * Live OKF bundle served at `/okf/` with pretty-permalink and query-string fallback.
 * Automatic sync via scheduled cron with inclusion/exclusion rules.
 * SEO-plugin awareness: Rank Math, Yoast SEO, AIOSEO, SEOPress (noindex respected).
 * Per-post metabox toggle to exclude individual items.
 * Admin dashboard with concept counts, serving URLs, SEO integration status, and
   an interactive knowledge graph.
 * Settings screen: included post types, excluded IDs, bundle metadata, graph node
   limit, keep-data-on-uninstall option.

## 기초

 *  버전 **0.1.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/tick-ai-seo/)
 * 태그:
 * [AI](https://ko.wordpress.org/plugins/tags/ai/)[geo](https://ko.wordpress.org/plugins/tags/geo/)
   [LLM](https://ko.wordpress.org/plugins/tags/llm/)[markdown](https://ko.wordpress.org/plugins/tags/markdown/)
   [open knowledge format](https://ko.wordpress.org/plugins/tags/open-knowledge-format/)
 *  [고급 보기](https://ko.wordpress.org/plugins/tick-ai-seo/advanced/)

## 평점

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/tick-ai-seo/reviews/)

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/tick-ai-seo/)