This WordPress Plugin is for...
WordPress E-E-A-T Recommendation & Social Proof Engine
Turn endorsements, peer reviews, and client testimonials into high-authority structured entity graphs. Phoenix rEcommEndATions bridges human social proof with machine-readable E-E-A-T signals. By pairing a zero-dependency, GPU-accelerated marquee carousel with automated nested Review, Person, and Organization JSON-LD schemas, search engines and AI crawlers can authenticate the authority of everyone vouching for your work.
Engineers, architects, consultants, and agencies who need to showcase executive testimonials in an interactive, high-performance UI while feeding rich verification nodes directly into Answer Engine Optimization (AEO) pipelines.
Why E-E-A-T Social Proof Matters for AI Search
Modern LLMs and Generative Engines (Google Gemini, OpenAI ChatGPT Search, Perplexity, and Claude) look beyond self-declared bios. They prioritize third-party verification. When an external engineering leader endorses your expertise, Phoenix rEcommEndATions programmatically extracts their job title, company entity, LinkedIn profile, and testimonial body into a connected knowledge graph that AI bots use to validate your real-world authority.
The Core Engineering Pillars
1. Zero-JS Rendered Marquee Engine
Built without heavy third-party carousel libraries like Swiper or Slick. Phoenix rEcommEndATions uses pure CSS hardware-accelerated @keyframes with duplicated track rendering for an infinite, smooth 60fps scrolling loop. It includes intelligent desktop hover-pause guardrails and responsive viewport clamping.
2. Automated Multi-Entity JSON-LD Graph
Every recommendation dynamically compiles into a valid @graph payload containing Review, Person, and nested Organization schemas. The schema automatically identifies organizational affiliations via smart title parsing (e.g., "CTO at TechCorp") and binds verified sameAs social URLs.
3. Expandable Text Truncation System
Long-form testimonials are intelligently truncated at 20 words for uniform card geometry across the marquee track. Visitors can seamlessly click the lightweight toggle to expand the full quote inline without causing layout reflow breaks.
4. Native WordPress Custom Post Type Workflow
Manage testimonials cleanly through a dedicated rEcommEndATions admin post type. Hook into the native WP Media Library for headshot uploads, manage individual recommender credentials, and embed the full feed anywhere using the simple shortcode. Instructions below.
Automated Organization Parsing ("at" / "@")
Parses input strings like CTO at TechCorp into separate jobTitle and nested worksFor Organization entity nodes.
"This review was written by an executive holding an official title at this specific corporate entity, establishing high-trust authority."
Recommender sameAs Verification Graph
Attaches verified LinkedIn URLs and corporate websites directly into the reviewer’s sameAs array.
"This reviewer is not an anonymous entry; their identity resolves directly to this verified professional profile."
Subject Target Entity Binding (itemReviewed)
Binds every review schema instance directly to the core site architect Person entity (Nate Balcom) via canonical URI linking.
"Attribute all 5-star ratings and technical feedback directly to Nate Balcom's overarching entity authority graph."
Dual-Loop CSS Animation Stream
Renders duplicate card sets in a single DOM pass, driving an infinite translateX(-50%) cycle with zero JavaScript calculation overhead.
"0ms main thread blocking time, zero cumulative layout shifts (CLS), and full frame-rate GPU compositing."
Technical Specification Overview
Phoenix rEcommEndATions is an architecture-first WordPress plugin designed to automate social proof and E-E-A-T indexing. It operates with zero third-party dependencies, allowing technical sites to maintain sub-second page performance while showcasing endorsements from industry peers.
Key Features & Capabilities
- Dedicated Custom Post Type: Built on
phoenix_recfor isolated, clean content modeling without cluttering standard posts or pages. - Native WP Media Library Integration: Select, preview, and update recommender avatars natively using the WordPress media modal.
- Autonomous Schema Serialization: Formats published recommendations into a standardized
schema.org/Reviewgraph on page load. - Expandable Excerpt Truncation: Keeps marquee tracks uniformly aligned by auto-truncating recommendations with an inline expansion trigger.
- Customizable Shortcode: Deploy anywhere using "phoenix_recommendations limit="10". Add or remove recos with limit="ADD-AS-MANY-AS-YOU-WANT".
Related Posts & Guides
Installation & Setup Instructions
- Install and activate the plugin phoenix-recommendations-v230.zip
- Add rEcommEndATions in the Reco profile panel to the left in your admin dashboard.
- Add the shortcode below where you want the the scrolling credits to display.
[phoenix_recommendations]Use the following code to embed this list into a php template.
<?php echo do_shortcode( '[phoenix_recommendations]' ); ?>If you want to pass attributes (such as limiting the number of items):
<?php echo do_shortcode( '[phoenix_recommendations limit="6"]' ); ?>
Leave a Reply
You must be logged in to post a comment.