Skip to content
Sivakarthick Rajan Mookiah edited this page Sep 21, 2016 · 2 revisions

Welcome to the whmcs-seo-addon wiki!

1. Upload Files.

Upload module directory to WHMCS root installation folder.

2. Open /templates/{templatename}/header.tpl and add following lines

<title>{if $seotitle eq ""} {if $kbarticle.title}{$kbarticle.title} - {/if}{$companyname} - {$pagetitle} {else} {$seotitle} {/if}</title> <meta name="keywords" content="{$seokeyword}"> <meta name="description" content="{$seodecription}"> <meta property="og:url" content="{$fburl}" /> <meta property="og:type" content="{$fbtype}" /> <meta property="og:title" content="{$fbtitle}" /> <meta property="og:description" content="{$fbdesc}" /> <meta property="og:image" content="{$fbimage}" />

3. Activate eWallHost WHMCS SEO Module.

Log in to WHMCS Admin Panel . Go to 'Setup' -> 'Addon Modules'. Find 'eWallHost.com SEO Addon' and then click 'Activate' button. Click ‘Configure’ Button enable check boxes of WHMCS Roles and press 'Save Changes'.

Clone this wiki locally