Results 1 to 4 of 4

Thread: Adding META description to wordpress categories

  1. #1
    Join Date
    May 2009
    Posts
    2,105

    Adding META description to wordpress categories

    As a blog owner i wanna add META description to Wordpress. As you all might be knowing that Wordpress does not create such META tags. But i have seen some adding it manually to get better search engine indexing. Could you guys please guide me how to add META description tags to Wordpress ? Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Adding META description to wordpress categories

    META Description tags are inserted between the HEAD tags on the webpage.It compares the words within description or keywords sections and "ranks" the site dependent upon how well the information matches. 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 />

  3. #3
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Adding META description to wordpress categories

    You need to edit the HEADER file in your blog template presentation. Then you need to add a META description tag.Open your header.php file. Paste the following code anywhere within the <head> and </head> tags:
    <?php if ( (is_home()) || (is_front_page()) ) { ?>
    <meta name="description" content="Blog description goes here" />
    <?php } elseif (is_single()) { ?>
    <meta name="description" content="<?php the_excerpt();?>"/>
    <?php } ?>

  4. #4
    Join Date
    Feb 2009
    Posts
    673

    Re: Adding META description to wordpress categories

    The word meta means information about. Meta Tags were created early on to provide concise information about a website. Meta tags list information about the web page, such as the author, keywords, description, type of document, copyright, and other core information.There are several Plugins that allow the blog administrator to set the keywords, description, and other meta tags to be unique on each post. These plugins make use of the Custom Fields in the Write Post Panel. YOu can use Add-Meta-Tags WordPress Plugin

Similar Threads

  1. Replies: 7
    Last Post: 18-10-2011, 01:05 AM
  2. Replies: 1
    Last Post: 06-07-2010, 11:50 PM
  3. Where is Mass editing categories in WordPress
    By Emily123 in forum Windows Software
    Replies: 3
    Last Post: 30-07-2009, 05:10 PM
  4. what is wordpress? How to install Newer versions of wordpress.
    By Gill_christ in forum Technology & Internet
    Replies: 3
    Last Post: 21-05-2009, 02:40 PM
  5. Replies: 0
    Last Post: 19-07-2008, 01:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,615,673.54641 seconds with 17 queries