Create author bio / byline page for E-E-A-T #20

Closed
opened 2026-06-09 18:33:44 +00:00 by glow · 1 comment
Owner

All articles use generic author "FirstHomeFix". Google's E-E-A-T guidelines favor real people with demonstrated expertise.

Options:

  1. Create real author profile(s) with bios and credentials
  2. Add /authors/ index page
  3. Link author names to bio pages
  4. Add author schema with sameAs URLs
All articles use generic author "FirstHomeFix". Google's E-E-A-T guidelines favor real people with demonstrated expertise. Options: 1. Create real author profile(s) with bios and credentials 2. Add `/authors/` index page 3. Link author names to bio pages 4. Add author schema with sameAs URLs
glow closed this issue 2026-06-09 19:18:19 +00:00
Author
Owner

Implemented full author system in commit d7cba32.

New files:

  • content/authors/firsthomefix.md — author bio
  • src/lib/authors-types.ts — types
  • src/lib/authors.server.ts — server data loader
  • src/routes/authors/index.tsx — author listing page
  • src/routes/authors/[slug]/index.tsx — author detail + articles

Changes:

  • article-header.tsx — author bylines now link to /authors/<slug>/
  • schema.tsx — Article JSON-LD now includes author.url
  • articles.server.ts — added getArticlesByAuthor()
  • layout.tsx — footer nav includes Authors link

Result: /authors/ lists all authors, /authors/firsthomefix/ shows full bio + articles. 20 SSG pages generated cleanly.

Closes #20

Implemented full author system in commit d7cba32. **New files:** - `content/authors/firsthomefix.md` — author bio - `src/lib/authors-types.ts` — types - `src/lib/authors.server.ts` — server data loader - `src/routes/authors/index.tsx` — author listing page - `src/routes/authors/[slug]/index.tsx` — author detail + articles **Changes:** - article-header.tsx — author bylines now link to `/authors/<slug>/` - schema.tsx — Article JSON-LD now includes `author.url` - articles.server.ts — added `getArticlesByAuthor()` - layout.tsx — footer nav includes Authors link **Result:** `/authors/` lists all authors, `/authors/firsthomefix/` shows full bio + articles. 20 SSG pages generated cleanly. Closes #20
Sign in to join this conversation.
No labels
bug
feature
improvement
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
glow/first-home-diy#20
No description provided.