Descripción
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
Capturas



Instalación
- 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
Preguntas frecuentes
-
Does this work with all themes?
-
Yes. The plugin uses standard WordPress hooks (
the_contentfilter,get_header/get_footer) so it is compatible with any properly coded theme. -
Can I disable the auto-inject and use only the shortcode?
-
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. -
Will this conflict with Yoast SEO or Rank Math?
-
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. -
Does it use Gravatar for avatars?
-
Yes. Avatars come from
get_avatar_url()which uses Gravatar by default. Any avatar plugin (e.g. Simple Local Avatars) will work automatically.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “EEAT Author & Reviewer by Gyaner” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
- Initial release
