vBulletin Search Engine Optimization
This is a discussion on Social bookmarking and SEO within the General Discussion forums, part of the vBulletin SEO Discussion category; I have asked a similar question before, but I didn't really get any response, so I am going to rephrase ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Social bookmarking and SEO
I have asked a similar question before, but I didn't really get any response, so I am going to rephrase it and make it a little more specific, which hopefully will entice some of you to throw me some pearls of wisdom (*hint hint*). I am aware how powerful social bookmarking is for building links and traffic, and I accept that it really has become almost indispensable, so I am not asking whether it is a good idea or not. Rather I am asking how best to implement it in vBulletin. There are really a few options that I can see, and each has their own advantage. If there are more, please take the time to share your wisdom with the rest of us. 1) Follow the route that vBSEO.com has taken and have a small link for a number of social bookmarking sites in the footer of each post. 2) Use the vBulletin standard of a collection of links in the footer of the thread. 3) Both 1 and 2. 4) Just use the "linkbacks" dropdown in vBSEO which contains the links, but isn't very visible to users. 5) Use a JS based system like LinkThis or AddThis. I am not entirely sure how this would effect the content to code ratio though. 6) Use a few larger links of the more popular SB sites (e.g. Digg and del.icio.us) in the footer of each post. I know some bloggers have reported this achieving better linking, but I am not sure how well that would apply to something like vBulletin. Right now I am using option 1 above, but I am seriously considering 5 and 6 as alternatives. Let the education of John begin! |
|
#2
| ||||
| ||||
|
1 & 2 are good starting methods. If you really want to promote it, I think 6 is probably the best way to go.
__________________ Joe Ward / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
Joe, wouldn't it also make sense to try something like 2-3 larger icons for the most popular SB sites and the JS link for something like ShareThis so that people still have the possibility of adding others? On that note, how would I add the JS code to be included among the links that are there already? I have tried to insert the code into the template, but it always seems to be either above or below the existing links. |
|
#4
| |||
| |||
|
I already have a 'digg this' button in the top right of the first post of every thread on my forums. It is the small, compact version though. I may make it so you see the larger icon in the bottom right only if the post has been dugg at least once. I've seen similar things on blogs. This is the if code I used to include the current 'digg this' button: Code: <if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid']">
<td align="right">
<script type="text/javascript">
digg_bgcolor = '#F1F1F1';
digg_skin = 'compact';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</td>
</if>
|
|
#5
| ||||
| ||||
|
I think they are all a waste of time on most sites. Unless you run a tech/pc site, odds are 99% of your membership doesn't have a dig account, know what delicious is, nor understands the term social bookmarking. |
|
#6
| |||
| |||
| Quote:
At least that is the hope.... |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vb 3.7? social bookmarking? | hitboy | General Discussion | 1 | 12-16-2007 06:55 AM |
| social bookmarking | Lionel | Troubleshooting | 1 | 04-14-2007 11:43 AM |
| Social Bookmarking | Capper | Feature Requests | 5 | 12-23-2006 02:39 PM |
| Social bookmarking will help? | cestus | General Discussion | 8 | 09-21-2006 10:53 AM |
| More Social Bookmarking | nevetS | Troubleshooting | 2 | 09-10-2006 01:12 PM |