Create author bio / byline page for E-E-A-T #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All articles use generic author "FirstHomeFix". Google's E-E-A-T guidelines favor real people with demonstrated expertise.
Options:
/authors/index pageImplemented full author system in commit
d7cba32.New files:
content/authors/firsthomefix.md— author biosrc/lib/authors-types.ts— typessrc/lib/authors.server.ts— server data loadersrc/routes/authors/index.tsx— author listing pagesrc/routes/authors/[slug]/index.tsx— author detail + articlesChanges:
/authors/<slug>/author.urlgetArticlesByAuthor()Result:
/authors/lists all authors,/authors/firsthomefix/shows full bio + articles. 20 SSG pages generated cleanly.Closes #20