Author removed from structured data: why it matters for AI
In brief
Removing the author field from your structured data drops an attribution signal that feeds Google's E-E-A-T logic and generative engines' citation decisions. The impact on classic ranking is low, but attributed content starts with one more trust signal: restore the author field in the JSON-LD.
What is it?
The author field disappeared from the structured data.
Why it hurts SEO and AI
Attribution (who wrote this) is a trust signal in Google's E-E-A-T logic and a reference point for AI systems when they decide what to cite. Nothing guarantees that an author field alone triggers a citation, but attributed content starts with one more signal than anonymous content. Moderate impact on citability, low on classic rankings.
When it is NOT a problem
- The page is not editorial (product page, category, form): author attribution has no meaning there.
- The author is still shown visibly in the content and via another source, even though it left the JSON-LD.
- You deliberately swapped a person author for an organization entity that fits your strategy.
{
"@type": "Article",
"headline": "Technical SEO guide"
}{
"@type": "Article",
"headline": "Technical SEO guide",
"author": {
"@type": "Person",
"name": "Marie Dupont",
"url": "https://example.com/authors/aadil"
}
}A named author, ideally linked to an author page, is more usable than a plain text string.
How to fix it
- Open the page's JSON-LD and confirm the author field is truly gone (not just changed in value).
- Trace the cause in the template: removed author component, missing data, CMS migration.
- Restore a structured author (Person or Organization type) with a name and, if possible, an author page url.
- Re-crawl to confirm attribution is back in the structured data.
This scan checks the signals AI reads: structured data, llms.txt, author
Is this issue on your site?
Has your content gone anonymous in the eyes of AI systems? Enter a URL: Seogard reads the raw HTML and spots the author field disappearing from your JSON-LD. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
Your content remains attributable — a criterion generative engines value.
Seogard catches this regression automatically — through its GEO monitoring.
Frequently asked questions
Is the author field enough to get cited by ChatGPT or Perplexity?
No, no single field triggers a citation. But attributed content starts with one more trust signal than anonymous content when an engine decides what to cite.
Should the JSON-LD author be a person or an organization?
Both are valid. A named person linked to a detailed author page usually carries a richer E-E-A-T signal than a plain organization.
Related rules
Related case: Weak citation signals
Updated July 10, 2026