help3/xhpeditor/index.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
New commits: commit 3d3cff05f9da95f870fd3c5b1336716cdaec7fc9 Author: Juan José González <juanjose...@libreoffice.org> AuthorDate: Sat Jan 6 16:26:09 2024 -0600 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Fri Jan 12 17:20:00 2024 +0100 Changes to improve SEO Change-Id: I069863ec421e2a77a0f302318e84c9dffd794f02 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/161730 Tested-by: Olivier Hallot <olivier.hal...@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> 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]}" : " "; $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>