diff options
author | wushin <pasekei@gmail.com> | 2014-07-19 08:01:09 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-19 08:01:09 -0500 |
commit | b163993b223544932d2bcd93168f2fc11a24f10e (patch) | |
tree | 410ca5e41a607e8f96d82b766ce8208deb3d47d9 | |
parent | 4cf8b9eadcad4da9cecd6b5442c5baad315257f8 (diff) | |
download | website-b163993b223544932d2bcd93168f2fc11a24f10e.tar.gz website-b163993b223544932d2bcd93168f2fc11a24f10e.tar.bz2 website-b163993b223544932d2bcd93168f2fc11a24f10e.tar.xz website-b163993b223544932d2bcd93168f2fc11a24f10e.zip |
Improve Keyword Set
-rw-r--r-- | includes/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php index 6bdffde..3407085 100644 --- a/includes/common.php +++ b/includes/common.php @@ -19,7 +19,7 @@ function placeHeader($page_title) <meta http-equiv="Content-Language" content="en"/> <link rel="icon" type="image/png" href="images/icon16.png"/> <meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS X and Windows"/> - <meta name="keywords" content="The Mana World, Mana, World, MMORPG, RPG, free, GPL, Open Source, Pixel Art, 2D, Software Development, MacOSX, Windows, Linux, desktop, tablet"/> + <meta name="keywords" content="The Mana World, Mana, World, MMORPG, RPG, free, GPL, Open Source, Pixel Art, 2D, Software Development, MacOSX, Windows, Linux, desktop, tablet, Game, 16-bit, Retro, Fantasy, 8-bit, Indie, Game Development, Game Engine, Open Source MMORPG"/> <meta name="author" content="The Mana World Dev Team"/> <link rel="stylesheet" type="text/css" href="default.css"/> </head> |