Quote:
Originally Posted by seekndestroy88
Yes i have installed the blog on /videos. now what should i do now ? changing the blog location to www.zemtv.com will fix the problem or not ?
|
You have 301·Moved·Permanently moved your home page this is going to take so time to settle down, and it is very common to lose ranking and of course your new home page will have a 0 page rank as it a new page.........
The 301 should in time pass over the pr, link juice, ranking etc from the old home page but will it all come over who knows, its a waiting game there are no promises here I have seen it go both ways, this is a huge change and should not be done lightly.........
You not answered my question why did you do it????????????
Quote:
Originally Posted by seekndestroy88
there is another issue that i can feel is , Google has indexed some of my pages with "www" and most of the pages are without "www" .. should i add "www." when changing the blog address to zemtv.com root ?
|
Your need to choose a url for each page and stick to it, which I think is the non www. 301 the www. to the non stick to it in your navigation, site map, internal linking and show one page 301 the others.
Your running on a Apache server so adding the below code to your .htaccess file should do this,
Be sure and check this, i.e add leave your site refresh your browser etc and then test but choose one domain......
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^zemtv\.com
RewriteRule (.*) http://zemtv.com/videos/$1 [R=301,L]
Theres load of over stuff have a good look at the urls in your xml.sit map?
http://zemtv.com/sitemap.xml
http://zemtv.com/entertainment/zee_cinema/index.php
?
http://zemtv.com/entertainment/zee_cinema/
Surely the second is the correct url?????????
Hompage = in xml sitemap = http://zemtv.com/
why 301 then keep this in your site map????????????
The but the above is only the tip of the iceberg, so I would try and sort this out asap................
Good luck
-
Last edited by jim111; 01-31-2010 at 12:09 PM..
|