summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan José González <juanjosegzl@libreoffice.org>2024-01-06 16:26:09 -0600
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-01-12 17:20:00 +0100
commit3d3cff05f9da95f870fd3c5b1336716cdaec7fc9 (patch)
treecf2ff78ed459818cb504a51abd433da815e48463
parent5bb4a32e26d95b16cc49e6e1cef699a9db163718 (diff)
Changes to improve SEO
Change-Id: I069863ec421e2a77a0f302318e84c9dffd794f02 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/161730 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--help3/xhpeditor/index.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index b8647d3a..c3ac4a97 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -17,12 +17,14 @@ if ($xhp) {
$label_editing = isset($xhp_filename) ? "Editing: {$xhp_filename[0]}" : "&nbsp";
$escaped_xhp_source = htmlspecialchars($xhp, ENT_NOQUOTES);
?>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
- <title>LibreOffice XHP Editor</title>
- <link rel="shortcut icon" href="favicon.ico"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
+ <title>LibreOffice Help XHP Editor</title>
+ <meta name="description" content="Online editor to create and modify XHP help files for LibreOffice Suite. The XHP editor includes a syntax validator and preview side by side." />
+ <link rel="icon" href="favicon.ico"/>
+
<link type="text/css" rel="stylesheet" href="cm/lib/codemirror.css">
<link type="text/css" rel="stylesheet" href="cm/addon/hint/show-hint.css">
<link type="text/css" rel="stylesheet" href="cm/addon/dialog/dialog.css">
@@ -84,7 +86,7 @@ $escaped_xhp_source = htmlspecialchars($xhp, ENT_NOQUOTES);
<div id="editorpageheader">
<header>
<img class="logo" alt="LibreOffice" src="logo.png" />
- <h1>LibreOffice Documentation XHP Editor</h1>
+ <h1>LibreOffice Help XHP Editor</h1>
<p>
<?=$label_editing?>
</p>