Check if you have a description-line in your index.template.php
Example:
<meta name="description" content="', $context['page_title'], '" />
It doesn't matter whats after "content", as it gets rewritten by SEO4SMF anyway...
Also you activated the option in SEO4SMFs admin?
Regards, Christian
Yes I have this
<meta name="description" content="', $context['page_title'], '" />', empty($context['robot_no_index']) ? '' : '
<meta name="robots" content="noindex" />', '
I have checked