Schema markup for forfattere – ja, det hjelper:
Dette bør implementeres:
På artikler:
{
"@type": "Article",
"author": {
"@type": "Person",
"@id": "https://site.com/author/name",
"name": "Author Name",
"url": "https://site.com/author/name"
}
}
På forfattersider:
{
"@type": "Person",
"@id": "https://site.com/author/name",
"name": "Author Name",
"jobTitle": "Title",
"worksFor": {"@type": "Organization", "name": "Company"},
"sameAs": ["linkedin", "twitter"],
"knowsAbout": ["topic1", "topic2"],
"alumniOf": {"@type": "CollegeOrUniversity", "name": "School"}
}
Hvorfor det er viktig:
Schema gjør forfatterforbindelser eksplisitte for AI-lesing.
Uten schema: AI må utlede forfatter-innhold-forholdet
Med schema: AI ser tydelig forbindelsen
Testing viste:
Med forfatter-schema: 23 % siteringsrate
Uten forfatter-schema: 16 % siteringsrate