EEAT Author & Reviewer by Gyaner
EEAT Author & Reviewer by Gyaner
Description
EEAT Author & Reviewer by Gyaner helps you build trust and authority by clearly displaying who wrote and who approved/reviewed each post – two of the most important EEAT (Experience, Expertise, Authoritativeness, Trustworthiness) signals for Google.
Features
- Written by / Approved by display box on all single posts
- Clickable author names linking to dedicated profile pages
- Profile pages showing bio, expertise, social links, and post history
- Custom user profile fields: Short Bio, Expertise, LinkedIn, Twitter, Website
- JSON-LD structured data (author + reviewedBy + knowsAbout)
[eeat_authors]shortcode for manual placement- Zero JavaScript — plain lightweight CSS only
- Fully responsive and theme-compatible
- Security-first: all inputs sanitized, nonce-verified, capability-checked
How to Use
- Install and activate the plugin
- Go to Users Your Profile and fill in Bio, Expertise, LinkedIn, Twitter
- Edit any post and use the EEAT: Approved By sidebar meta box to select a reviewer
- The author box appears automatically below post content
- Use
[eeat_authors]shortcode to place it anywhere manually
EEAT Improvements
This plugin adds the following schema.org structured data to every post:
Articlewithauthor(Person) andreviewedBy(Person)Person.knowsAboutfrom the Expertise fieldPerson.sameAsfrom LinkedIn, Twitter, Website links
Installation
- Upload the
gyaner-eeat-author-reviewerfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Go to Settings Permalinks and click Save Changes to flush rewrite rules
- Fill in author profiles under Users Edit User
Screenshots
Faq
Yes. The plugin uses standard WordPress hooks (the_content filter, get_header/get_footer) so it is compatible with any properly coded theme.
Yes. You can remove the auto-inject in your child theme’s functions.php:
remove_filter( ‘the_content’, array( ‘EEAT_Author_Box’, ‘inject_into_content’ ) );
Then place [eeat_authors] wherever you want it.
No. The plugin reads but does not overwrite Yoast or Rank Math meta descriptions. The JSON-LD output is a separate <script> block and does not interfere with other SEO plugins.
Yes. Avatars come from get_avatar_url() which uses Gravatar by default. Any avatar plugin (e.g. Simple Local Avatars) will work automatically.
Reviews
Changelog
1.0.0
- Initial release


