# Crosspost > ### net.app.core.crosspost The crosspost annotation is meant to specify the original or canonical source of a Post on App.net from somewhere else on the web. ## Example ~~~ js { "type": "net.app.core.crosspost", "value": { "canonical_url": "https://twitter.com/AppDotNet/status/234705338849443840", } } ~~~ ## Fields | Field | Required? | Type | Description | | ----- | --------- | ---- | ----------- | | canonical_url | Required | string | A valid URL pointing to the source of the original content. | ## Maintainers * App.net core team ## Used by * [Alpha](https://alpha.app.net) * [Patter](http://patter-app.net) * [Blog for app.net](http://blog-app.net) ## Related annotations