F
by Dilip Bheda
4.4 (8 reviews)
FAQ Block For Gutenberg
This plugin provides a quick and easy way to add FAQ's block using Gutenberg visual editor.
Tested up to WP 6.7.5 (Current: 6.9.4)
v2.7
Current Version v2.7
Updated 1 year ago
Last Update on 22 Feb, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#3,600
—
No change
Active Installs
4K+
—
No change
KW Avg Position
96.7
+1 better
Downloads
24K
+10 today
Support Resolved
0%
—
No change
Rating
88%
Review 4.4 out of 5
4.4
(8 reviews)
Next Milestone 5K
4K+
5K+
221
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 552 more installs to reach 5K+
Rank Changes
Current
#3,600
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.4
8 reviews
Overall
88%
5
6
(75%)
4
1
(13%)
3
0
(0%)
2
0
(0%)
1
1
(13%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| gutenberg faq | 62 | — | Tag | 1 day ago |
| faq block | 78 | — | Tag | 1 day ago |
| faq | 150 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.7
- Last Updated
- Feb 22, 2025
- Requires WP
- 5.0+
- Tested Up To
- 6.7.5
- PHP Version
- 7.2 or higher
- Author
- Dilip Bheda
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.4
- Reviews
- 8
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Gutenberg Essential Blocks – Page Builder for Gutenberg Blocks & Patterns
200K+ installs
#267
A
Adminimize
200K+ installs
#278
The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce
100K+ installs
#321
Frequently Asked Questions
Common questions about FAQ Block For Gutenberg
add_filter( 'fbfg_json_ld_output', '__return_false' );
add_filter(
'fbfg_global_colors',
function ( $colors ) {
$colors = array(
'backgroundColor' => '#f6f7f7',
'questionTextColor' => '#000',
'questionBackgroundColor' => 'none',
'answerTextColor' => '#000',
'answerBackgroundColor' => 'none',
);
return $colors;
}
);
'fbfg_global_colors',
function ( $colors ) {
$colors = array(
'backgroundColor' => '#f6f7f7',
'questionTextColor' => '#000',
'questionBackgroundColor' => 'none',
'answerTextColor' => '#000',
'answerBackgroundColor' => 'none',
);
return $colors;
}
);