To help with SEO I am going to show you a very quick and easy tip to generate description meta tags using Thread Tooltip Preview.
First thing first download and install Thread Tooltip Preview.
Once installed go to:
Admin CP, > Configuration > Settings > Thread Tooltip Preview Options
And change Length of Tooltip to 158.
Next got to:
Admin CP, Template & Styles > Templates > (your template) > showthread
And look for:
Just under that add this:
Thats it!
First thing first download and install Thread Tooltip Preview.
Once installed go to:
Admin CP, > Configuration > Settings > Thread Tooltip Preview Options
And change Length of Tooltip to 158.
Next got to:
Admin CP, Template & Styles > Templates > (your template) > showthread
And look for:
<title>{$thread['subject']}</title>
Just under that add this:
<meta name="description" itemprop="description" content="{$thread['postpreview']}"/>
Thats it!