vBulletin Search Engine Optimization
This is a discussion on Some questions about dup content and referrals within the General Discussion forums, part of the vBSEO SEO Plugin category; I was wondering alot of webmasters use the referral system that is built into vbulletin such as register.php?referrerid=1 I was ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Some questions about dup content and referrals
I was wondering alot of webmasters use the referral system that is built into vbulletin such as register.php?referrerid=1 I was wondering does google see this as a duplicant content ? since refering id can range up to how may members you have and it will show up as the same page Also im amazed theres not a rewrite for this so we can benefit from the incoming links.. |
|
#2
| ||||
| ||||
| Re: Some questions about dup content and referrals
It can be rewritten with our CRRs. misc rules Code: '^register\.php\?referrerid=(\d+)$' => 'register/$1/' Code: '^register\.php\?referrerid=(\d+)$' => 'register-$1.html'
__________________ 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
| |||
| |||
| Re: Some questions about dup content and referrals
that worked thanks...
|
|
#4
| |||
| |||
| Re: Some questions about dup content and referrals
Is there a way to do a 301 redirect ? on all incoming urls from these type of urls ? I think that would be more beneficial since the referrer is set by a cookie for example if u refered to the index page by via index.php?referrerid=1 than made it redirect to your forum root you would gain pr... from that... rather than letting the pr leak onto pages such as index/44/ Last edited by s2kinteg916; 12-07-2005 at 05:46 PM. |
|
#5
| ||||
| ||||
| Re: Some questions about dup content and referrals
Hi, you can try the following modification to achive this: in global.php file FIND: Quote:
Quote:
__________________ Oleg Ignatiuk / 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. |
|
#6
| |||
| |||
| Re: Some questions about dup content and referrals
Seems to work thanks...
Last edited by s2kinteg916; 12-16-2005 at 07:16 PM. |
|
#7
| ||||
| ||||
| Re: Some questions about dup content and referrals
Great!
__________________ Oleg Ignatiuk / 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. |