---
title: "How to add an E-E-A-T author box"
url: https://hostmy.blog/docs/rankready/how-to-add-eeat-author-box/
date: 2026-08-24
modified: 2026-08-25
lang: en
author: "Aditya Sharma"
description: "Publish an author box with Person structured data on your WordPress posts, with no AI provider key required."
word_count: 765
---

# How to add an E-E-A-T author box

This page covers adding RankReady's author box to your posts, what it publishes as structured data, and how to check it. It is one of the features that needs no [AI provider](https://hostmy.blog/docs/rankready/choose-ai-provider-cost/) key, so you can set it up straight after installing the plugin.

## What the author box does

The author box shows who wrote the post and emits `Person` as JSON-LD alongside RankReady's other schema output. It is a plain statement of authorship: a named human, attached to a piece of writing, in a format both readers and parsers can pick up.

E-E-A-T stands for experience, expertise, authoritativeness and trustworthiness. It is a set of concepts from Google's guidance for the people who evaluate search quality. It is not a score you can read anywhere, and no plugin can hand you one. What you can do is make authorship explicit and machine-readable instead of leaving it implied. That is the job this feature does.

## No API key needed

[AI summaries](https://hostmy.blog/docs/rankready/generate-ai-summaries-wordpress/) and the FAQ generator are the only two RankReady features that require an AI provider key. The author box is not one of them. Neither are llms.txt, the Markdown endpoints, crawler controls, [Article schema](https://hostmy.blog/docs/rankready/add-article-speakable-schema/), AI referral tracking, the freshness scanner or the [WebMCP manifest](https://hostmy.blog/docs/rankready/how-to-add-webmcp-wordpress/). All of those work on a fresh install with nothing connected.

## Step 1: fill in the author profile in WordPress

The author box describes a WordPress user, so the quality of the output depends on that user's profile. In wp-admin go to **Users**, open the profile of anyone who publishes on the site, and complete it properly:

- A real display name, set the way the person actually writes their name
- A biographical note that says what they do and why they are worth reading on this subject
- A website, if they have one worth pointing at

Write the biography for a reader first. A short paragraph of specifics beats a long paragraph of adjectives. If someone has ten years in a field, say so plainly. If they do not, do not imply it.

## Step 2: turn the author box on in RankReady

Open the **RankReady** menu in wp-admin. Author box output is controlled from RankReady's own screens, alongside the plugin's other schema output. Switch it on, save, and load a published post on the front end to see it.

![The RankReady dashboard in wp-admin showing the plugin](https://hostmy.blog/wp-content/uploads/2026/08/rr-dashboard-v2-scaled.png)The RankReady dashboard, the starting point for the plugin's five tabs.

## Step 3: confirm the Person markup

Open Google's Rich Results Test and paste the live URL of a published post. Use the public URL, because the test fetches your page as a crawler and cannot sign in to a staging site.

In the results, open **Detected items**. You are looking for a `Person` node with the author's name in it. You can also check by hand: view source on the post and search for `application/ld+json`.

If the name in the markup is wrong or missing, the fix is almost always in the WordPress user profile rather than in RankReady. Correct the display name there and re-test.

## How this behaves with your SEO plugin

RankReady runs alongside Yoast, [Rank Math](https://hostmy.blog/docs/rankready/rankready-with-yoast-rankmath-aioseo/), AIOSEO, SEOPress, The SEO Framework and Slim SEO rather than replacing any of them. With Yoast, Rank Math, AIOSEO and SEOPress it merges into that plugin's existing schema graph using their documented filters, instead of printing a second block. In practice that means you should see one coherent graph on the page, not two competing descriptions of the same post.

If your SEO plugin already publishes author data and you also have its own author box enabled, you may end up with two visible author boxes on the page. That is a theme and settings question, not a schema conflict. Choose one and turn the other off.

## Keeping authorship honest

A few habits are worth setting now, because they are hard to retrofit later:

- **Attribute posts to the person who wrote them.** A shared "admin" account attached to every article says nothing useful about experience or expertise.
- **Keep biographies current.** A bio that describes a job someone left three years ago is worse than a short one.
- **Do not invent credentials.** Structured data makes claims easy for anyone to read and check.

## What you can claim from this

Publishing `Person` markup means your pages state their authorship in a format machines can parse, and you can verify that with the Rich Results Test. It does not make a page rank, and it is not evidence that any AI product treated your author as an authority. Set it up because clear attribution is correct, then measure only what you can actually see.