Support Forums

Quick SEO optimization for showlistings

This is a discussion on Quick SEO optimization for showlistings within the v3.1 Modules & Modifications forums, part of the Legacy Help & Support category; If you have studied SEO optimization techniques at all, you are already aware of the importance of anchor text both ...


Go Back   68 Classifieds Forums > Archives > Legacy Help & Support > v3.1 Modules & Modifications

 
 
Thread Tools Display Modes
Old 01-02-2007, 10:33 PM   #1
civ
Senior Member
 
civ's Avatar
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 602
Rep Power: 27
civ will become famous soon enough
Default Quick SEO optimization for showlistings

If you have studied SEO optimization techniques at all, you are already aware of the importance of anchor text both externally and internally within your site. Here is a quick and easy optimization that will improve the anchor text flow between your categories and the listings themselves, as well as your search results.

This modification alters the list of results your visitors see after they choose a category to view - it also alters your search results. Here is the default view:



Notice how the title of the listing is not a link, leaving only "View Listing" as the anchor text - this of course tells the search engines nothing at all about the listing itself or where that link leads.

This slight modification will simply turn each listing's title into a link so that the search engines can better understand what that link represents.

Open showlistings.tpl.php and change this:
Code:
<td{if $entry.class<>""} class="{$entry.class}"{/if}>{$entry.title}</td>
...to this:
Code:
<td{if $entry.class<>""} class="{$entry.class}"{/if}><a href="{$entry.link}">{$entry.title}</a></td>
On our own site, we've also removed the "View Listing" column from our template entirely since it is now unnecessary. If you wish to do that as well, in the same template remove (or comment out) the following 2 lines/sections:
Code:
<th>{$smarty.const.LANG_VIEW_LISTING}</th>
and
Code:
<td{if $entry.class<>""} class="{$entry.class}"{/if}>
<a href="{$entry.link}">{$smarty.const.LANG_VIEW_LISTING}</a>
</td>
Note: Keep in mind that this modification is valuable only if you are using the Default setting under Search Settings -> Search Results Template. The Short Description Display option already has the title being used as anchor text.

Hope this helps someone.
__________________
Civ's Modules (____NOW v4 COMPATIBLE____):

Stop Incomplete Listings! (proven revenue booster!)
Scam Filter (Just say no to Nigerians!) updated
Similar Listings (keep visitors longer)
Feedback Mod (testimonial builder)
Listing Status Reminder free!

Last edited by civ; 01-03-2007 at 11:09 AM.
civ is offline  
Old 01-03-2007, 02:32 AM   #2
Senior Member
 
SkGold's Avatar
 
Join Date: Mar 2006
Location: Best city in the World � Calgary, Canada
Posts: 450
Rep Power: 25
SkGold has a spectacular aura about
Default

Good suggestion Civ.
You can also add the title="{$entry.title}" to the link.
Like this:
Code:
<td{if $entry.class<>""} class="{$entry.class}"{/if}><a title="{$entry.title}" href="{$entry.link}">{$entry.title}</a></td>
It will add even more importance for your link.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
SkGold is offline  
Old 01-03-2007, 10:26 AM   #3
Senior Member
 
CHRD's Avatar
 
Join Date: Nov 2006
Posts: 189
Rep Power: 16
CHRD is on a distinguished road
Default

I think this must become standard practice in 68, Iv changed mine to include some extra fields for link info, all info is in the forum to do this
__________________
Costa del Sol
Spain
v3.1.10 Dev
V4.09 Dev sweeeet
�Powerful you have become, the dark side I sense in you.�

Last edited by CHRD; 02-13-2007 at 09:47 AM.
CHRD is offline  
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Site optimization spaceboy Site Marketing 26 10-09-2006 03:35 AM
SMF usershare 50% complete.. need a hand quick Chad v3.1 Questions & Support 13 10-06-2006 02:02 PM
Quick Question ropingtony v3.1 Questions & Support 2 07-20-2006 09:54 AM
Quick whois mod civ v3.1 Modules & Modifications 0 06-07-2006 07:35 PM


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


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0