So I work at a website design company and I took a look at our site and we have NO keywords. This is probably because our site was created back before key words were king but I highly recommend at least adding SOME to the code of our site. It's an easy add to the header code.
Currently our html code header portion looks like this:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Belegarth Medieval Combat Society</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
If it looked something like this it would have keywords and a description:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Belegarth Medieval Combat Society</title>
<meta name="description" content="Belegarth Medieval Combat Society is a medieval combat sport using foam weapons. Players wear medieval or fantasy garb and participate not only in combat but in large camping events that can include games, music, fantasy themes, and feasts.">
<meta name="keywords" content="medieval, fantasy, combat, sport, fighting, foam, LARP, role play, amtguard, dagorhir, Chaos Wars, Armageddon, urk, goblin, troll, roman, viking, knight, armor, United States, US, Canada, CA">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
So! Who moderates/updates our website...?