WordPress All in one SEO Pack doesn’t show the title and metatags
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

