Catalog/Article page has no author attribution (E-E-A-T)
SEO issue

Article missing an author: fix E-E-A-T and authorship

Article pages with no author are a named E-E-A-T Trust and low-quality signal. Find article-typed pages missing an author and add authorship, free.

174
audited sites affected

What it means

This page is marked up as an article (its structured data declares Article, BlogPosting, or NewsArticle) but carries no author attribution — neither an author property in the JSON-LD nor a visible byline. For content that makes claims or gives advice, the absence of a named, accountable author is a trust gap that both Google's quality systems and readers notice.

Why it matters

Google evaluates content quality partly through E-E-A-T — Experience, Expertise, Authoritativeness, and Trust — with Trust as the central pillar. The Quality Rater Guidelines name inadequate information about the content creator as a trigger for a Low quality rating, and for article and news content "who wrote this and why should I believe them" is a direct trust question. A page that answers it with a real author, ideally linked to a bio establishing relevant expertise, clears a bar an anonymous page does not. Authorship is also a structured-data signal: the author property is part of the Article schema Google uses to understand and, where eligible, feature content, connecting the article to a named entity. This check is scoped tightly to article-typed pages on purpose — for product, category, or homepage content an author makes no sense, so it never fires there.

How to fix it

  1. Add an author to the article's JSON-LD, naming a Person (or Organization where appropriate).
  2. Add a visible byline on the page — "By [Name]" near the title — so the markup matches what readers see.
  3. Link the author to a bio or author page that establishes relevant experience and expertise.
  4. Validate the Article markup with Google's Rich Results Test.

Example

Before — JSON-LD
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "How Interest Rates Affect Your Mortgage",
  "datePublished": "2026-05-02"
}
After — JSON-LD
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "How Interest Rates Affect Your Mortgage",
  "datePublished": "2026-05-02",
  "author": {
    "@type": "Person",
    "name": "Priya Nair",
    "url": "https://example.com/authors/priya-nair"
  }
}

Add both a visible byline in the page body and an author in the Article JSON-LD, ideally linking to an author bio page. This is an E-E-A-T Trust signal for article content.

When it's not a problem

Crawlinx gates this strictly to pages whose schema declares an article type — it does not guess "is this a blog post" from the URL or layout, which would generate heavy false positives — so product pages, category listings and the homepage are never flagged. A visible byline (a rel=author link or an <address> element) is accepted as author-present even when the JSON-LD omits the property. If a page is marked up as an article but is genuinely authorless by design (an automated data page, a corporate statement attributed to the organization rather than a person), attributing it to the Organization satisfies the signal and is a legitimate resolution.

How Crawlinx detects it

This fires only on pages typed as an article (Article/BlogPosting/NewsArticle in JSON-LD) that have no author in the schema AND no visible byline (rel=author / <address>). Product, category and home pages are never flagged.

How common is it?

174 audited sites in our corpus currently show this issue. The breakdowns below show which platforms, gatekeepers, verticals and countries are most exposed.

FAQ

Does Google require an author on articles?
It's not a hard requirement, but named authorship is an E-E-A-T Trust signal, especially for YMYL (health, finance, legal) content. Anonymous articles read as lower-effort and less trustworthy.
Where should the author appear?
Both places: a visible byline readers can see, and an author property in the Article JSON-LD. Linking the author to a bio page with credentials strengthens the signal further.
Can the author be the organization?
For some content, an Organization author is acceptable. But for expertise-driven or YMYL topics, a named Person with demonstrable credentials carries far more E-E-A-T weight.

Related guides

Breakdowns

CMS

View breakdown →

Category

View breakdown →

Related
Catalog Category CMS Article page has no publication date (freshness / E-E-A-T) No character encoding declared (meta charset or Content-Type) Missing <!DOCTYPE html> (quirks-mode rendering risk) Page could not be fetched

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →