- 01.Does schema markup actually move rankings?
- Schema markup is not a direct ranking factor in the way a backlink or a content quality signal is. It is a machine-readability layer that lets the indexer extract the entity relationships from your page without guessing. The EEAT signal lives in the content, the author identity, and the reviewer surface; schema renders that signal in a form the indexer reads cleanly. Rich Results eligibility (FAQ, How-To, Review, Article carousels in some surfaces) compounds the visibility gain on top of the entity-extraction clarity.
- 02.Should we point Article.author at the Organization to consolidate the brand?
- No. Article.author pointing at the Organization conflates the content authorship with the publisher and loses the individual author signal the Reviews System and the EEAT framework both weight. The correct pattern is Article.author pointing at a standalone Person node by @id, Article.publisher pointing at the Organization node by @id. The two relationships are distinct and the indexer reads them as distinct. Grove ships the author-not-founder discipline alongside this: the Person node is referenced from Article.author and from the per-author profile page, never from Organization.founder.
- 03.What goes in Person.knowsAbout?
- Specific topical surfaces the author has documented expertise on, written as schema.org-compatible strings. For an SEO practitioner: Natural SEO, Helpful Content System, Search Quality Rater Guidelines, EEAT framework, Penguin 4.0, Schema.org Article author and Person nesting, Core Web Vitals, and similar source-document-grounded surfaces. The properties should reflect the actual expertise the author writes about on the site; padding the array with generic marketing tags reads as noise to the entity-extraction pass and erodes the signal.
- 04.Where does reviewedBy go and when do we use it?
- Article.reviewedBy takes a Person reference for the editorial reviewer on surfaces where a reviewer is part of the workflow. YMYL-adjacent content (medical, legal, financial) benefits the most because the Reviews System weights the reviewer signal alongside the author signal. For surfaces without a real reviewer workflow, the property is omitted; fabricating a reviewer node to render the signal is the failure pattern, and the integrated quality systems read the inconsistency across the corpus.
- 05.How does this work alongside Organization.founder for an authored EMD?
- Per Grove's EEAT positioning standard, the operator appears as named content author and not as founder of the operating entity. The schema implementation reflects that: Person node referenced from Article.author and from the per-author profile page, Organization.founder field omitted entirely. The Organization node exists with name, url, knowsAbout, and contact properties; the founder field is left out rather than populated with a Person reference that would claim a relationship the operator has chosen not to claim publicly. The pattern preserves the EEAT author signal while keeping the entity hygiene the standard requires.