Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

[All Versions] Generate description meta tag using Thread Tooltip Preview

$
0
0
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:

Code:
<title>{$thread['subject']}</title>

Just under that add this:

Code:
<meta name="description" itemprop="description" content="{$thread['postpreview']}"/>

Thats it!

Viewing all articles
Browse latest Browse all 690

Trending Articles