Title: FAQ Schema Shortcode
Author: Dog Byte Marketing
Published: <strong>2 de diciembre de 2024</strong>
Last modified: 4 de marzo de 2026

---

Buscar plugins

![](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

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

[Descargar](https://downloads.wordpress.org/plugin/faq-schema-shortcode.1.2.0.zip)

 * [Detalles](https://es.wordpress.org/plugins/faq-schema-shortcode/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/faq-schema-shortcode/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/faq-schema-shortcode/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/faq-schema-shortcode/#developers)

 [Soporte](https://wordpress.org/support/plugin/faq-schema-shortcode/)

## Descripción

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

## Capturas

 * [[
 * Demo
 * [[
 * Plugin Settings

## Instalación

 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

## FAQ

### 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://es.wordpress.org/plugins/faq-schema-shortcode/?output_format=md#)«][/
faqs]

## Reseñas

![](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 de julio de 2025 5 respuestas

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!

 [ Leer la 1 reseña ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Colaboradores y desarrolladores

«FAQ Schema Shortcode» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

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

[Traduce «FAQ Schema Shortcode» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/faq-schema-shortcode)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/faq-schema-shortcode/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/faq-schema-shortcode/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/)
por [RSS](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 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

## Meta

 *  Versión **1.2.0**
 *  Última actualización **hace 3 meses**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 6.5 o superior **
 *  Probado hasta **6.9.4**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/faq-schema-shortcode/)
 * Etiquetas:
 * [faq](https://es.wordpress.org/plugins/tags/faq/)[schema](https://es.wordpress.org/plugins/tags/schema/)
   [seo](https://es.wordpress.org/plugins/tags/seo/)[shortcode](https://es.wordpress.org/plugins/tags/shortcode/)
   [structured data](https://es.wordpress.org/plugins/tags/structured-data/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/faq-schema-shortcode/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=1)

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/faq-schema-shortcode/)