I was thinking of putting them in a div with css set to not display – something like:
<div id="otherwords">keyword1, keyword2, keyword3</div>
and then having
#otherwords {
display:none;
}
Concerned about possible Google penalty on doing this. There’s only a couple of words needed to be added in each case though.
Thoughts?