Subscribe by e-mail



Search
Categories
SwamiSEO Tweets

Posting tweet...

Powered by Twitter Tools

Recent Posts
Tags
Recent Comments
Resources

WordPress All in one SEO Pack doesn’t show the title and metatags

Category: Wordpress SEO Date: February 23, 2008
by Ajay

In case you don’t see all in SEO pack working then try followings

Change to default theme and see if it works? If it works then it means     <?php wp_head(); ?> is missing from your theme.

Add this line

<?php wp_head(); ?>  

just before the </head> tag

Leave a Reply