Skip to content

The anchor HTML tag

The anchor HTML tag is used to create hyperlinks. See MDN : The Anchor element for its description.

The goal here is to test variations of the attributes.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/erqpZvabRY8",
  "published": "2025-09-09T11:52:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/Q0nBYFkJnqo",
    "published": "2025-09-09T11:52:22Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
misskey
{
  "id": "acg2219svoex006a",
  "createdAt": "2025-09-09T11:52:22.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[funfedi](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Q0nBYFkJnqo",
  "clippedCount": 0
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/kGe1FWhqMtI",
  "published": "2025-09-09T11:52:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/SYWANBHCygI",
    "published": "2025-09-09T11:52:22Z",
    "content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
  }
}
misskey
{
  "id": "acg2219svoex006b",
  "createdAt": "2025-09-09T11:52:22.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[hreflang en](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/SYWANBHCygI",
  "clippedCount": 0
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/oPaoZhDSYig",
  "published": "2025-09-09T11:52:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/vXxlOj9zV0Y",
    "published": "2025-09-09T11:52:23Z",
    "content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
  }
}
misskey
{
  "id": "acg2221kvoex006c",
  "createdAt": "2025-09-09T11:52:23.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[target _self](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/vXxlOj9zV0Y",
  "clippedCount": 0
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/woWMW4x7_a0",
  "published": "2025-09-09T11:52:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/VK40DZzt36o",
    "published": "2025-09-09T11:52:24Z",
    "content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
  }
}
misskey
{
  "id": "acg222tcvoex006d",
  "createdAt": "2025-09-09T11:52:24.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[target _blank](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/VK40DZzt36o",
  "clippedCount": 0
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/Miqyq9USUgk",
  "published": "2025-09-09T11:52:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/Xmx09erS07c",
    "published": "2025-09-09T11:52:24Z",
    "content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
  }
}
misskey
{
  "id": "acg222tcvoex006e",
  "createdAt": "2025-09-09T11:52:24.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[fun-red-link class](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Xmx09erS07c",
  "clippedCount": 0
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/F8DQc9Q0V8Q",
  "published": "2025-09-09T11:52:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/vYIsOMExfLo",
    "published": "2025-09-09T11:52:25Z",
    "content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
  }
}
misskey
{
  "id": "acg223l4voex006f",
  "createdAt": "2025-09-09T11:52:25.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[class mention](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/vYIsOMExfLo",
  "clippedCount": 0
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/2g02s76iY-g",
  "published": "2025-09-09T11:52:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/tUukwoPPjro",
    "published": "2025-09-09T11:52:26Z",
    "content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
  }
}
misskey
{
  "id": "acg224cwvoex006g",
  "createdAt": "2025-09-09T11:52:26.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[class hashtag](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/tUukwoPPjro",
  "clippedCount": 0
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/BY0zwEosRZ0",
  "published": "2025-09-09T11:52:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/CkC1C8eUJms",
    "published": "2025-09-09T11:52:26Z",
    "content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
  }
}
misskey
{
  "id": "acg224cwvoex006h",
  "createdAt": "2025-09-09T11:52:26.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[download](https://funfedi.dev/assets/samples.zip)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/CkC1C8eUJms",
  "clippedCount": 0
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/A3HHCoHDVdA",
  "published": "2025-09-09T11:52:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/gwLqxDg_cLg",
    "published": "2025-09-09T11:52:27Z",
    "content": "<a href='https://funfedi.dev' rel='tag'>rel tag</a>"
  }
}
misskey
{
  "id": "acg2254ovoex006i",
  "createdAt": "2025-09-09T11:52:27.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel tag](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/gwLqxDg_cLg",
  "clippedCount": 0
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/boibqvfXj1o",
  "published": "2025-09-09T11:52:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/QYUvSDSg_OA",
    "published": "2025-09-09T11:52:28Z",
    "content": "<a href='https://funfedi.dev' rel='nofollow'>rel nofollow</a>"
  }
}
misskey
{
  "id": "acg225wgvoex006j",
  "createdAt": "2025-09-09T11:52:28.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel nofollow](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/QYUvSDSg_OA",
  "clippedCount": 0
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/Ftys4iwWiwc",
  "published": "2025-09-09T11:52:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/6ACs-0Ht9h8",
    "published": "2025-09-09T11:52:28Z",
    "content": "<a href='https://funfedi.dev' rel='opener'>rel opener</a>"
  }
}
misskey
{
  "id": "acg225wgvoex006k",
  "createdAt": "2025-09-09T11:52:28.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel opener](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/6ACs-0Ht9h8",
  "clippedCount": 0
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/Qmgq4dkpgWs",
  "published": "2025-09-09T11:52:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/bwQwK5-RBL4",
    "published": "2025-09-09T11:52:29Z",
    "content": "<a href='https://funfedi.dev' rel='noopener'>rel noopener</a>"
  }
}
misskey
{
  "id": "acg226o8voex006l",
  "createdAt": "2025-09-09T11:52:29.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel noopener](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/bwQwK5-RBL4",
  "clippedCount": 0
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/IAVJ_r-i-xI",
  "published": "2025-09-09T11:52:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/-oPFFiMTLi8",
    "published": "2025-09-09T11:52:30Z",
    "content": "<a href='https://funfedi.dev' rel='noreferrer'>rel noreferrer</a>"
  }
}
misskey
{
  "id": "acg227g0voex006m",
  "createdAt": "2025-09-09T11:52:30.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel noreferrer](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/-oPFFiMTLi8",
  "clippedCount": 0
}

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/ruCmOcmyYj4",
  "published": "2025-09-09T11:52:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/ibsCC9jnoP8",
    "published": "2025-09-09T11:52:30Z",
    "content": "<a href='https://funfedi.dev' rel='custom'>rel custom</a>"
  }
}
misskey
{
  "id": "acg227g0voex006n",
  "createdAt": "2025-09-09T11:52:30.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel custom](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/ibsCC9jnoP8",
  "clippedCount": 0
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/a9lEM3DSdfQ",
  "published": "2025-09-09T11:52:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/zWIC2YAP24I",
    "published": "2025-09-09T11:52:31Z",
    "content": "<a href='https://funfedi.dev' rel='me'>rel me</a>"
  }
}
misskey
{
  "id": "acg2287svoex006o",
  "createdAt": "2025-09-09T11:52:31.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel me](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/zWIC2YAP24I",
  "clippedCount": 0
}

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/MLnx21pebd4",
  "published": "2025-09-09T11:52:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/-MMkBe7MJ_E",
    "published": "2025-09-09T11:52:32Z",
    "content": "<a href='https://funfedi.dev' rel='external'>rel external</a>"
  }
}
misskey
{
  "id": "acg228zkvoex006p",
  "createdAt": "2025-09-09T11:52:32.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel external](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/-MMkBe7MJ_E",
  "clippedCount": 0
}

Example 17

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/I5BT08di6Os",
  "published": "2025-09-09T11:52:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/xFiCgIXpMug",
    "published": "2025-09-09T11:52:32Z",
    "content": "<a href='https://funfedi.dev' rel='canonical'>rel canonical</a>"
  }
}
misskey
{
  "id": "acg228zkvoex006q",
  "createdAt": "2025-09-09T11:52:32.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel canonical](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/xFiCgIXpMug",
  "clippedCount": 0
}

Example 18

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/acg1try90vrs0003"
  ],
  "id": "http://pasture-one-actor/activity/eyVcgL8vybo",
  "published": "2025-09-09T11:52:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acg1try90vrs0003"
    ],
    "id": "http://pasture-one-actor/object/65oS8dn_A3c",
    "published": "2025-09-09T11:52:33Z",
    "content": "<a href='https://funfedi.dev' rel='alternate'>rel alternate</a>"
  }
}
misskey
{
  "id": "acg229rcvoex006r",
  "createdAt": "2025-09-09T11:52:33.000Z",
  "userId": "acg1vki1voex0003",
  "user": {
    "id": "acg1vki1voex0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "[rel alternate](https://funfedi.dev)",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/65oS8dn_A3c",
  "clippedCount": 0
}