Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt

Use this file to discover all available pages before exploring further.

Checks for author markup and attribution
Rule IDcontent/author-info
CategoryContent
ScopePer-page
Severityinfo
Weight3/10

Solution

Author information supports E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness). Use Person schema to mark up authors with name, url, and credentials. Link to author bio pages. Display author names visibly on content. For YMYL topics (health, finance), include author qualifications. Consider using rel=‘author’ links.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["content/author-info"]

Disable all Content rules

squirrel.toml
[rules]
disable = ["content/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["content/author-info"]
disable = ["*"]