---
title: "The E-E-A-T author box does not appear"
url: https://hostmy.blog/docs/rankready/author-box-not-showing/
date: 2026-08-25
modified: 2026-08-25
lang: en
author: "Aditya Sharma"
description: "Fix a missing RankReady author box: switch on the surface, fill the author's profile, and rule out theme templates and stale cache."
word_count: 659
---

# The E-E-A-T author box does not appear

The author box shows only when two things are true: the box is switched on, and the author of the post has filled in their profile. The most common reason it stays hidden is an empty profile, so RankReady has nothing to draw from. Fill in the author's bio and fields, then open a single published post to check.

## Confirm the author box is switched on

RankReady lets you toggle the author box as one of its surfaces. It is on by default when you run the [setup wizard](https://hostmy.blog/docs/rankready/rankready-setup-guide/), where "Author Box" is ticked on Step 2. If someone unticked it during setup, or turned it off later, no box appears anywhere. Open your RankReady author box setting, make sure it is enabled, and save. If you skipped the wizard, you can re-run it from the Dashboard link "Re-run the setup wizard" and confirm the surface there.

## Fill in the author's profile

The box is display-only in the free plugin, and it is built entirely from the author's profile fields: the biography, credentials, topics, and any sameAs links such as a LinkedIn or personal site. If the person who wrote the post has none of these filled in, there is nothing to render and the box is skipped.

Go to Users, open the profile of the post's author, and complete the bio and the RankReady fields. Save the profile, then reload one of that author's posts. A post by a different author with an empty profile will still show no box, so test on a post whose author you have just filled in.

A complete author profile is the kind of authorship signal described in Google's Search Quality Rater Guidelines. It presents who stands behind the content. It does not guarantee that any AI system will cite the page.

## Check where your theme ends the content

RankReady injects the box into the post body through the standard content filter. Some themes bypass that filter, or use a custom single-post template that renders the content their own way, which leaves the box nowhere to attach. This is a real limitation, and no setting inside RankReady can force it.

If you suspect the theme, place the box yourself. RankReady ships an Author Box block, an Elementor "Author Box" widget, and the shortcode ``. Drop the block or shortcode where you want it in the post, or add the widget in Elementor under the RankReady category. That puts the box under your control instead of the theme's.

## Clear any cache

If you enabled the box or edited a profile and the change has not appeared, a caching layer may be serving an older copy of the post. Purge your page cache, and your CDN cache if you run one, then load the post again in a private window. A caching plugin or Cloudflare is the usual reason a fresh change looks like it did nothing.

## Remember it only appears on single posts

The author box is meant for singular content: one open post or page. It does not appear on your blog index, on category and tag archives, on search results, or on the homepage. If you are looking at a list of posts rather than a single open post, an absent box is expected and not a fault.

## Verify it is working

Open a published post whose author has a filled-in profile and confirm the box renders at the end of the content. To check the schema, run that post's URL through Google's Rich Results Test. You should see a single Person node for the author. RankReady merges into an active SEO plugin's schema graph rather than adding a second block, so one Person entry is the correct result, not two.

For setting the box up from scratch, see "How to add an [E-E-A-T author box](https://hostmy.blog/docs/rankready/how-to-add-eeat-author-box/)". If a cache turns out to be the culprit, see "Using RankReady with WP Rocket, LiteSpeed and Cloudflare" for how RankReady works alongside those layers.