diff --git a/_config.yml b/_config.yml
index 355e9fe6..248192f3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,6 +5,7 @@ sass:
style: compressed
plugins:
- jekyll-sitemap
+ - jekyll-redirect-from
sitemap:
file: "/sitemap.xml"
include: [".well-known"]
diff --git a/_includes/nav.html b/_includes/nav.html
index a78c44da..9f1c9785 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -49,14 +49,12 @@
Email Clients
File Encryption
File Sharing
- Instant Messenger
- Team chat
Password Manager
Productivity Tools
+ Real time communication
Secure File Sync
Self-contained Networks
Self-Hosted Cloud Server
- Video & Voice Messenger
diff --git a/pages/software/im.html b/pages/software/im.html
deleted file mode 100644
index a7d77066..00000000
--- a/pages/software/im.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-permalink: /software/im/
-title: "Instant Messaging"
-description: "Discover secure and private ways to message others online without letting any third parties read your messages."
----
-
-{% include sections/instant-messenger.html %}
diff --git a/pages/software/real-time-communication.html b/pages/software/real-time-communication.html
new file mode 100644
index 00000000..75ec5ef4
--- /dev/null
+++ b/pages/software/real-time-communication.html
@@ -0,0 +1,16 @@
+---
+layout: page
+permalink: /software/real-time-communication/
+redirect_from:
+ - /software/im/
+ - /software/voip/
+ - /software/teamchat/
+title: "Real time communication"
+Discover secure and private ways to communicate with others online without letting any third parties read your messages.
+---
+
+{% include sections/instant-messenger.html %}
+
+{% include sections/voice-video-messenger.html %}
+
+{% include sections/teamchat.html %}
diff --git a/pages/software/teamchat.html b/pages/software/teamchat.html
deleted file mode 100644
index 83700206..00000000
--- a/pages/software/teamchat.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-permalink: /software/teamchat/
-title: "Team chat"
-description: "Discover secure and private ways to communicate with your team online without letting any third parties read your messages."
----
-
-{% include sections/teamchat.html %}
diff --git a/pages/software/video-voice.html b/pages/software/video-voice.html
deleted file mode 100644
index f2b9e575..00000000
--- a/pages/software/video-voice.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-permalink: /software/voip/
-title: "VoIP"
-description: "Find a voice and video messenger that supports completely End-to-End encrypted calls."
----
-
-{% include sections/voice-video-messenger.html %}