In 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:
- set meta desription using api in wordpress
- add meta description to wordpress theme
- description wordpress themes
- wordpress meta description customize
- wordpress modify meta description
- wordpress theme meta description






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!
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.
Web Development has always been a passion of mine. I’m always trying to learn more and get better. Thanks.
I found your blog on Google , this is a good blog , i will come back.
Being a new blogger, I would like to tell you that you have given me much knowledge about it. Thanks for everything.
Mr.parts tools
This is a wonderful post, but I was wondering how do I suscribe to the RSS feed?
Please click on right side email icon for subscribe the RSS feed.
I am quite interesting in this topic hope you will elaborate more on it in future posts
Interesting blog. It would be great if you can provide more details about it. Thanks a lot!
Hi, I’ve been a lurker around your blog for a few months. I love this article and your entire site! Looking forward to reading more!
Great Blog! Saved it to my Bookmarks..
I know that your website is about to blow up. Kudos so much for ad this terrific articles all the time.
Thank you!!
I’ve been checking your blog for a while now, seems like everyday I learn something new
Thanks
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
Hello, this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work.
Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader
is there maybe a plugin that can do this job for us?