I want to put the thread title in the meta description in each thread page, how I can do it?
Thanks
This is a discussion on thread title in meta description within the General Discussion forums, part of the vBulletin SEO Discussion category; I want to put the thread title in the meta description in each thread page, how I can do it? ...
I want to put the thread title in the meta description in each thread page, how I can do it?
Thanks
Please Open headinclude
Find
Replace withHTML Code:<meta name="description" content="$vboptions[description]" />
Good idea webexitHTML Code:<meta name="description" content="$threadinfo[title]. " />![]()
Yes but this meta is rewrited by vbseo, so I need to change the vbseo code, where is this code?
Thanks.
You need to disable this Replace the 'META DESCRIPTION' Content? from your vBSEOCP
Ok, but I want to have the first thread words also
Something like this:
<meta name="description" content="thread title in meta description. I want to put the thread title in the meta description in each thread page, how I can do it? Thanks..." />
You can do this with RR In vBSEOOk, but I want to have the first thread words also
Example
Check out : [How to] Setup Relevant Replacements with vBSEOHTML Code:<meta name="description" content="$threadinfo[title]. <!--VBSEO_RR_1--> " />