#

Link Types

OP supports typed page-to-page relationships: bookmarks, citations, buttons, and custom types.

v0.6

Here's what this page has sent to OP


BACKLINKS

Any outgoing link can carry a relationship type using the rel attribute. OP stores the type alongside the link and makes it queryable by relationship. You can add as many new types as you want as long as you use a harmonizer that can pick them up. recommends is not in the default harmonizer, so that one won’t get picked up.

In action on this page

A Bookmark

A Citation

A Recommendation

Raw HTML

<a rel="octo:bookmarks" href="https://aftermath.site/website-musk-twitter-facebook-internet/">A Bookmark</a>

<a rel="octo:cites" href="https://nora.zone/manifesto.html">A Citation</a>

<a rel="octo:recommends" href="https://stefanbohacek.com/blog/resources-for-keeping-the-web-free-open-and-poetic/">A Recommendation</a>