diff --git a/RELEASING.rst b/RELEASING.rst
index 033c27ac2..000eae814 100644
--- a/RELEASING.rst
+++ b/RELEASING.rst
@@ -170,4 +170,8 @@ Both automatic and manual processes described above follow the same steps from t
* python-announce-list@python.org (all releases)
* testing-in-python@lists.idyll.org (only major/minor releases)
- And announce it on `Twitter `_ and `BlueSky `_ with the ``#pytest`` hashtag.
+ And announce it with the ``#pytest`` hashtag on:
+
+ * `Bluesky `_
+ * `Fosstodon `_
+ * `Twitter/X `_
diff --git a/doc/en/contact.rst b/doc/en/contact.rst
index d650a7efb..cd34f548e 100644
--- a/doc/en/contact.rst
+++ b/doc/en/contact.rst
@@ -24,6 +24,13 @@ Chat
`_)
- ``#pytest`` `on Matrix `_.
+Microblogging
+-------------
+
+- Bluesky: `@pytest.org `_
+- Mastodon: `@pytest@fosstodon.org `_
+- Twitter/X: `@pytestdotorg `_
+
Mail
----
diff --git a/pyproject.toml b/pyproject.toml
index c7941f9da..ff2790653 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,10 +64,11 @@ optional-dependencies.dev = [
"xmlschema",
]
urls.Changelog = "https://docs.pytest.org/en/stable/changelog.html"
+urls.Contact = "https://docs.pytest.org/en/stable/contact.html"
+urls.Funding = "https://docs.pytest.org/en/stable/sponsor.html"
urls.Homepage = "https://docs.pytest.org/en/latest/"
urls.Source = "https://github.com/pytest-dev/pytest"
urls.Tracker = "https://github.com/pytest-dev/pytest/issues"
-urls.Twitter = "https://twitter.com/pytestdotorg"
scripts."py.test" = "pytest:console_main"
scripts.pytest = "pytest:console_main"