Title: FAQ Schema Shortcode
Author: Dog Byte Marketing
Published: <strong>02.12.2024</strong>
Last modified: 04.03.2026

---

Поиск плагинов

![](https://ps.w.org/faq-schema-shortcode/assets/banner-772x250.png?rev=3276903)

![](https://ps.w.org/faq-schema-shortcode/assets/icon-256x256.png?rev=3276903)

# FAQ Schema Shortcode

 Автор: [Dog Byte Marketing](https://profiles.wordpress.org/dogbytemarketing/)

[Скачать](https://downloads.wordpress.org/plugin/faq-schema-shortcode.1.2.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/faq-schema-shortcode/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/faq-schema-shortcode/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/faq-schema-shortcode/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/faq-schema-shortcode/#developers)

 [Поддержка](https://wordpress.org/support/plugin/faq-schema-shortcode/)

## Описание

FAQ Schema Shortcode is a WordPress plugin that allows you to easily add FAQ sections
to your site using simple shortcodes. It automatically generates structured data(
JSON-LD schema) for each FAQ, helping search engines better understand your content
and improving your site’s SEO with rich results. By using the [faqs_dbm] and [faq_dbm]
shortcodes, you can quickly create FAQs that are both user-friendly and SEO-friendly,
enhancing your site’s visibility in search engines.

Example:
 [faqs_dbm] [faq_dbm q=»What color is the sky?» a=»Blue»] [faq_dbm q=»What
color is grass?» a=»Green»] [/faqs_dbm]

Want to help? Submit a PR on [Github](https://github.com/DogByteMarketing/faq-schema-shortcode/).

### Features

 * [NEW] Content FAQs section within backend editor to add FAQs using HTML across
   all post types. (posts, pages, products, ect)
 * Shortcode alias for when you do not have any other shortcodes using `[faqs]` 
   and `[faq]` then you can enable this feature in the settings.
 * Customizable Question and Answer labels
 * Accordion option to let users toggle FAQs open and closed
 * Accordion background color, background hover color, and text color options
 * Add additional CSS

## Скриншоты

 * [[
 * Demo
 * [[
 * Plugin Settings

## Установка

 1. Backup WordPress
 2. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress

## Часто задаваемые вопросы

### What is the shortcode for displaying FAQs?

Use `[faqs_dbm]` as the container shortcode and `[faq_dbm q="Your question?" a="
Your answer."]` for each individual FAQ item. Wrap the individual items inside the
container like this:

[faqs_dbm]
 [faq_dbm q=»What is this plugin for?» a=»It helps you display FAQs with
JSON-LD schema for SEO.»] [/faqs_dbm]

### Can I use a simpler shortcode like [faqs] and [faq]?

Yes, enable the «Shortcode Alias» option in the plugin settings. This will allow
you to use `[faqs]` and `[faq]` instead of the default `[faqs_dbm]` and `[faq_dbm]`.

### How do I enable accordion functionality?

Go to **Settings > FAQ Shortcode**, and check the box labeled **Accordion**. This
makes the FAQ entries collapsible and expandable.

### How can I change the accordion colors?

In the settings page, you can set:
 — Text color — Background color — Background
hover color Just enter valid HEX values (like `#ff0000`) for each.

### Does this plugin add FAQ schema for SEO?

Yes! It automatically generates [JSON-LD structured data](https://developers.google.com/search/docs/appearance/structured-data/faqpage)
so search engines like Google can understand and feature your FAQs.

### Can I use HTML in the question or answer?

Yes, but it’s sanitized. Only the following tags are allowed in the answers:
 — `
<a>` with `href`, `title`, and `target` — `<strong>` — `<em>` — `<ol>` — `<ul>` —`
<li>`

### How do I include a link?

You would simply replace the » with ‘
 [faqs] [faq q=»How to include a link» a=»
[Just like this](https://ru.wordpress.org/plugins/faq-schema-shortcode/?output_format=md#)«][/
faqs]

## Отзывы

![](https://secure.gravatar.com/avatar/6caefe3e112f606ddf5add21fb382d1b46197e1a326e256928928bd28f3c527d?
s=60&d=retro&r=g)

### 󠀁[Simple but Effective FAQ Schema Solution](https://wordpress.org/support/topic/simple-but-effective-faq-schema-solution/)󠁿

 [xemita](https://profiles.wordpress.org/xemita/) 25.07.2025 5 ответов

The FAQ Schema Shortcode plugin is straightforward and does exactly what it promises—
adds FAQ structured data to your WordPress site with ease. It’s a great alternative
to removed plugins like Structured Data if you only need FAQ functionality. The 
shortcode system is intuitive and works seamlessly for creating SEO-friendly FAQs.
It would be fantastic to have the option to customize the «Q» and «A» labels, especially
for non-English websites, to better support multilingual setups. Additionally, the
ability to add custom CSS or a border around each question would enhance its visual
flexibility. Overall, a very solid plugin for anyone looking to implement FAQ schema
without unnecessary bloat. Highly recommended!

 [ Посмотреть 1 отзыв ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Участники и разработчики

«FAQ Schema Shortcode» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ Dog Byte Marketing ](https://profiles.wordpress.org/dogbytemarketing/)

[Перевести «FAQ Schema Shortcode» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/faq-schema-shortcode)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/faq-schema-shortcode/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/faq-schema-shortcode/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/)
по [RSS](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.2.0

 * Added: Content FAQs to give all post types an editor in the backend where you
   can add FAQs using HTML.
 * Added: Handling for updates
 * Updated: Translations

#### 1.1.1

 * Bugfix: FAQ showing at top of content

#### 1.1.0

 * Added: Setting to customize the question label
 * Added: Setting to customize the answer label
 * Added: Setting to add additional CSS
 * Added: Translation support

#### 1.0.2

 * Updated: FAQs to allow a, em, strong, ol, ul, li

#### 1.0.1

 * Added: Accordion option
 * Added: Accordion text color option
 * Added: Accordion background color option
 * Added: Accordion background hover color option
 * Bugfix: Extra line breaks

#### 1.0.0

 * Initial Release

## Мета

 *  Версия **1.2.0**
 *  Обновление: **3 месяца назад**
 *  Активных установок: **100+**
 *  Версия WordPress ** 6.5 или выше **
 *  Совместим вплоть до: **6.9.4**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/faq-schema-shortcode/)
 * Метки:
 * [faq](https://ru.wordpress.org/plugins/tags/faq/)[schema](https://ru.wordpress.org/plugins/tags/schema/)
   [seo](https://ru.wordpress.org/plugins/tags/seo/)[shortcode](https://ru.wordpress.org/plugins/tags/shortcode/)
   [structured data](https://ru.wordpress.org/plugins/tags/structured-data/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/faq-schema-shortcode/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  1 5-звездный отзыв     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=1)

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Участники

 *   [ Dog Byte Marketing ](https://profiles.wordpress.org/dogbytemarketing/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/faq-schema-shortcode/)