Skip to content

Commit

Permalink
use sdo:mainEntity iso sdo:about
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulno committed Jul 25, 2024
1 parent cf87af2 commit 7b8c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EirikLd satisfies Person;
export const HomepageLd = {
'@type': 'ProfilePage',
url: 'https://ekul.no',
about: EirikLd,
mainEntity: EirikLd,
name: "Eirik's homepage"
} as const;

Expand Down

0 comments on commit 7b8c2ab

Please sign in to comment.