vBulletin Search Engine Optimization
This is a discussion on Redirect parked domain to primary domain within the General Discussion forums, part of the vBSEO SEO Plugin category; How can I redirect my parked domain to my primary domain instead of having the parked domain act as an ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Redirect parked domain to primary domain
How can I redirect my parked domain to my primary domain instead of having the parked domain act as an unstable primary domain? Example: parkeddomain.com should redirect to domain.com Will this interfere with vBSEO? |
|
#2
| ||||
| ||||
|
Hello, you can setup a www/non-www 301 redirect as described in [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects and that should redirect all parked domains as well.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
And if I'm using the htaccess for the purpose in the topic you linked to and to redirect the parked domain, would it look the code in the code box below? By the way, regarding that topic, can I do both? use htaccess and webmastertools for the www or non www thing? Code: RewriteCond %{HTTP_HOST} ^www\.wc3sear\.ch$ [AND]
^www\.blizzard\.cd$
RewriteRule ^(.*)$ http://www.blizzard.cd/$1 [L,R=301]
|
|
#4
| ||||
| ||||
|
You should use this code: Code: RewriteCond %{HTTP_HOST} !^www\.blizzard\.cd$
RewriteRule ^(.*)$ http://www.blizzard.cd/$1 [L,R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
|
The parked domain is wc3sear.ch and the primary is blizzard.cd I was also asking about that thread your partner linked me to and was wondering whether it would help to use both methods ( google webtools and htaccess ). |
|
#6
| ||||
| ||||
|
The code above will redirect request to ANY domains that is NOT "www.blizzard.cd", i.e. "blizzard.cd", "wc3sear.ch", "www.wc3sear.ch" or anything else.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| |||
| |||
|
Okay, I'll try it. Thanks. Should I set my URL as Blizzard Citadel in vbulletin options or should I skip the www? ( I want it to be www. but I'm not sure if it's allowed in admincp. ) And will this do or should I also set preferred URL in Google webmaster tools? Thanks. |
|
#8
| ||||
| ||||
|
Set it to whichever version you want to used exclusively. If you already have pages indexed with "www" you might as well keep using that.
__________________ Joe Ward / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| |||
| |||
|
I know, I was trying to ask whether I should also add the preferred domain in Google Webmaster Tools or is it enough to put it in the htaccess file?
|
|
#10
| ||||
| ||||
|
You should definitely specify it in Google Webmaster Tools as well.
__________________ Joe Ward / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parked Domain Using vBSEO | Freesteyelz | Troubleshooting | 6 | 01-31-2008 06:45 AM |
| Domain Parked | forumtikla | Türkçe | 2 | 01-03-2008 06:08 PM |
| Main Domain with 1 Add-On Domain and 3 Parked Domains | IrDVB | General Discussion | 1 | 03-25-2007 04:36 PM |
| Parked Domain redirect | xpfUK | Custom Rewrite Rules | 1 | 11-10-2006 05:59 AM |
| redirect domain.com/index.php to www.domain.com/ | LarryEitel | Custom Rewrite Rules | 4 | 07-05-2006 11:38 AM |