mage2kishan / module-testimonials
Advanced Testimonials module with slider, individual pages, categories, SEO, and frontend submission
Package info
github.com/mage2sk/module-testimonials
Language:HTML
Type:magento2-module
pkg:composer/mage2kishan/module-testimonials
Requires
- php: ~8.1.0||~8.2.0||~8.3.0||~8.4.0
- mage2kishan/module-core: ^1.0
- magento/framework: ^103.0
- magento/module-cms: ^104.0
- magento/module-store: ^101.0
- magento/module-widget: ^101.0
README
Customer Testimonials & Reviews — Magento 2 Testimonials Slider with Schema Markup | Panth Infotech
Advanced customer testimonials and reviews extension for Magento 2 — slider widget, categories, individual testimonial pages, frontend submission form, 1-5 star ratings, customer photos, featured testimonials, and SEO-friendly Review schema markup. Hyva and Luma ready.
Panth Testimonials is a complete customer testimonials and social-proof solution for Magento 2. Merchants can publish customer testimonials through a responsive slider widget, organize them into categories, give each testimonial its own individual SEO-friendly page, and collect new reviews through a built-in frontend submission form. Each testimonial supports 1 to 5 star ratings, customer photos, a featured flag for highlighting the best stories, and emits Review schema markup (schema.org/Review) so star ratings appear in Google search results. The module works out-of-the-box on both Hyva (Alpine.js + Tailwind) and Luma storefronts, is fully responsive, multi-store aware, and follows Adobe's Magento Extension Quality Program (MEQP) standards.
Whether you run a fashion store, a B2B wholesale site, a services business, or a multi-vendor marketplace, authentic customer testimonials remain one of the highest-converting trust signals on the web. Panth Testimonials gives you every tool needed to collect, curate, and showcase them with zero development effort.
🚀 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.
Visit our website: kishansavaliya.com | Get a quote: kishansavaliya.com/get-quote
Table of Contents
- Key Features
- What Makes Panth Testimonials Different
- Compatibility
- Installation
- Configuration
- Slider Widget Usage
- Frontend Submission Form
- SEO & Review Schema Markup
- Categories & Individual Pages
- Admin Management
- Hyva & Luma Theme Support
- FAQ
- Support
- About Panth Infotech
- Quick Links
Key Features
Testimonial Content
- Unlimited testimonials — no cap on the number of entries
- Customer name, location, company, and designation fields
- Customer photo upload — displayed as avatars in the slider and on individual pages
- Rich-text content with a WYSIWYG editor for longer testimonials
- Video testimonials — embed YouTube or Vimeo URLs alongside text
- Publish / Unpublish toggle — keep drafts private until ready
Star Ratings
- 1 to 5 star ratings per testimonial
- Half-star support for finer-grained ratings
- Aggregate ratings calculated automatically per category and overall
- Review schema markup emits ratings so Google can display them in search results
Slider Widget
- Drop-in widget — insert via Magento's native widget manager, CMS blocks, or layout XML
- Fully responsive — 1/2/3/4 columns on mobile/tablet/desktop/large screens
- Autoplay, loop, and pause-on-hover options
- Keyboard and touch/swipe navigation
- Filter by category, featured flag, or star rating
- Hyva-native Alpine.js slider — no jQuery, no heavy JS on Hyva storefronts
- Luma Slick slider — traditional Slick.js implementation for Luma
Categories & Featured Testimonials
- Unlimited categories (e.g. Product Quality, Customer Service, Delivery, B2B Clients)
- Assign a testimonial to multiple categories
- Category landing pages with their own URL, meta title, and meta description
- Featured flag — highlight your best testimonials on the homepage and category pages
Individual Testimonial Pages
- Every testimonial gets its own SEO-friendly URL (
/testimonials/<url-key>) - Meta title, meta description, and meta keywords per testimonial
- Canonical URLs to prevent duplicate content
- Open Graph and Twitter card tags for social sharing
- Structured data (Review + Person + Organization schema) on every page
Frontend Submission Form
- Logged-in and guest submissions (configurable)
- ReCAPTCHA v3 integration to block spam
- File upload for customer photos (size & MIME type validated)
- Admin moderation — new submissions are saved as pending and require approval
- Email notifications to admin on new submission and to customer on approval
- GDPR-ready — consent checkbox and data-processing notice
SEO & Performance
- schema.org/Review structured data (JSON-LD)
- Aggregate Rating schema for category and overall pages
- Clean semantic HTML, accessible (WCAG 2.1 AA)
- Lazy-loaded images with native
loading="lazy" - Minimal CSS/JS footprint — no render-blocking resources
- Full-page-cache compatible — all dynamic pieces load via ESI/AJAX on Luma and hydration on Hyva
Admin Features
- Dedicated admin grid with inline status toggle, mass actions, and filters
- Drag-and-drop sort order on the grid
- Store-view scope — translate testimonials per store view
- Import / Export CSV for bulk management
- Dashboard widget showing total testimonials, pending approvals, and average rating
What Makes Panth Testimonials Different
| Capability | Panth Testimonials | Typical Free Extensions |
|---|---|---|
| Hyva theme native support | ✅ Alpine.js | ❌ jQuery only |
| Review schema (JSON-LD) | ✅ Full schema | ❌ None |
| Frontend submission form | ✅ With ReCAPTCHA | ❌ Admin-only |
| Categories | ✅ Unlimited | ❌ Flat list |
| Individual pages | ✅ SEO URLs | ❌ No dedicated pages |
| Slider widget | ✅ Responsive, configurable | ⚠️ Basic |
| Customer photos | ✅ Upload + validation | ⚠️ URL only |
| Featured flag | ✅ Yes | ❌ No |
| Import/Export CSV | ✅ Yes | ❌ No |
| MEQP compliant | ✅ Yes | ⚠️ Varies |
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 |
| MySQL | 8.0+ |
| MariaDB | 10.4+ |
| Hyva Theme | 1.3+ |
| Luma Theme | Native support |
| Panth_Core (dependency) | ^1.0 (auto-installed by Composer) |
Tested on Magento 2.4.8-p4 (PHP 8.4), 2.4.7 (PHP 8.3), and 2.4.6 (PHP 8.2) with both Hyva and Luma themes.
Installation
Composer Installation (Recommended)
composer require mage2kishan/module-testimonials bin/magento module:enable Panth_Core Panth_Testimonials bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:flush
Manual Installation via ZIP
- Download the release ZIP from Packagist or the Adobe Commerce Marketplace
- Extract the contents to
app/code/Panth/Testimonials/ - Also install the free Panth_Core dependency
- Run the same commands as above starting from
bin/magento module:enable
Verify Installation
bin/magento module:status Panth_Testimonials
# Expected output: Module is enabled
Navigate to:
Admin → Panth Infotech → Testimonials → Manage Testimonials
Configuration
All settings live at Stores → Configuration → Panth Extensions → Testimonials.
| Setting | Default | Description |
|---|---|---|
| Enable Module | Yes | Master toggle |
| Enable Frontend Submission | Yes | Show the "Submit a Testimonial" form to customers |
| Allow Guest Submissions | No | Whether logged-out visitors can submit |
| Require Admin Approval | Yes | New submissions saved as pending |
| Enable ReCAPTCHA | Yes | Uses Magento's built-in ReCAPTCHA config |
| Default Star Rating | 5 | Pre-selected rating in the submission form |
| Testimonials Per Page | 10 | Pagination on the main listing page |
| Enable Review Schema | Yes | Emit schema.org/Review JSON-LD |
| Enable Slider Autoplay | Yes | Autoplay the widget slider |
| Autoplay Interval (ms) | 5000 | Time between slides |
| Email Notification (admin) | Yes | Email admin when new testimonial submitted |
| Email Notification (customer) | Yes | Email customer when testimonial approved |
Slider Widget Usage
Insert the testimonials slider anywhere via Magento's widget manager:
Content → Widgets → Add Widget
→ Type: Panth Testimonials Slider
→ Display On: Any page, category page, CMS block, etc.
Or embed directly in a CMS page / block:
{{widget type="Panth\Testimonials\Block\Widget\Slider"
category_id="3"
featured_only="1"
limit="8"
columns_desktop="3"
columns_mobile="1"
autoplay="1"}}
Or via layout XML:
<block class="Panth\Testimonials\Block\Widget\Slider" name="homepage.testimonials" template="Panth_Testimonials::widget/slider.phtml"> <arguments> <argument name="category_id" xsi:type="string">3</argument> <argument name="featured_only" xsi:type="string">1</argument> <argument name="limit" xsi:type="string">8</argument> </arguments> </block>
Frontend Submission Form
The form is reachable at /testimonials/submit and can also be embedded via a CMS block:
{{block class="Panth\Testimonials\Block\Submit" template="Panth_Testimonials::submit/form.phtml"}}
Fields:
- Name (required)
- Email (required, hidden from public display)
- Location, Company, Designation (optional)
- Star rating (1-5, required)
- Testimonial text (required, min 20 characters)
- Photo upload (optional, 2 MB max, JPG/PNG/WebP)
- ReCAPTCHA
- Consent checkbox (required, GDPR)
Submissions appear in admin as pending and must be approved before they are published.
SEO & Review Schema Markup
Every individual testimonial page emits JSON-LD structured data following schema.org/Review:
{
"@context": "https://schema.org",
"@type": "Review",
"author": {"@type": "Person", "name": "Jane Doe"},
"reviewRating": {"@type": "Rating", "ratingValue": "5", "bestRating": "5"},
"reviewBody": "Outstanding service...",
"itemReviewed": {"@type": "Organization", "name": "Your Store"},
"datePublished": "2026-04-10"
}
Category and main listing pages additionally emit AggregateRating schema. Validated with Google Rich Results Test and the Schema.org Validator.
Categories & Individual Pages
- Main listing:
/testimonials - Category page:
/testimonials/category/<url-key> - Individual page:
/testimonials/view/<url-key>
Each URL is fully SEO-configurable (meta title, meta description, meta robots, canonical, OG tags) from the admin grid.
Admin Management
Navigate to Panth Infotech → Testimonials → Manage Testimonials to access the grid with:
- Inline status toggle (publish/unpublish)
- Inline featured toggle
- Mass actions (approve, unpublish, delete, assign category)
- Filters for status, rating, category, date, store view
- CSV import/export
- Drag-and-drop sort order
Categories are managed at Panth Infotech → Testimonials → Categories.
Hyva & Luma Theme Support
Panth Testimonials uses Panth_Core's theme detection to automatically serve the right templates:
- Hyva → Alpine.js-based slider (no jQuery), Tailwind CSS classes, ~8 KB JS
- Luma → Slick.js-based slider, standard Magento LESS, lazy-loaded
- Custom themes → falls back to Luma unless the theme declares Hyva compatibility
No configuration required — detection is automatic.
FAQ
Does this work on Hyva themes?
Yes. The module ships Hyva-native templates using Alpine.js and Tailwind. No jQuery required.
Can customers submit testimonials from the frontend?
Yes. The built-in submission form supports both logged-in customers and guests (configurable), with ReCAPTCHA and admin moderation.
Does it add star ratings to Google search results?
Yes. The module emits schema.org/Review and AggregateRating JSON-LD, which Google uses to display rich snippets (subject to Google's own eligibility rules).
Can I have multiple categories (e.g., by product, by service)?
Yes. Unlimited categories are supported, and each testimonial can belong to multiple categories.
Does it support video testimonials?
Yes. YouTube and Vimeo URLs can be added to any testimonial and are rendered with a lightweight lightbox.
Is the slider touch/swipe friendly on mobile?
Yes, on both Hyva and Luma.
Is it compatible with Magento's full-page cache?
Yes. All dynamic pieces (pending count, user-specific messaging) load via AJAX or ESI.
Can I import existing testimonials from another extension?
Yes. The admin grid supports CSV import/export following a documented column schema.
Does it work with multi-store and multi-language setups?
Yes. Every testimonial, category, and configuration value respects Magento's standard scope hierarchy (default → website → store view).
Is Panth_Core required?
Yes — Panth_Core is the free shared dependency for all Panth extensions. Composer installs it automatically.
Support
| Channel | Contact |
|---|---|
| kishansavaliyakb@gmail.com | |
| Website | kishansavaliya.com |
| +91 84012 70422 | |
| GitHub Issues | github.com/mage2sk/module-testimonials/issues |
| Upwork (Top Rated Plus) | Hire Kishan Savaliya |
| Upwork Agency | Panth Infotech |
Response time: 1-2 business days. Premium priority support available for Adobe Commerce Cloud and multi-site installations.
💼 Need Custom Magento Development?
Looking for custom Magento module development, Hyva theme customization, store migrations, or performance optimization? Get a free quote in 24 hours:
About Panth Infotech
Built and maintained by Kishan Savaliya — kishansavaliya.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 catalog on the Adobe Commerce Marketplace or Packagist.
Quick Links
- 🌐 Website: kishansavaliya.com
- 💬 Get a Quote: kishansavaliya.com/get-quote
- 👨💻 Upwork Profile (Top Rated Plus): upwork.com/freelancers/~016dd1767321100e21
- 🏢 Upwork Agency: upwork.com/agencies/1881421506131960778
- 📦 Packagist: packagist.org/packages/mage2kishan/module-testimonials
- 🐙 GitHub: github.com/mage2sk/module-testimonials
- 🛒 Adobe Marketplace: commercemarketplace.adobe.com
- 📧 Email: kishansavaliyakb@gmail.com
- 📱 WhatsApp: +91 84012 70422
Ready to add authentic customer testimonials to your Magento 2 store?
SEO Keywords: magento 2 testimonials, customer reviews, testimonial slider, review schema, social proof, magento 2 testimonial extension, customer testimonials magento, hyva testimonials, magento 2 reviews module, star ratings magento, testimonial widget magento, frontend testimonial submission, magento 2 review schema markup, schema.org review magento, aggregate rating magento, customer photo testimonials, featured testimonials magento, testimonial categories magento, testimonial slider hyva, alpine js testimonial slider, magento 2.4.8 testimonials, php 8.4 magento testimonials, magento trust signals, conversion rate optimization magento, magento social proof extension, mage2kishan, mage2sk, panth infotech, kishan savaliya, top rated plus magento developer, custom magento development