# Author Info

> Use when auditing metadata, crawlability, structured data, or indexability related to Implement comprehensive author markup. Verify the rendered HTML and HTTP response rather than relying only on source files.

- Skill: `thedaviddias/author-info` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add thedaviddias/author-info`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedaviddias/author-info/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: thedaviddias (https://skillmd.com/u/thedaviddias)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thedaviddias/author-info

---


# Implement comprehensive author markup

Structured author information helps search engines uniquely identify authors across the web, building an authority profile that can benefit your site's rankings.

## Quick Reference

- Use JSON-LD to provide detailed metadata about the author (Person or Organization)
- Include properties like `name`, `url`, `sameAs`, and `jobTitle`
- Connect author markup to the main `Article` or `WebPage` schema

## Check

Verify that the page includes structured data identifying the author with relevant metadata.

## Fix

Add a `Person` or `Organization` schema to your JSON-LD block and link it to the `author` property of your content.

## Explain

Explain how 'sameAs' properties in schema help search engines connect an author to their other authoritative profiles.

## Code Review

Review metadata generation, rendered HTML, structured data, and response headers related to Implement comprehensive author markup. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.

---

For full implementation details, code examples, and framework-specific guidance,
see `references/rule.md`.

Rule page: https://frontendchecklist.io/en/rules/seo/author-info

