vBulletin Search Engine Optimization
This is a discussion on is it possible... within the General Discussion forums, part of the vBSEO SEO Plugin category; OK, my main site page used to be www.site.com/phpportal/ but I have recently moved it to www.site.com/ The problem is ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
OK, my main site page used to be www.site.com/phpportal/ but I have recently moved it to www.site.com/ The problem is the page rank for the phpportal was a 4 and the root was only a 3. Is there any way to get the 4 to transfer to the root? |
|
#2
| ||||
| ||||
| Re: is it possible...
Hello Jeremy, you cannot transfer your PR directly from one URL to another, but you can setup a google-safe redirection to let googlebot know that your content has been moved to new location and update it's index faster. You should add the following to the root .htaccess file for this right after "RewriteEngine on" line: Code: RewriteRule phpportal/(.*) $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. |
|
#3
| |||
| |||
| Re: is it possible...
Oh awesome, thanks much!
|