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

---

Ricerca i plugin

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

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

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

 * [Dettagli](https://it.wordpress.org/plugins/faq-schema-shortcode/#description)
 * [Recensioni](https://it.wordpress.org/plugins/faq-schema-shortcode/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/faq-schema-shortcode/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/faq-schema-shortcode/#developers)

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

## Descrizione

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

## Screenshot

 * [[
 * Demo
 * [[
 * Plugin Settings

## Installazione

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

## Recensioni

![](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 Luglio 2025 5 risposte

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!

 [ Leggi la recensione di 1 ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Contributi e sviluppo

“FAQ Schema Shortcode” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “FAQ Schema Shortcode” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/faq-schema-shortcode)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/faq-schema-shortcode/)
segui il [repository SVN](https://plugins.svn.wordpress.org/faq-schema-shortcode/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/)
tramite [RSS](https://plugins.trac.wordpress.org/log/faq-schema-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

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

 *  Versione **1.2.0**
 *  Ultimo aggiornamento **3 mesi fa**
 *  Installazioni attive **100+**
 *  Versione WordPress ** 6.5 o superiore **
 *  Testato fino alla versione **6.9.4**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/faq-schema-shortcode/)
 * Tag
 * [faq](https://it.wordpress.org/plugins/tags/faq/)[schema](https://it.wordpress.org/plugins/tags/schema/)
   [seo](https://it.wordpress.org/plugins/tags/seo/)[shortcode](https://it.wordpress.org/plugins/tags/shortcode/)
   [structured data](https://it.wordpress.org/plugins/tags/structured-data/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/faq-schema-shortcode/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/?filter=1)

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/faq-schema-shortcode/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/faq-schema-shortcode/)