Title: SchemaSense – Smart Structured Data
Author: Fabio Biocchetti
Published: <strong>2026년 1월 9일</strong>
Last modified: 2026년 1월 21일

---

플러그인 검색

![](https://ps.w.org/schemasense-smart-structured-data/assets/banner-772x250.jpg?
rev=3436438)

![](https://ps.w.org/schemasense-smart-structured-data/assets/icon-256x256.png?rev
=3436325)

# SchemaSense – Smart Structured Data

 작성자: [Fabio Biocchetti](https://profiles.wordpress.org/fabiocchetti/)

[다운로드](https://downloads.wordpress.org/plugin/schemasense-smart-structured-data.1.1.5.zip)

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

 [지원](https://wordpress.org/support/plugin/schemasense-smart-structured-data/)

## 설명

SchemaSense automatically scans your WordPress posts and pages to identify question
and answer pairs, then generates proper FAQ schema markup (FAQPage JSON-LD). This
structured data helps AI systems and Large Language Models (LLMs) better understand
and surface your content in AI-generated responses, while also improving search 
engine visibility (SEO) with rich snippets in search results.

The plugin also optionally formats existing FAQ blocks as minimalistic accordions(
collapsible/expandable), providing an improved user experience for visitors browsing
your Q&A content.

### Key Features

 * **GEO, AIO & SEO Ready** – Structured data optimized for AI systems, LLMs and
   traditional SEO
 * **Automatic Detection** – Intelligently identifies Q&A patterns in your content
 * **Universal Compatibility** – Works with Classic Editor, Gutenberg, and all page
   builders (Elementor, Beaver Builder, Divi, WPBakery, etc.)
 * **Multiple Formats** – Supports headings, paragraphs (including bold), HTML5 
   details/summary accordions, and Q:/A: format
 * **Multilingual Support** – Works with 15+ languages (Latin-based question marks)
 * **Smart Exclusions** – Won’t interfere with Yoast or other FAQ plugins that add
   their own schema
 * **Automatic for Posts** – Posts auto-process on save; pages require manual scanning
 * **Separate Batch Processing** – Individual scan buttons for posts and pages
 * **Optional Collapsible UI** – Enhance Q&A with expand/collapse functionality
 * **Performance Optimized** – Schema cached in post meta, not regenerated on every
   load

### How It Works

The plugin uses multiple detection strategies:

**1. FAQ Section Detection** (standard HTML – works with all editors/builders)
 *
Looks for headings containing FAQ keywords (e.g., “FAQ”, “Frequently Asked Questions”,“
Common Questions”) * Scans headings and paragraphs within that section for Q&A pairs*
Works with Classic Editor, Gutenberg, and all page builders

**2. HTML5 Details/Summary Detection** (modern page builders)
 * Detects accordion
widgets using `<details>` and `<summary>` elements * Commonly used by Elementor,
Beaver Builder, and other modern page builders

**3. Gutenberg Block Detection**
 * Native support for WordPress blocks * Parses
block structure directly for optimal accuracy

### What schema types does the plugin support?

Currently, the plugin supports **FAQ (FAQPage) schema only**. It generates JSON-
LD structured data with the `@type: "FAQPage"` format, which includes `Question`
and `Answer` entities. Support for additional schema types (HowTo, Recipe, Product,
etc.) may be added in future versions.

### Does this work with Gutenberg?

Yes! The plugin supports both Classic Editor and Gutenberg (Block Editor). It can
parse both Gutenberg blocks and HTML content.

### How does the plugin detect questions and answers?

The plugin uses intelligent pattern detection with strict scoping to avoid false
positives:

**FAQ Section Detection:**
 * Looks for headings containing FAQ keywords (e.g., “
FAQ”, “FAQs”, “Frequently Asked Questions”, “Common Questions”) * Supports 15+ languages
with multilingual FAQ heading recognition * Once an FAQ section is detected, the
plugin scans content within that section only

**Question Detection (within FAQ sections only):**
 * **Heading-based questions**:
Sub-headings at deeper levels than the FAQ heading (e.g., h3/h4 under an h2 FAQ 
heading) are treated as questions – No punctuation required – Minimum 5 characters***
Paragraph-based questions**: Paragraphs ending with “?” – Must be between 5-250 
characters – Automatically handles bold (`<strong>`), italic (`<em>`), or plain 
text formatting – Example: `<p><strong>What is this?</strong></p>`

**Answer Detection:**
 * Any paragraph following a detected question is treated 
as the answer * Multiple consecutive paragraphs are combined into a single answer

**Section Boundaries:**
 * FAQ section ends when a heading at the same level or 
higher than the FAQ heading is encountered * This prevents false detection of questions
in subsequent sections * Example: If FAQ section starts with `<h2>`, any other `
<h2>` or `<h1>` ends the FAQ section

**Additional Format:**
 * **Q:/A: Format**: Explicit “Q:” and “A:” patterns are 
supported anywhere in content (not limited to FAQ sections)

### Which languages are supported?

The plugin supports 15+ languages including English, Spanish, French, German, Italian,
Portuguese, Dutch, Polish, Russian, Swedish, Danish, Norwegian, Finnish, Czech, 
and Turkish. All supported languages use the standard Latin question mark (?) for
question detection.

### Will it conflict with Yoast SEO or other FAQ plugins?

No. The plugin automatically detects and skips content managed by Yoast FAQ blocks,
Elementor FAQ widgets, and other popular FAQ plugins to prevent duplicate schema
markup.

### Can I customize the styling?

Yes. Override the `.ssd-*` CSS classes in your theme to customize the collapsible
FAQ appearance.

### Which languages are supported for FAQ detection?

The plugin supports 15+ languages (all use standard Latin question mark `?` for 
paragraph-based questions):

 * English
 * Spanish (Español)
 * French (Français)
 * German (Deutsch)
 * Italian (Italiano)
 * Portuguese (Português)
 * Dutch (Nederlands)
 * Polish (Polski)
 * Russian (Русский)
 * Swedish (Svenska)
 * Danish (Dansk)
 * Norwegian (Norsk)
 * Finnish (Suomi)
 * Czech (Čeština)
 * Turkish (Türkçe)

_Note: Languages using non-Latin question marks (Arabic, Greek, Hebrew, CJK languages)
are not currently supported for paragraph-based question detection._

## 스크린샷

[⌊Settings page with collapsible toggle and batch scan button⌉⌊Settings page with
collapsible toggle and batch scan button⌉[

Settings page with collapsible toggle and batch scan button

[⌊Automatically detected Q&A with collapsible UI⌉⌊Automatically detected Q&A with
collapsible UI⌉[

Automatically detected Q&A with collapsible UI

[⌊Generated FAQ schema in page source⌉⌊Generated FAQ schema in page source⌉[

Generated FAQ schema in page source

[[

## 설치

 1. Upload the plugin files to `/wp-content/plugins/smart-structured-data`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Navigate to Settings  Smart Structured Data to configure

## FAQ

### What does SchemaSense do?

SchemaSense automatically scans and detects FAQ content in your existing posts and
pages using intelligent pattern recognition. It optionally transforms detected FAQ
blocks into minimalistic, user-friendly accordions with expand/collapse functionality
for improved UX, and it generates and adds valid FAQPage JSON-LD structured data
to your page templates, making your content more accessible to search engines and
AI platforms.

All of this happens automatically based on your content structure—no manual markup
required!

### Does this work with Gutenberg?

Yes! The plugin supports both Classic Editor and Gutenberg.

### What’s the difference between posts and pages?

**Posts** are automatically processed when you save them. **Pages** require manual
scanning using the “Scan All Pages” button in Settings  SchemaSense Smart Data.

⚠️ **Important:** When you update FAQ content on a page, you must manually re-scan
pages to update the schema. This is by design to prevent performance issues with
large sites.

### Will it conflict with Yoast SEO?

No. The plugin detects and avoids conflicts with Yoast FAQ blocks and other plugins
that add FAQ-specific schema.

### Can I customize the styling?

Yes. Override the `.ssd-*` CSS classes in your theme.

### What happens to my data if I uninstall the plugin?

All plugin data is preserved if you simply deactivate the plugin. However, if you
fully uninstall the plugin, all FAQ schema data and settings will be permanently
removed from your database.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Fabio Biocchetti ](https://profiles.wordpress.org/fabiocchetti/)

[자국어로 “SchemaSense – Smart Structured Data”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/schemasense-smart-structured-data)

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

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

## 변경이력

### 1.1.5

 * Split batch processing into separate “Scan All Posts” and “Scan All Pages” buttons
 * Posts now auto-process on save; pages require manual scanning for better performance
 * Improved existing FAQ schema detection to only check for FAQ-specific schemas

### 1.1.4

 * Added support for HTML5 details/summary elements (i.e. Elementor accordion widgets)
 * Improved FAQ detection for modern page builders

### 1.1.3

 * Fixed accordion rendering for paragraph-based questions

### 1.1.2

 * Minor fixes

### 1.1.1

 * Fixed paragraph-based question detection in FAQ sections with bold/strong formatting

### 1.1.0

 * Added support for paragraph-based questions (bold, italic, or plain text)
 * Enhanced FAQ detection logic
 * Updated documentation

### 1.0.0

 * Initial release

## 기초

 *  버전 **1.1.5**
 *  최근 업데이트: **7개월 전**
 *  활성화된 설치 **300+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.9.7**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/schemasense-smart-structured-data/)
 * 태그:
 * [faq](https://ko.wordpress.org/plugins/tags/faq/)[JSON-LD](https://ko.wordpress.org/plugins/tags/json-ld/)
   [schema](https://ko.wordpress.org/plugins/tags/schema/)[seo](https://ko.wordpress.org/plugins/tags/seo/)
   [structured data](https://ko.wordpress.org/plugins/tags/structured-data/)
 *  [고급 보기](https://ko.wordpress.org/plugins/schemasense-smart-structured-data/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/schemasense-smart-structured-data/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/schemasense-smart-structured-data/reviews/)

## 기여자

 *   [ Fabio Biocchetti ](https://profiles.wordpress.org/fabiocchetti/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/schemasense-smart-structured-data/)