Question Relevant replacements. Traffic down

Status
Not open for further replies.

dimas

Customer
Discovering a huge traffic down, after changing from VBSEO. I didn't mentioned DBSEO has no Relevant Replacement as it was realized in VBSEO. Due my templates was redone for using RR's, I 've discovered I have no Header tags at all. The RR's gave the content relevancy to the title tag at 100%. Now it less, see attachment.
Also I've discovered the key words found by google as forum, posts, view and other which is absolutely irrelevant to the content of the forum. The question is how to remove the dropdown on the username ( I guess it's in this template memberaction_dropdown)and to remove the postbit member info for guests as Location, Posts, and Age, may be also the status ( Admin, Moderator, Registered user etc) and avatar
Do this conditionals are right for postbit legacy template?
PHP:
<dl class="userinfo_extra">
					 <vb:if condition="$post['joindate']"><vb:if condition="$show['guest']"><dd>?</dd><vb:else /><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
					<vb:if condition="$post['field2']"><vb:if condition="$show['guest']"><dd>?</dd><vb:else /><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
					<vb:if condition="$post['age']"><vb:if condition="$show['guest']"><dd>?</dd><vb:else /><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
					<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>	
					{vb:raw template_hook.postbit_userinfo_right_after_posts}</vb:if>
				</dl>

traf1.webptraf2.webp
 
Code:
				<vb:if condition="$bbuserinfo['userid']">
				<dl class="userinfo_extra">
					<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
					<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
					<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
					<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>	
					{vb:raw template_hook.postbit_userinfo_right_after_posts}
				</dl>
				</vb:if>
is the correct conditional :)

If you are manually editing your meta descriptions via the Edit Thread menu, then this will potentially bypass the vBOption for max length.
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top