add meta data (language, description, keywords)
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index 62587c0ab324ce6b9b751e19fe98a6031abffdb5..9f0c6aa16c808297d057517f1035ed02cb12931f 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -7,11 +7,13 @@
 
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<html lang="en">
 
 <head>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
 <title>vi cheat sheet</title>
+<meta name="description" content="Keyboard functionality overview sheet for the vi/Vim text editor.">
+<meta name="keywords" content="vi, vim, nvi, sheet, cheat, reference, overview, commands, keyboard">
 <:= stylesheet(qw'light dark circus mono red terse') :>
 <!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
 <!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><: