From a3287cf6dd5526a3d63db5bb9d99d88c796a56e2 Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 14 Mar 2023 10:13:43 +0000 Subject: [PATCH 1/6] SEO improvements --- sites/+components/tbl_communities.php | 7 ++++--- sites/index.php | 14 ++++++++++++-- sites/instructions.php | 11 ++++++++++- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/sites/+components/tbl_communities.php b/sites/+components/tbl_communities.php index cc589d1..42f6bec 100644 --- a/sites/+components/tbl_communities.php +++ b/sites/+components/tbl_communities.php @@ -11,7 +11,8 @@ global $TABLE_COLUMNS; $column = $TABLE_COLUMNS[$colno]; if (!column_sortable($column['id'])) return ""; - return " onclick='sortTable($colno)' title='Click to sort this column'"; + $name = $column['name']; + return " onclick='sortTable($colno)' title='Click to sort by $name'"; } $TABLE_COLUMNS = [ @@ -88,8 +89,8 @@
- join_link, 32)?> + join_link, 32)?> Copy link
diff --git a/sites/index.php b/sites/index.php index 8d51d44..240e572 100644 --- a/sites/index.php +++ b/sites/index.php @@ -16,6 +16,11 @@ Self-updating list of active Session communities +
@@ -65,8 +70,13 @@ only available with JS enabled.

-

+
diff --git a/sites/instructions.php b/sites/instructions.php index 7ff46ba..fb4275d 100644 --- a/sites/instructions.php +++ b/sites/instructions.php @@ -1,17 +1,18 @@ +