SEO, a little help for Meta Tags

Discussion in 'Search Engine Optimization' started by sonicstyler, Jun 5, 2006.

  1. #1
    Hello,
    I want to optimize my site with the keywords that I picked but I'm stuck with the Meta Tags.Specifically when I put my keywords on the Tag: "keywords" those are displayed and on my description title at the head of my page. Can someone tell me how can I prevent this?
     
    sonicstyler, Jun 5, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The format should be:
    <META name="description" content="My site is about........">
    <META name="keywords" content="keyword1,keyword2........">
    Code (markup):
     
    mad4, Jun 5, 2006 IP
  3. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes,but when I place my keywords on:

    <META name="description" content="My site is about........">
    <META name="keywords" content="keyword1,keyword2........">

    They are displayed :

    <META name="description" content="My site is about......+keyword1,keyword2">

    <META name="keywords" content="My site is about......

    +keyword1,keyword2........">
    ==================================================
    This is at my config file:
    // Configuration of your local installation and personnal site definitions
    $templatefoldername="datas"; //folder where templates are installed relative to the DocumentRoot.
    $mysitename = "Weight Loss Guide"; //name for your site
    $mainkeyword = "Weight-Loss-guide,stories,natural,best,jogging"; //primary site keyword

    =======================================================
    This is at my web page (the source code)--->

    title>Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="author" content="anish" />
    <meta name="keywords" content="Weight Loss Guide,stories,natural,best "/>
    <meta name="description" content="Valuable informations about Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging">
    <meta name="ROBOTS" content="ALL"/>

    <link href="datas/style.css" rel="stylesheet" type="text/css" />

    </head>

    <body>
    <div id="farouter">
    <div id="outer">
    <div id="rap">
    <div id="masthead">

    <h1 id="header">Weight Loss Guide,jogging</a></a></h1>
    <h2 id="tagline">Weight Loss Guide,stories,natural,best Section</h2><br>
    <p align="right"><script type="text/javascript"><!--
     
    sonicstyler, Jun 5, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You better post your url.......
     
    mad4, Jun 5, 2006 IP
  5. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Live links and signatures are not allowed for me yet, as I am new on the board.
    I PM You.
     
    sonicstyler, Jun 5, 2006 IP
  6. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    www.mybeautyproductsguide.com
     
    sonicstyler, Jun 5, 2006 IP
  7. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sorry!!! This is my site:
    www.mybeautyproductsguide.com/weightloss
     
    sonicstyler, Jun 5, 2006 IP
  8. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #8
    And whats the problem with the site? It looks fine to me.....
     
    mad4, Jun 5, 2006 IP
  9. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The problem is that the keywords are displayed on site's description.
     
    sonicstyler, Jun 5, 2006 IP
  10. redgsr

    redgsr Well-Known Member

    Messages:
    1,603
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #10
    ? looks ok to me
     
    redgsr, Jun 5, 2006 IP
  11. coolsitez

    coolsitez Well-Known Member

    Messages:
    2,586
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    183
    #11
    Keywords should be in your description. It is important, but you don't want to just list your keywords there. Make sentences and actually describe your site with keywords.
     
    coolsitez, Jun 5, 2006 IP
  12. sonicstyler

    sonicstyler Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Guys I think I find the problem:I need a slash / before the >
    <meta name="description" content="Valuable informations about Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging">
    BUT in my config file is in PHP:
    $mainkeyword = "Weight-Loss-guide,stories,natural,best,jogging"; //primary site keyword
    What I have to do in my PHP file to display /> on my page?
    Thanks for all the inputs
     
    sonicstyler, Jun 5, 2006 IP