Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 8

CurtisOdenericgillette +6 guests

Doesn't generate the correct keywords

This discussion is related to the SEOCompanion addon.
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.