I really like this idea of highlighting the Mastodon account of the author of an article. It's declared in HTML. I put it on my site. I suppose it will be up to clients to show it, assuming it makes it way to appropriate APIs or whatever.
```
<meta property="fediverse:creator" content="@chriscoyier" />
```
(via @matthiasott —https://matthiasott.com/notes/highlighting-blogging-on-mastodon)
@chriscoyier @matthiasott it's in the APIs already for 4.3, but I think documentation is still fourth coming
Keep in mind it requires the domain to be marked as allowed for trending for it to show up (such that it can't be abused)