The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
607 Ready
483 Need Help
🏆 Leaderboard
Actively Maintained v1.1.3

Panth FAQ

mage2kishan/module-faq

Advanced FAQ extension for Magento 2 with FAQ categories and multi-level assignment to products, catalog categories, CMS pages, or a global page, featuring an accordion UI, AJAX live search, helpful voting, view-count tracking, a FAQ widget, and automatic FAQPage JSON-LD schema. Works on Hyva and Luma.

50
Downloads
Below average
0
GitHub Stars
Today
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.3 on Magento 2.4.9
Jun 15, 2026
v1.1.2 on Magento 2.4.9
Jun 8, 2026
v1.1.1 on Magento 2.4.9
Jun 7, 2026
v1.0.0 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Panth FAQ Magento compatibility status badge

README

Loaded from GitHub

FAQ Module for Magento 2 — Advanced FAQ with Categories, FAQPage Schema & Multi-Level Assignment | Panth Infotech

Advanced FAQ extension for Magento 2 with FAQ categories, multi-level assignment to products, catalog categories, and CMS pages, accordion UI, AJAX live search, helpful voting, view-count tracking, FAQ widget, and automatic FAQPage JSON-LD structured data for Google rich results. Fully compatible with Hyva (Alpine.js) and Luma (vanilla JS) storefronts on Magento 2.4.4 — 2.4.8.

Panth FAQ turns your Magento 2 store into a self-service knowledge base. Merchants create FAQ items organized into categories, then assign them granularly — a global FAQ page, a product-specific FAQ on a PDP, a category-specific FAQ on a catalog listing, or a targeted FAQ embedded in any CMS page via widget. Every FAQ page outputs valid FAQPage schema markup so Google can surface your answers directly in search results as rich snippets. The frontend uses a smooth accordion UI with AJAX search that filters questions as shoppers type, reducing support tickets and improving conversion. Built on Panth Core, compatible with Hyva and Luma.


🎬 Live Demo


🚀 Need Custom Magento 2 Development?

Get a free quote for your project in 24 hours — custom modules, Hyva themes, performance optimization, M1→M2 migrations, and Adobe Commerce Cloud.

🏆 Kishan Savaliya

Top Rated Plus on Upwork

100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist

🏢 Panth Infotech Agency

Magento Development Team

Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud

Visit our website: kishansavaliya.com  |  Get a quote: kishansavaliya.com/get-quote


Table of Contents


Why Panth FAQ

Most Magento FAQ extensions stop at a single FAQ page. Shoppers land on a product detail page, have a question, leave to find the global FAQ page, search, and often abandon the cart. Panth FAQ eliminates that round trip:

  1. Multi-level assignment — the same FAQ item can appear on a product page, a category page, a CMS page, and the global FAQ page — assign once, reuse everywhere.
  2. FAQPage JSON-LD — every FAQ page (global, product, category, CMS) automatically ships Google-valid FAQPage structured data so your answers appear as rich results.
  3. AJAX live search — large FAQ sets (hundreds of items) stay browsable without page reloads.
  4. Hyva + Luma — native Alpine.js accordion for Hyva stores, vanilla-JS accordion for Luma — no jQuery bloat on Hyva.

Key Features

Content Management

  • FAQ Categories — organize questions into categories with optional descriptions, category images, and sort order
  • FAQ Items — rich-text answers via Magento's WYSIWYG editor (TinyMCE / Page Builder)
  • Multi-level assignment — assign FAQ items to products, catalog categories, and CMS pages directly from the FAQ item edit form using native Magento grids
  • Sort order — granular control over question ordering per category and per assignment context

Frontend Display

  • Accordion UI — smooth collapse/expand on click; optional default-open first item
  • Product page FAQs — display product-relevant FAQs as a tab on the PDP or below the product description
  • Category page FAQs — show category-scoped FAQs on catalog listing pages
  • CMS page FAQs — embed FAQs on any CMS page via widget or shortcode
  • FAQ widget — drop FAQ blocks into any Magento container via the Widget system
  • Live client-side search — debounced real-time filtering of visible FAQs
  • AJAX server-side search — dedicated endpoint for stores with hundreds of FAQs
  • Helpful voting — visitors rate each FAQ as helpful / not helpful (with AJAX submit)
  • View-count tracking — popularity metrics per FAQ item

SEO & Structured Data

  • FAQPage JSON-LD schema — automatic structured data output on every FAQ page for Google rich results
  • SEO-friendly URL rewrites — clean URLs per FAQ category and FAQ item
  • Meta title, description, keywords — per-FAQ-item SEO fields
  • Canonical URLs — prevent duplicate-content issues across multi-level assignment

Developer Experience

  • Hyva compatible — Alpine.js templates, no jQuery, passes Hyva's fallback rules
  • Luma compatible — KnockoutJS-free vanilla JS accordion
  • Custom CSS field — inject admin-configured CSS without a theme override
  • MEQP compliant — passes Adobe's Magento Extension Quality Program
  • Panth_Core integration — uses shared theme detection and admin foundation

Compatibility

Requirement Versions Supported
Magento Open Source 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce Cloud 2.4.4 — 2.4.8
PHP 8.1.x, 8.2.x, 8.3.x, 8.4.x
Hyva Theme 1.3+ (Alpine.js templates)
Luma Theme Native support
Panth_Core ^1.0 (installed automatically)

Tested on:

  • Magento 2.4.8-p4 with PHP 8.4 + Hyva 1.3
  • Magento 2.4.7 with PHP 8.3 + Luma
  • Magento 2.4.6 with PHP 8.2

Installation

Composer Installation (Recommended)

composer require mage2kishan/module-faq
bin/magento module:enable Panth_Faq
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Manual Installation via ZIP

  1. Download the latest release ZIP from Packagist or the Adobe Commerce Marketplace
  2. Extract to app/code/Panth/Faq/ in your Magento installation
  3. Run the same commands as above starting from bin/magento module:enable Panth_Faq

Verify Installation

bin/magento module:status Panth_Faq
# Expected output: Module is enabled

After installation, navigate to:

Admin → Stores → Configuration → Panth Extensions → FAQ Settings
Admin → Panth Infotech → FAQ → FAQ Items
Admin → Panth Infotech → FAQ → FAQ Categories

Configuration

Navigate to Stores → Configuration → Panth Extensions → FAQ Settings.

Group Key Settings
General Enable/disable module, FAQ page URL key, FAQ page title
Display Items per page, show search bar, show category filter, accordion default state (collapsed/first open), view count, helpful voting
Page Integration Enable FAQs on product pages, category pages, CMS pages; position (tab / after content)
SEO Enable JSON-LD FAQPage schema markup, meta title, meta description
Custom Styling Custom CSS field for minor overrides without touching theme files

Admin Management

  • FAQ ItemsPanth Infotech → FAQ → FAQ Items — create, edit, mass-delete, mass-enable/disable, mass show/hide from the global FAQ page
  • FAQ CategoriesPanth Infotech → FAQ → FAQ Categories — manage categories with names, descriptions, images, and sort order
  • Assignment grids — assign FAQ items to specific products, catalog categories, and CMS pages from the FAQ item edit form using native Magento UI component grids with filters and checkboxes

📸 Screenshots

Storefront

Admin


FAQPage Schema (SEO)

Panth FAQ outputs valid Google FAQPage structured data as JSON-LD on every FAQ page:

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How long does shipping take?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Standard shipping takes 3-5 business days..."
      }
    }
  ]
}

This enables rich results in Google Search, significantly improving CTR. Schema emission can be toggled per store scope.


FAQ Widget

Drop FAQ blocks into any Magento container via Content → Widgets:

  1. Create new widget → select Panth FAQ — FAQ Block
  2. Configure: select FAQ category, max items, enable search
  3. Assign to CMS page, CMS block, or layout container

FAQ

Does Panth FAQ work with Hyva themes?

Yes. Hyva templates ship as Alpine.js components with no jQuery dependency — they load in the Hyva fallback chain automatically when Hyva_Theme is enabled. Panth_Core's theme detection handles the switch.

Does the FAQPage schema work on product pages?

Yes. When you assign FAQs to a product and enable "Show on Product Pages", the product's FAQ block emits its own FAQPage JSON-LD in addition to the product's own Product schema. Both coexist per Google's guidelines.

Can the same FAQ item appear on multiple products?

Yes. Multi-level assignment is many-to-many — one FAQ item can be assigned to unlimited products, categories, and CMS pages simultaneously. Edit once, update everywhere.

Does AJAX search work with a large FAQ set?

Yes. AJAX search is designed for stores with hundreds of FAQs — the server-side endpoint queries a MySQL FULLTEXT index and returns results in under 100 ms.

Does Panth FAQ support multi-store and multi-language?

Yes. All FAQ items and categories are assigned to store views, and all user-facing strings use Magento's __() translation function. Custom translations can be added via standard i18n CSV files.

Will the helpful voting create a spam vector?

No. Votes are throttled per session / IP, and the endpoint is CSRF-protected. Vote counts are displayed but votes themselves are not public.

Can I disable schema markup?

Yes. Toggle "Enable FAQPage JSON-LD" under SEO configuration. Useful if another SEO extension already emits schema and you want to avoid duplication.

Does it conflict with other FAQ extensions?

No direct conflicts. Panth FAQ uses its own Panth\Faq namespace, its own database tables, and its own routes. If you migrate from another FAQ extension, contact support for migration assistance.


Support

Channel Contact
Email kishansavaliyakb@gmail.com
Website kishansavaliya.com
WhatsApp +91 84012 70422
GitHub Issues github.com/mage2sk/module-faq/issues
Upwork (Top Rated Plus) Hire Kishan Savaliya
Upwork Agency Panth Infotech

Response time: 1-2 business days.

💼 Need Custom Magento Development?


License

Commercial — see LICENSE.txt. Distribution is restricted to the Adobe Commerce Marketplace and authorized channels.


About Panth Infotech

Built and maintained by Kishan Savaliyakishansavaliya.com — a Top Rated Plus Magento developer on Upwork with 10+ years of eCommerce experience.

Panth Infotech is a Magento 2 development agency specializing in high-quality, security-focused extensions and themes for both Hyva and Luma storefronts. Our extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management — over 34 modules built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on the Adobe Commerce Marketplace or Packagist.


Quick Links



SEO Keywords: magento 2 faq module, magento 2 faq extension, faq schema, faqpage structured data, faqpage json-ld, accordion faq magento, magento 2 knowledge base, magento 2 faq hyva, magento 2 faq luma, ajax faq search magento, multi-level faq assignment, product page faq magento, category page faq, cms page faq widget, faq rich results google, faq helpful voting magento, magento 2 faq seo, panth faq, panth infotech faq, magento 2.4.8 faq, php 8.4 faq extension, magento 2 self service knowledge base, mage2kishan, mage2sk, hire magento developer upwork, top rated plus magento freelancer, kishan savaliya magento, custom magento development, magento 2 hyva development, magento 2 luma customization

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.