From 3fdd0b73259ff6be0081f53f18700accb5e002f4 Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 14 Mar 2023 11:13:43 +0100 Subject: [PATCH] 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 cc589d14..42f6becd 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 8d51d44b..240e5725 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.

-