Mô tả
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
Ảnh màn hình



Cài đặt
- 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
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“EEAT Author & Reviewer by Gyaner” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “EEAT Author & Reviewer by Gyaner” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- Initial release
