Skip to content

Phoenix rEcommEndATions Plugin

Phoenix rEcommEndATions Engine Banner
v2.3.0 Beta

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.

RECOMMENDATIONS

Professional endorsements and architecture reviews from engineering leaders.

Chase Putans

Chase Putans

Chief Architect
RECOMMENDATION
I had the pleasure of working with Nate on various projects in the past. His knowledge of search engine... more →
Jason Marshall

Jason Marshall

Revenue Systems Architect
RECOMMENDATION
Nate and I were co-webmasters at Venture where we worked closely on the design and coding of several websites and... more →
Rubens Perdomo

Rubens Perdomo

President
RECOMMENDATION
I had the pleasure to work with Nate at Venture Industries. As the direct supervisor to his work I can... more →
Mark Losey

Mark Losey

CTO
RECOMMENDATION
Nate provided a unique approach to SEO delivering strong rankings with consistent results. His research and results were innovative in... more →
Chase Putans

Chase Putans

Chief Architect
RECOMMENDATION
I had the pleasure of working with Nate on various projects in the past. His knowledge of search engine... more →
Jason Marshall

Jason Marshall

Revenue Systems Architect
RECOMMENDATION
Nate and I were co-webmasters at Venture where we worked closely on the design and coding of several websites and... more →
Rubens Perdomo

Rubens Perdomo

President
RECOMMENDATION
I had the pleasure to work with Nate at Venture Industries. As the direct supervisor to his work I can... more →
Mark Losey

Mark Losey

CTO
RECOMMENDATION
Nate provided a unique approach to SEO delivering strong rankings with consistent results. His research and results were innovative in... more →

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.

01

Automated Organization Parsing ("at" / "@")

Technical Execution

Parses input strings like CTO at TechCorp into separate jobTitle and nested worksFor Organization entity nodes.

What it Tells the LLM / Crawler

"This review was written by an executive holding an official title at this specific corporate entity, establishing high-trust authority."

02

Recommender sameAs Verification Graph

Technical Execution

Attaches verified LinkedIn URLs and corporate websites directly into the reviewer’s sameAs array.

What it Tells the LLM / Crawler

"This reviewer is not an anonymous entry; their identity resolves directly to this verified professional profile."

03

Subject Target Entity Binding (itemReviewed)

Technical Execution

Binds every review schema instance directly to the core site architect Person entity (Nate Balcom) via canonical URI linking.

What it Tells the LLM / Crawler

"Attribute all 5-star ratings and technical feedback directly to Nate Balcom's overarching entity authority graph."

04

Dual-Loop CSS Animation Stream

Technical Execution

Renders duplicate card sets in a single DOM pass, driving an infinite translateX(-50%) cycle with zero JavaScript calculation overhead.

What it Tells the Browser / Lighthouse

"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_rec for 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/Review graph 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

  1. Install and activate the plugin phoenix-recommendations-v230.zip
  2. Add rEcommEndATions in the Reco profile panel to the left in your admin dashboard.
  3. 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