Best place to put keywords and how? Running whmcs script

Discussion in 'Search Engine Optimization' started by big-idea-guy, Dec 29, 2008.

  1. #1
    How can I add keywords and a description to my site? I'm running a whmcs script. and what type of code should I use?
     
    big-idea-guy, Dec 29, 2008 IP
  2. cheapez

    cheapez Active Member

    Messages:
    1,123
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #2
    You need to EDIT your header file, look in your template/theme folder.
    You add them in the header tags (<header> and closed header </header>), example below:

    <header>

    <meta name="keywords" content="keyword1, keyword2, separate by commas">
    <meta name="description" content="Some descriptions of the page">

    </header>
     
    cheapez, Dec 29, 2008 IP