Hi,
As I always asked, should there be option in vbseo where we can internally modify title option as we do for URLS..
I know we can do it through RR but want it little more easy, like dedicated section in vbseocp for titles. where can add custom prefix, suffix, shuffle title of both cms and forum section ..
Anyways, here I am asking question to know which template and what part I need to edit so that I can change title of CMS and remove "full forum name" from it.. currently it is like :
MY forum name - Article title
But I want it ...
Article Title - eTI
here eTI is short name of my site.
Also, for the SEO, also tried to add "nofollow" to footer link for "privacy statement" and "Terms of Use" by editing "footer" template .
However, when I see forum or cms page, nofollow is not there which I have added (bold above), I have also used "rebuild style" from "Update Counters" .Code:<ul id="footer_links" class="footer_links"> <vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if> <vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if> <vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if> <vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if> <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if> {vb:raw template_hook.footer_links} <vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}" rel="nofollow">{vb:rawphrase privacy_statement}</a></li></vb:if> <vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}" rel="nofollow">{vb:rawphrase terms_of_service}</a></li></vb:if> <li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li> </ul>
Please note, I am editing the custom theme / style I am using, I hope it is the way supposed to do if I want to make any visual change ? Kindly guide, I am still learning vb !


LinkBack URL
About LinkBacks





Reply With Quote

