1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to Add Meta Description in Wordpress

Discussion in 'WordPress' started by Rabin Mistri, Jan 15, 2015.

  1. #1
    Hi all,
    I am a new Wordpress user. I am unable to add meta description for my blog. Can anyone here guide me to add it.
    Thanks
     
    Rabin Mistri, Jan 15, 2015 IP
  2. ahmansoor

    ahmansoor Well-Known Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    111
    #2
    Install some top SEO plugin such as 'All in One SEO Pack' or 'SEO by Yoast' - You can put description in there using these!
     
    ahmansoor, Jan 15, 2015 IP
  3. Rabin Mistri

    Rabin Mistri Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Thanks a lot, i installed SEO by yoast plugins and able to add meta description.
    Thanks Again
     
    Rabin Mistri, Jan 17, 2015 IP
  4. neteater

    neteater Well-Known Member

    Messages:
    734
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    105
    #4
    happy blogging.
     
    neteater, Jan 20, 2015 IP
  5. Onlinershub

    Onlinershub Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Your meta description should somehow show some of your keywords and command a call to action.
     
    Onlinershub, Jan 20, 2015 IP
  6. mo7elmsry

    mo7elmsry Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    20
    #7
    After this line:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> ยป Blog Archive <?php } ?> <?php wp_title(); ?></title>

    add

    <meta name="description" content="This is the my description example example
     
    mo7elmsry, Jan 20, 2015 IP
  7. Kum Kum Hasnat

    Kum Kum Hasnat Member

    Messages:
    20
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    33
    #7
    You can easily set your meta description by adding plugins or add this code on your header.php file
    <meta name="description" content="Write Your Description Here" />
     
    Kum Kum Hasnat, Jan 21, 2015 IP
  8. hostingv

    hostingv Active Member

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    58
    #8
    You could add All-In-One SEO Pack plugin.
     
    hostingv, Jan 21, 2015 IP
  9. dedeblank

    dedeblank Active Member

    Messages:
    135
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #9
    yeah just instal SEO by Yoast plugin. it will do the trick
     
    dedeblank, Jan 29, 2015 IP
  10. slimspots

    slimspots Active Member

    Messages:
    40
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    88
    #10
    open a header.php in your theme and add
    <meta name="description" content="Write Your Description Here" />

    between<head></head>
     
    slimspots, Jan 30, 2015 IP
  11. fireocean39

    fireocean39 Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #11
    That is really one of the best plugin i have ever seen! for seo!
     
    fireocean39, Jan 30, 2015 IP
  12. Agni Shukla

    Agni Shukla Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #12
    The best plugin is All in One SEO
    please install it. thanks
     
    Agni Shukla, Jan 30, 2015 IP
  13. toniintro

    toniintro Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #13
    If you have meta description for your blog in header.php and install Yoast SEO, you will delette description from header.php.
     
    toniintro, Feb 4, 2015 IP
  14. HXHMan

    HXHMan Active Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #14
    It's easy just use SEO by yoast plugins it's a good Plugin for SEO
     
    HXHMan, Feb 20, 2015 IP
  15. xendurinan

    xendurinan Banned

    Messages:
    736
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #15
    To add meta tags to your site, simply add them to the header.php template file in your WordPress Theme, specifically in the head section near the link for the style sheet. At the top you will see the DOCTYPE tag and below that you will see a couple more tags and then the <title> tag, looking something like this:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    Below this line you can add your meta tags. You can add meta tag inform.

    If you want to avoid all of these complicated things, then you just need to install SEO plugin named "SEO by Yoast". Everything will be done automatically.
     
    xendurinan, Mar 25, 2015 IP