diff --git a/layouts/partials/paige/schema.html b/layouts/partials/paige/schema.html
index a97271de..90c85b77 100644
--- a/layouts/partials/paige/schema.html
+++ b/layouts/partials/paige/schema.html
@@ -64,7 +64,7 @@
{{ range $authors }}
{{ $email := .Params.paige.author.email }}
- {{ $name := .Params.paige.author.name }}
+ {{ $name := .Params.paige.author.name | default (.Title | markdownify | plainify | htmlUnescape) }}
{{ $url := .Params.paige.author.url }}
{{ if or $email $name $url }}