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?


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>

