vBulletin Search Engine Optimization
This is a discussion on Making post title a link within the Template Modifications forums, part of the vBulletin SEO Discussion category; Besides installing vBSEO and other hacks I've been playing around with other things that enhance both SEO and the user's ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Making post title a link
Besides installing vBSEO and other hacks I've been playing around with other things that enhance both SEO and the user's experience. Wanting to find a way to automate the addition of a text link using keywords I thought of making the thread title in the postbit into a link. I coded this so that only the title in the first post would become a link, which avoids having everyone who writes a new title in a reply becoming linked. Here is how I went about adding this. In my postbit_legacy template I found: Code: <strong>$post[title]</strong> Code: <if condition="$post[postcount] == 1"> <strong><a href="$scriptpath">$post[title]</a></strong> <else /> <strong>$post[title]</strong> </if> Here is a post on my forum as an example. The title of the first post is a link while other titles in later posts are not. Screaming eagle mufflers - Motorcycle Tech Talk If anyone has a reason why this is a bad idea for SEO I'd like to hear about it. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD | Joe Ward | General Discussion | 25 | 06-05-2008 12:04 PM |