what you say on tags, i have seen on vbulleting.org zeion or something like this TAGS
ist quiete interesting, it helps get beeter position on google
maybe vbseo make something like
This is a discussion on tags within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; what you say on tags, i have seen on vbulleting.org zeion or something like this TAGS ist quiete interesting, it ...
what you say on tags, i have seen on vbulleting.org zeion or something like this TAGS
ist quiete interesting, it helps get beeter position on google
maybe vbseo make something like
you mean this?
Zoints Thread Tags - GREAT for SEO - vBulletin.org Forum
It´s would be a good addon for vbseo, i think i will install the zoins thread tags on my forum.
yes this, if vbseo make something like this, it will be great, what you think?
I think it´s a very good idea for seo and also for the user and hope the vbseo version would supports german characters (ä,ö,übecause the tagscript from zoints don´t support it :-(.
On google serp I see many blogs tags, it could be a good option!
I was just going to ask if this would be an addition to 3.0?
edit: now that I've looked at things a little closer I see how things are working.. n/m
Last edited by tavenger5; 10-27-2006 at 02:37 PM.
3.0.0 is almost gold. No more features need to go into it. I think this would be best as a separate hack
I would love it if vbseo incorporated tagging into vbseo. I currently use the zoints version on one of my forums and it quickly became popular with my members. It beats the vbulletin search feature, hands down.
I especially like it now that there is a plugin available to have the threads show up with vbseo url's.
There is already a plugin for that
metal konuları
Look all threads are vBSEO'd. Also google loves the tag feature make a search for site:domain.com/tags and you'll be amazed
product : zoints thread tags
hooks location : zointstags_threadurl
title : vbseo rewrite thread urls
execution order : 5
http://network.zoints.com/showthread.php?t=1969Code:include_once 'includes/functions_vbseo.php'; vbseo_startup(); $thread[url] = vbseo_thread_url_row($thread);![]()
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
He was saying that he liked it more now that there was a plugin, meaning he knows there is a plugin![]()
LOL. But good that the plugin was posted here as well.
That's great, I'm using it myself.
However it's still creating duplication:
Bowlie - friday Threads
Notice that the thread page jumps are still the old vbulletin url and not the vbseo url. And member url's are still dynamic and not the vbseo url's.
I'm stabbing around in the code, but not making the greatest headway... anyone managed to do this?
Good catch with that. I just sent DChapman an IM regarding this to get his input.
Found a workaround... and it's weird.
I think the problem is with vbseo's sensitivity to the replacements it performs, so this might be classed as a vbseo bug.
This doesn't work:
member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]
This DOES work:
/forum/member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]
All I've done is add the absolute bit at the beginning, and then vbseo performs the replacements.
The place to do this is within threadbit and threadbit_pagelink
![]()
Thank you![]()