vBulletin Search Engine Optimization
This is a discussion on 'META DESCRIPTION' with $threadinfo[title] within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, i want to add $threadinfo[title] in to the meta description. vBSEO "only" adds thread_description (up to xy characters, depends ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
Hello, i want to add $threadinfo[title] in to the meta description. vBSEO "only" adds thread_description (up to xy characters, depends on your settings) to the meta descriptions... I guess, for better SEO, it is recommend, that ppl can read on the google search result, not only in the title the Thread_title, also on the meta description. So, please tell me how to add $threadinfo[title] in to meta description with vbSEO. I know there is also a way to disable "vBSEO meta description" to use headinclude template modfications, but i dont wont to loose, that vBSEO iclude the thread_description 200 characters setting... thx a lot |
|
#2
| |||
| |||
|
Hello, disable the Seo function "Replace the 'META DESCRIPTION' Content?" then add the following line to the <!--VBSEO_RR_1--> for showthread pages: [first_post_15_words] Open your headinclude-Template an add the following code for example: <if condition="$show['threadinfo']"> <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" /> <meta name="description" content="$threadinfo[title]. <!--VBSEO_RR_1--> $threadinfo[title]" /> Best regards, Majora |
|
#3
| |||
| |||
|
Danke Matthias, this tipp works perfect! now i understand for that the "vBSEO RR" stands for... But i have still one question: how is the condition statement for the show post url URL Rewrite for 'Showpost' which can i include also in headinclude template... Thx |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Meta tags - Keywords & Description | indusladies | General Discussion | 5 | 09-14-2006 01:30 AM |
| VB advanced and meta description | Ashley | Template Modifications | 2 | 02-13-2006 11:27 AM |
| Optimizing Meta Tags in Description using vBSEO | Neutral Singh | General Discussion | 7 | 10-16-2005 09:45 AM |