I see you have a <h1> heading and then an "about this page" incorporating the thread title, the forum and the beginning of the thread text.
Neat
How do you do this
Thanks
This is a discussion on add "about this page" within the General Discussion forums, part of the vBulletin SEO Discussion category; I see you have a <h1> heading and then an "about this page" incorporating the thread title, the forum and ...
I see you have a <h1> heading and then an "about this page" incorporating the thread title, the forum and the beginning of the thread text.
Neat
How do you do this
Thanks
This is done with our Relevant Replacements feature.
err, right, explain more
would I have this if I am running vbseo ?
Yes, please check your vBSEO control panel (vbseocp.php). You will find the Relevant Replacements section.
Please review the information there. Then if you need more help, please follow up here.
hi - thanks for that
err, I've accidently deleted my .htaccess file -- how do I get that back...
thanks
You can re-upload the .htaccess file included in your vBSEO download package.
cool back to normal
Getting to grips with the relevant replacements and it's working a treat -- except for the home page. What I get is <!--VBSEO_RR_1-->
I am trying to have <h1>title of thread/forum/homepage</h1> with description as [thread first 25 words] or [forum description] or [home page description from vb options]
It's working AOK except for HP - no idea how to do that one! (not even hard code into the template) - maybe there's an [if] / [else] statement?
Use this.
You can look at my forum and see how i have it worken, I do plan on making it look pretty like whats on here. Maybe i can suck up enought and they will let me beta there templateCode:<if condition="THIS_SCRIPT=='index'"> <div id="headinfo"> <h1> Your H1 info here </h1><br /></div> <else /> rest of your code here. </if>
Whats your url so i can see what your doing.