You know the problem. UTW (Ultimate Tag Warrior) adds to all your pages meta-tags, not only for the main page.
To change this you have to simply insert this line in your header.php of your template.
Php if (is_home ()) (?> <Meta name = "keywords" content = "<? Php UTW_ShowWeightedTagSet ('tagsettextonly','', 100);?>" /> Php)?>
This will be your top 100 tags in the META tags.
There are allowed up to 1000 characters, you have to if you only words with more than 9 characters, the length used naturally turn something down.
Mfg BODY



