how to add meta tag meta keyword etc

by itdon
11 replies
hello i am download one free article directory script and install but this directory not have any meta key word meta discraption meta tags etc option in admin panel please help me how to add these options first see my directory Free Article Directory
Thank you
#add #keyword #meta #tag
  • Profile picture of the author taskemann
    Originally Posted by itdon View Post

    hello i am download one free article directory script and install but this directory not have any meta key word meta discraption meta tags etc option in admin panel please help me how to add these options first see my directory Free Article Directory
    Thank you
    Add this piece of code under the "<title> Free Article Directory</title>" tag:

    <meta name='description' content='YOUR DESCRIPTION' />

    <meta
    name='keywords' content='keyword 1, keywod 2, keyword 3' />
    {{ DiscussionBoard.errors[6906743].message }}
  • Profile picture of the author FirstSocialApps
    If I were you Id get a freelancer to generate meta tags on the fly based on the page that is being viewed.
    {{ DiscussionBoard.errors[6910527].message }}
  • Profile picture of the author locke815
    What is your site or blogging platform?
    {{ DiscussionBoard.errors[6911505].message }}
  • Hey,

    All you have is <title> Free Article Directory</title>
    You need to add on the following.

    <head>
    <title>Not a Meta Tag, but required anyway</title>
    <meta name="description" content="Awesome Description Here">
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    </head>

    This is basic information but I hope it helps. If anything PM me.

    WILL
    Signature
    WebDevelopmentGroup NYC & CA- Small Business Web Development, App Development, WordPress Development, Graphic Designs, Online Marketing, Local Marketing & more!. "Call us 1.800.219.1314 or message us!". Visit us today! "Now On Live Chat Mon-Fri.". www.WebDevelopmentGroup.org
    (Whitelable our Services)
    ===================================
    ==> #1 OFFLINE MARKETING FORUM ON THE WEB! <==
    www.OFFLINEMARKETINGFORUM.com
    (Register Now)
    {{ DiscussionBoard.errors[6911623].message }}
  • Profile picture of the author taskemann
    I don't get it. When a person give the thread starter a correct answer, a whole bounch of others give the thread starter the exact same answer over and over again... Why?

    What's the point of doing that when he already HAVE got the answer?
    {{ DiscussionBoard.errors[6917831].message }}
    • Profile picture of the author oliviacis
      Lol taskeman....good one. Thats exactly the same question I feel like yelling out.
      {{ DiscussionBoard.errors[6918023].message }}
    • Profile picture of the author diam0nd
      Originally Posted by taskemann View Post

      I don't get it. When a person give the thread starter a correct answer, a whole bounch of others give the thread starter the exact same answer over and over again... Why?

      What's the point of doing that when he already HAVE got the answer?
      I want to complete my 1st 50 posts To use links in my posts and to send any one PM. :p

      Okay, php meta will help the site more intend of simple HTML one.
      {{ DiscussionBoard.errors[6920575].message }}
  • Profile picture of the author diam0nd
    use some advanced for php SEO for each article.
    PHP Code:
        require("sql.php");
    <meta name="keywords" content="<?php echo htmlentities($ thread->keywords);?>">
        <meta name="description" content="<?php echo htmlentities($ thread->description);?>" />
    It will show unique description and keywords on search engine.
    You have to define db table name column name in above code. and change sql.php with your db connection php file.
    Remove space between $ and thread->keywords from code.
    {{ DiscussionBoard.errors[6920554].message }}

Trending Topics