The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Prevent Duplicate url ( SEO ) - forum home Details »» | |||||||||||||||||||||||||||
Prevent Duplicate url ( SEO ) - forum home
Developer Last Online: Nov 2023
Prevent Duplicate topic url on forumhome :
For Great SEO you need to prevent duplicate addresses of one page ! a unique URL per each unique resource is realy important! vbulletin does have a problem with duplicating content.I had the same problem as here you can read . Because vbulletin has at least 2 different url addresses for one page !!!! 1. address is with the number of thread ( eg: https://vborg.vbsupport.ru/showthread.php?t=194708 ) Notise : t=194708 2. sddress is with the number of post ( eg : https://vborg.vbsupport.ru/showthread.php?p=1653770 ) Notice : p=1653770 As you see this duplication address cause many problems that you can see on google webmasters tool . Also it dilutes your incoming links !! some users link to the topic with the url of theard id (...?t=xxxx) the othres link the same topic and the same page with the url of last post number (...?p=xxxx ) see more details :here . What does this mode do ? It prevent the most popular duplication on forum home ! ( the main page of your vBulletin forums) How to Install ? Just some easy template edit ! 1.go to " forumhome_lastpostby"template ( admin cp =>Styles&Templates=>style manager=>all style option=>Forum home template ==>>forumhome_lastpostby) search for : Code:
goto=newpost Code:
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" PHP Code:
** Please click Installed if you use this mode . *** thanks. http://forum.golzarion.com . Show Your Support
|
Comments |
#12
|
|||
|
|||
I think i can integrate this in my hack.. i will post you if i will do it, for example with the next 3.8 version!
|
#13
|
||||
|
||||
Quote:
I'm looking forward to ... Thanks. |
#14
|
||||
|
||||
Update setting :this code is Re-usable Code
|
#15
|
|||
|
|||
This type of fix is MUCH better than relying on .htaccess (some hosts like Yahoo! don't even allow the use of .htaccess) so I'd like to see this idea expanded. Here is my two cents, hope it helps, it's worth reading to understand this issue better at least.
Basics: What you WANT fully SEO'd is... #1 - Forum home #2 - Individual forums #3 - Individual threads Those are the money pages on any forum, the rest is fluff to search engines. Dupicate url's ARE a problem both because they create duplicate content in Google's eyes (2 pages are identical: "?p=" and "?t=") but a more important issue is it DILUTES LINK VALUE. It really does... example: someone finds one of your threads in Google, they like it, they reply and then they share the article with friends, maybe even using that social networking toolbar you have on every page. What's wrong with that right? LOTS. For starters when they post a reply and return to the thread they are NOT on the same thread Google sent them to. When someone replies they get sent back to the "?p=" version and not the "?t=" version Google sent them to so when they tell their friends and create backlinks... yup - useless since they're not aimed at your already indexed page. Solution - find every link on the site and aim them all to one version only. New Problem - some features require the ?p= version. You can remove those features or not make these changes. Bigger problem - having two versions is a core part of how vBulletin works so future releases aren't likely to change all links to point at one version, if they did older sites may stop working. This is going to have to happen at the user level and no plugin can accomplish such a big change without .htaccess so it's going to take someone writting an extensive guide and debugging it as they go. EDIT: to be more clear about features. example: when you reply to a topic you are redirected to see your post afterwards, if you were to change the ?p= to ?t= you would end up back at the thread instead, not your post... fun stuff to figure out huh? |
#16
|
||||
|
||||
Thanks Nick.
It would bee very nice if vBulletin prevented duplication addresses by default ... but as you mentioned it wouldn't happen in future ... This modification is just a simple improvement I hope tfseo fix it completely for the next versions. And I am really happy that see " Superjeff " payed attention to this matter. |
#17
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|