Customize meta description in wordpress theme or website for SEO

Sponsors

search_enginesIn this article I will tell you the best trick to fetch the traffic using Meta tags in wordpres theme.

we can do using the META description tag.  We can actually control what gets displayed in our little spot.
gaining the tremendous opportunity to convert that space into traffic with wordpress websites.

Search Engines, like Google, tend to display search results in a very standard format.  Usually the TITLE of the post or page is the link that actually takes you to the post, and under that link is a description of the site linked to.

Normally we write the Meta tags in wordpress theme as follows:

<meta name=”description” content=”Your site Description goes here” />

Instead of this use following code in your wordpress theme.

<?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<meta name=”description” content=”<?php the_excerpt_rss(); ?>” />
<?php endwhile; endif; else : ?>
<meta name=”description” content=”<?php bloginfo(‘description’); ?>” />
<?php endif; ?>

With adding this lines of code in your header.php file. you will be done.

Incoming search terms:

You may like following Articles!

This entry was posted in wordpress, wordpress api and tagged , , , by Wordpress API. Bookmark the permalink.

About Wordpress API

API means Application Program interface. In Wordpress API we are giving all the information about wordpress API. We worked for many wordpress plugins and themes. We have expertise in PHP, Databases, Graphic Design, Ruby on Rails, Java, Wordpress, Drupal and many CMS. We always give you the best solutions about wordpress and other related topics in This Blog. We will give you always fresh tips and tricks and techniques about wordpress in this blog.

18 thoughts on “Customize meta description in wordpress theme or website for SEO

  1. Im pleased I found this blog site, I couldnt get any information on this matter prior to. I also operate a niche site and if you are ever serious in a little bit of visitor writing for me make sure you feel free to let me know, i’m always look for people to check out my web page. Please stop by and leave a comment sometime!

  2. Superb post, this is very similar to a site that I have. Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. Im always looking for feedback.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>