vBulletin Search Engine Optimization
This is a discussion on multiple domains pointing to forum within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, just want to start a new topic about what I asked here . Would you recommend not to use ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
Hi, just want to start a new topic about what I asked here. Would you recommend not to use several Domains pointing to one forum? I'm using for example: www.kampfkunst-board.info (Main URL!!) www.kampfkunstforum.info www.kampfsport-board.de for my sites, pointing all to my forum and some others, pointing to special sub-sites around my forum. Within the forum the other domains links to threads and posts are redirected to the main domain, configured with vbseo, sure. But for example for the kampfkunstforum.info, google (http://www.google.de/search?hl=de&c2...nG=Suche&meta=) has still a lot of pages indexed. Even more than currently with my main domain under vbseo...is there a duplicate problem? Would you suggest any changes? Regards, Sebastian
__________________ The leading edge of martial arts discussions! |
|
#2
| |||
| |||
| Re: multiple domains pointing to forum Quote:
|
|
#3
| |||
| |||
| Re: multiple domains pointing to forum
How do you do that? I would need to get my domains rewritten too.
|
|
#4
| |||
| |||
| Re: multiple domains pointing to forum
I think, vbseo is doing that automatically!?
|
|
#5
| |||
| |||
| Re: multiple domains pointing to forum
Well google is showing my site with 3 different adresses so...
|
|
#6
| |||
| |||
| Re: multiple domains pointing to forum
Are the 3 different adresses indexed with vbseo rewritten URLs? That should not happen? I have also still some other URLs indexed at google, but only the standard vb php urls, not the rewritten ones. And they seem to decline, so I think, they will disappear completely soon. |
|
#7
| ||||
| ||||
| Re: multiple domains pointing to forum Quote:
|
|
#8
| |||
| |||
| Re: multiple domains pointing to forum
visit my site via www.kampfsport-board.de (a second url), go into the forum or a thread and then you'll see that the url is changed to www.kampfkunst-board.info (my primary url)
|
|
#9
| |||
| |||
| Re: multiple domains pointing to forum
put a redirect in your .htaccess to move all to your main url. do not forget the [R=301] otherwise you will get a DC penatly. it is against the vbulletin tos too. they do not allow to use one license under multiple domains. Last edited by porschinho; 12-17-2005 at 09:02 AM. |
|
#10
| |||
| |||
| Re: multiple domains pointing to forum
Could you tell me exactly how to do that?
|
|
#11
| |||
| |||
| Re: multiple domains pointing to forum
put a file named .htaccess to the root directory of each domain. content of the .htaccess : RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^fromdomain\.tld$ RewriteRule ^(.*)$ http://todomain.tld/$1 [L,R=301] this will redirect all pages to the new domain. (mod_rewrite musst be installed on your webhost) |
|
#12
| |||
| |||
| Re: multiple domains pointing to forum Quote:
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forum Subscriptions | Keith Cohen | Bug Reporting | 7 | 04-01-2006 05:08 AM |
| Multiple subdomains, single forum | FrostByghte | URL Rewrite Settings | 1 | 03-31-2006 03:39 AM |
| Multiple domains = problems | Nikke86 | General Discussion | 5 | 12-27-2005 12:23 PM |