The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
removing thread title from meta keywords
I have checked the keywords on my SHOWTHREAD pages and i noticed that it contains the title of the thread before listing the keywords. I want to remove the thread title from here, how can I do this?
|
#2
|
||||
|
||||
In the headinclude template, find this line and remove the threadinfo[title] from the line:
HTML Code:
<if condition="$show['threadinfo']"> <meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" /> |
#3
|
|||
|
|||
I removed that from headinclude but the thread title still appears in the keywords list of the thread page.
This is what the top of my headinclude says: Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> <meta name="generator" content="vBulletin $vboptions[templateversion]" /> <!-- google_ad_section_start --><meta name="keywords" content="$vboptions[keywords]" /><meta name="description" content="$vboptions[description]" /><!-- google_ad_section_end --> I just noticed that what is added to the keywords list is keywords relating to the thread title, not the whole thread title itself. But I don't want those extra keywords in there. --------------- Added [DATE]1234661831[/DATE] at [TIME]1234661831[/TIME] --------------- Maybe this is done by vBSEO, because I have that installed too. --------------- Added [DATE]1234662033[/DATE] at [TIME]1234662033[/TIME] --------------- yep, it was vBSEO, thanks for your help Lynne. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|