vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now!
vBSEO 2.0 Style Released vBSEO 3.3.0 GOLD Launched vBSEO's "LiveStats" for Google Analytics vB Sitemap Generator, Version 2.5 Success with vBSEO = 600ore Web Visitors + $1400 in a Day!

Making post title a link

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 ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > Template Modifications

Enhancing 80 million pages.

  #1  
Old 04-09-2007, 02:37 PM
Member
 
Real Name: Ken
Join Date: Dec 2006
Posts: 45
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>
I changed this to:
Code:
<if condition="$post[postcount] == 1">
<strong><a href="$scriptpath">$post[title]</a></strong>
<else />
<strong>$post[title]</strong>
</if>
Not sure if I coded that correctly, but it seems to work. Now the first post title of every thread is linked to the thread, while all other posts with titles are left alone. I also added a css class just above in the <div> code to eliminate the link decoration (underline).

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.
__________________
Ken -

Bike Talk Motorcycle Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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 11:04 AM


All times are GMT -4. The time now is 11:11 AM.


Powered by vBulletin Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.