diff --git a/pages/common/7z.md b/pages/common/7z.md
index fd94d72b9a..b073372749 100644
--- a/pages/common/7z.md
+++ b/pages/common/7z.md
@@ -1,6 +1,7 @@
# 7z
> A file archiver with high compression ratio.
+> Homepage: .
- Archive a file or folder:
diff --git a/pages/common/7za.md b/pages/common/7za.md
index 67d3b0a18e..5f3eb7ca4f 100644
--- a/pages/common/7za.md
+++ b/pages/common/7za.md
@@ -2,6 +2,7 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` with support for fewer archive types.
+> Homepage: .
- Archive a file or folder:
diff --git a/pages/common/7zr.md b/pages/common/7zr.md
index 99f7044adb..802bc34b0c 100644
--- a/pages/common/7zr.md
+++ b/pages/common/7zr.md
@@ -2,6 +2,7 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` that only supports .7z files.
+> Homepage: .
- Archive a file or folder:
diff --git a/pages/common/ansible-galaxy.md b/pages/common/ansible-galaxy.md
index 5ce91bb762..3a160756f6 100644
--- a/pages/common/ansible-galaxy.md
+++ b/pages/common/ansible-galaxy.md
@@ -1,6 +1,7 @@
# ansible-galaxy
> Create and manage Ansible roles.
+> Homepage: .
- Install a role:
diff --git a/pages/common/ansible-playbook.md b/pages/common/ansible-playbook.md
index 74791d5ccb..e607b0936d 100644
--- a/pages/common/ansible-playbook.md
+++ b/pages/common/ansible-playbook.md
@@ -1,6 +1,7 @@
# ansible-playbook
> Execute tasks defined in playbook on remote machines over SSH.
+> Homepage: .
- Run tasks in playbook:
diff --git a/pages/common/ansible.md b/pages/common/ansible.md
index d38ec6408c..1377822e22 100644
--- a/pages/common/ansible.md
+++ b/pages/common/ansible.md
@@ -2,6 +2,7 @@
> Manage groups of computers remotely over SSH.
> Use the /etc/ansible/hosts file to add new groups/hosts.
+> Homepage: .
- List hosts belonging to a group:
diff --git a/pages/common/git.md b/pages/common/git.md
index 67ac1fb636..343c455454 100644
--- a/pages/common/git.md
+++ b/pages/common/git.md
@@ -1,6 +1,7 @@
# git
> Distributed version control system.
+> Homepage: .
- Check the Git version:
diff --git a/pages/common/hyperfine.md b/pages/common/hyperfine.md
index d99e959d4a..f4cc5e7cca 100644
--- a/pages/common/hyperfine.md
+++ b/pages/common/hyperfine.md
@@ -1,6 +1,7 @@
# hyperfine
> A command-line benchmarking tool.
+> Homepage: .
- Run a basic benchmark, performing at least 10 runs:
diff --git a/pages/common/mysql.md b/pages/common/mysql.md
index 8bea863556..7cf09e4dea 100644
--- a/pages/common/mysql.md
+++ b/pages/common/mysql.md
@@ -1,6 +1,7 @@
# mysql
> The MySQL command-line tool.
+> Homepage: .
- Connect to a database:
diff --git a/pages/common/mysqldump.md b/pages/common/mysqldump.md
index f329186397..547249a90a 100644
--- a/pages/common/mysqldump.md
+++ b/pages/common/mysqldump.md
@@ -1,6 +1,7 @@
# mysqldump
> Backups MySQL databases.
+> Homepage: .
- Create a backup, user will be prompted for a password:
diff --git a/pages/common/nginx.md b/pages/common/nginx.md
index 9aa467c6c7..21a8415bf6 100644
--- a/pages/common/nginx.md
+++ b/pages/common/nginx.md
@@ -1,6 +1,7 @@
# nginx
> Nginx web server.
+> Homepage: .
- Start server with the default config file:
diff --git a/pages/common/npm-check.md b/pages/common/npm-check.md
index d71d7aa789..94e063eadf 100644
--- a/pages/common/npm-check.md
+++ b/pages/common/npm-check.md
@@ -1,6 +1,7 @@
# npm-check
> Check for outdated, incorrect, and unused npm package dependencies.
+> Homepage: .
- Display a report of outdated, incorrect, and unused dependencies:
diff --git a/pages/common/npm.md b/pages/common/npm.md
index da33713c0e..b8a6efdbe5 100644
--- a/pages/common/npm.md
+++ b/pages/common/npm.md
@@ -2,6 +2,7 @@
> JavaScript and Node.js package manager.
> Manage Node.js projects and their module dependencies.
+> Homepage: .
- Download and install a module globally:
diff --git a/pages/common/prosodyctl.md b/pages/common/prosodyctl.md
index 203ef293b9..ea9a62f25c 100644
--- a/pages/common/prosodyctl.md
+++ b/pages/common/prosodyctl.md
@@ -1,6 +1,7 @@
# prosodyctl
> The control tool for the Prosody XMPP server.
+> Homepage: .
- Show the status of the Prosody server:
diff --git a/pages/common/serverless.md b/pages/common/serverless.md
index 7d37c80084..93b07c6ca1 100644
--- a/pages/common/serverless.md
+++ b/pages/common/serverless.md
@@ -2,6 +2,7 @@
> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
> Commands can be run either using the `serverless` command or it's alias, `sls`.
+> Homepage: .
- Create a serverless project:
diff --git a/pages/common/shellcheck.md b/pages/common/shellcheck.md
index b2c729daaf..21123aa598 100644
--- a/pages/common/shellcheck.md
+++ b/pages/common/shellcheck.md
@@ -1,6 +1,7 @@
# shellcheck
> Shell script static analysis tool.
+> Homepage: .
- Check a shell script:
diff --git a/pages/common/terraform.md b/pages/common/terraform.md
index 0736cf62a6..a322994dff 100644
--- a/pages/common/terraform.md
+++ b/pages/common/terraform.md
@@ -1,6 +1,7 @@
# terraform
> Create and deploy infrastructure as code to cloud providers.
+> Homepage: .
- Initialize a new or existing Terraform configuration:
diff --git a/pages/common/virtualenv.md b/pages/common/virtualenv.md
index 7804ae6fc2..17577f6043 100644
--- a/pages/common/virtualenv.md
+++ b/pages/common/virtualenv.md
@@ -1,6 +1,7 @@
# virtualenv
> Create virtual isolated Python environments.
+> Homepage: .
- Create a new environment:
diff --git a/pages/common/weasyprint.md b/pages/common/weasyprint.md
index 7e1115b3b0..7d7d5b3d51 100644
--- a/pages/common/weasyprint.md
+++ b/pages/common/weasyprint.md
@@ -1,6 +1,7 @@
# weasyprint
> Render HTML to PDF or PNG.
+> Homepage: .
- Render a HTML file to PDF: