Pro Feature
Author credibility as structured data
Fill in 6 fields on the WordPress user profile and get a full Person schema on every post, so search engines and AI answer engines stop treating your authors as anonymous.
Fill in 6 fields. Get a full Person schema on every post.
E-E-A-T Schema adds 6 custom fields to the WordPress user profile editor. When an author publishes a post, the plugin builds a Person schema with up to 10 properties and adds it to every page where that author appears.
Google AI Overviews and featured snippets weight content from authors with verified expertise. Without Person schema, search engines treat every author as anonymous. E-E-A-T Schema fills that gap.
- 6 custom fields added to the WordPress user profile.
- Up to 10 Person schema properties generated per author.
- Social profiles pulled from WordPress defaults (Twitter, LinkedIn, GitHub and more) plus custom URLs.
- Credentials output as the EducationalOccupationalCredential type.
- Author card appended after each post when enabled.
https://twitter.com/jsmith_seo
The 6 E-E-A-T fields on the WordPress user profile editor.
6 profile fields generate 10 Person schema properties.
You fill in the profile fields once. The plugin maps them to the correct schema.org Person properties and outputs the schema whenever that author publishes or is credited on a post.
WordPress already stores basic author data: name, bio, avatar and social links. E-E-A-T Schema reads those defaults and enriches them with the 6 custom fields to produce a complete Person entity.
| Profile Field | Schema Property |
|---|---|
| Display Name (WP default) | name |
| Author URL (WP default) | url |
| Bio (WP default) | description |
| Avatar (WP default) | image |
| Job Title (custom) | jobTitle |
| Employer (custom) | worksFor → Organization |
| Areas of Expertise (custom) | knowsAbout (array) |
| Education (custom) | alumniOf → EducationalOrganization |
| Social Profiles (WP + custom) | sameAs (array) |
| Credentials (custom) | hasCredential → EducationalOccupationalCredential |
How each profile field maps to a schema.org Person property.
This is what Google and AI engines see. Real schema output from real profile data.
The preview shows the actual schema output generated by the plugin. Every property comes directly from the WordPress user profile. No hardcoded values, no placeholder data.
The sameAs array pulls from both WordPress default social fields (Twitter, Facebook, LinkedIn, Instagram, GitHub) and the custom “Additional Social Profiles” textbox. Credentials are wrapped in EducationalOccupationalCredential types, which Google recognises for E-E-A-T evaluation.
- WordPress default social fields. Twitter, Facebook, LinkedIn, Instagram and GitHub are read automatically.
- Custom profiles. Added via textbox, one URL per line.
- Multiple credentials. Supported, comma-separated.
- Sensible guard. A minimum name length of 2 characters is required to generate schema.
“@context”: “https://schema.org“,
“@type”: “Person“,
“name”: “Jane Smith“,
“jobTitle”: “Senior SEO Consultant“,
“worksFor”: { “@type”: “Organization”,
“name”: “Acme Digital” },
“knowsAbout”: [
“Technical SEO“,
“Schema Markup“,
“WordPress“
],
“alumniOf”: { “@type”: “EducationalOrganization”,
“name”: “Univ. of Manchester” },
“hasCredential”: [{
“@type”: “EducationalOccupationalCredential”,
“name”: “Google Analytics Certified“
}],
“sameAs”: [“https://linkedin.com/in/jsmith“]
}
Actual Person schema output built from the profile data above.
Readers see author credentials too. Not just search engines.
When enabled, E-E-A-T Schema appends a visible author card after every single post. The card shows the author name, job title, employer, expertise areas and social profile links. Both humans and search engines see consistent credibility signals.
E-E-A-T Schema Enrichment questions
Job title, employer or organisation, areas of expertise, education, credentials and additional social profiles. WordPress defaults such as display name, bio, avatar and author URL are read automatically alongside them.
Yes. The sameAs array pulls from the WordPress default social fields (Twitter, Facebook, LinkedIn, Instagram, GitHub) and from the custom Additional Social Profiles textbox, one URL per line.
Each credential is wrapped in an EducationalOccupationalCredential type, which Google recognises for E-E-A-T evaluation. Multiple credentials are supported, comma-separated in the profile field.
Optionally, yes. When the author card is enabled, a visible card appears after every single post showing the author name, job title, employer, expertise areas and social profile links.
The plugin outputs the properties it has data for, with no hardcoded or placeholder values. A minimum name length of 2 characters is required before any schema is generated.
Give every author a verified identity
E-E-A-T Schema Enrichment is included with AEO God Mode Pro.