Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Doesn't generate the correct keywords

This discussion is related to the SEOCompanion addon.
RaizeRaize vancouver ✭✭
edited October 2010 in Vanilla 2.0 - 2.8
It adds the title and description correctly, but it seems to have a problem generating keywords... this is what view-source shows for every post

<meta name="keywords" content="forum, vanilla" />

Comments

  • Open default.php in SEOcompanion folder. Search for $Keywords = implode(', ',$Keywords);

    delete the comma (,) in implode(', '

    So it looks like this:

    $Keywords = implode(' ',$Keywords);
Sign In or Register to comment.