A dead-simple FAQ Schema Generator to create SEO-friendly FAQ rich results in the SERP.
The plugin automatically adds FAQ Schema Markup (using schema.org’s FAQPage) to your frequently asked questions and answers using shortcodes.
Click here to learn more about how the Schema Markup affects today’s SEO.
How to use it:
1. Download and upload the FAQ Schema plugin to WordPress.
2. Or directly install and activate the plugin on your WordPress website.
3. Insert your frequently asked questions and answers into your page using the following shortcode:
[faq]Question 1|=|Answer 1|SEP|Question 2|=|Answer 2[/faq]
4. This will generate a basic FAQ system in the WordPress as follows:
<div itemscope="" itemtype="http://schema.org/FAQPage"> <div itemprop="mainEntity" itemscope="" itemtype="http://schema.org/Question"> <h4 itemprop="name">Question 1</h4> <div itemscope="" itemprop="acceptedAnswer" itemtype="http://schema.org/Answer"> <div itemprop="text">Answer 1</div> </div> </div> <div itemprop="mainEntity" itemscope="" itemtype="http://schema.org/Question"> <h4 itemprop="name">Question 2</h4> <div itemscope="" itemprop="acceptedAnswer" itemtype="http://schema.org/Answer"> <div itemprop="text">Answer 2</div> </div> </div> </div>
Download WordPress Plugin:
You can download this free WordPress plugin using the download button below. Unless otherwise stated, the WordPress plugin is available under GNU General Public License.
Author: Muhammad Waseem Panhwer
Homepage: https://wordpress.org/plugins/faq-schema/
Don’t forget to share this WordPress plugin and also check out other awesome plugins on our site.