Hello, How I can transfer my page domain from domain1.com to domain2.com, How much google need for change all my indexed link from domain1.com to domain2.com ? Thanks.
You just need to do a permanent redirect (301). This wikipedia article has a lot about it. https://en.wikipedia.org/wiki/URL_redirection
Hello, With 301 i will change all 1.com link indexed on google to 2.com ? How much this time take for finish this procces from 1.com to 2.com Thanks.
It all depends on how many pages you have. If you use a CMS like WP, there are plugins that can make your life easy. Provide us with a link (the real name of 1.com), you might get a more relevant answer
in google webmastertools, make sure you have both domains and proved your ownership (by random file upload or some other means) then use redirect tool to specify that domain1 will be redirected to domain2. once google confirms it, then place this line is .htaccess file in domain1's root directory (usually public_html) Redirect 301 / http://www.newdomain.com/ Code (markup):
This will not help in redirecting the Individual Post/Page URL's, am i correct? The OP had asked for every single URL to be redirected, so wont this be a better option? RewriteRule (.*) http://www.newdomainname.com/$1 [R=301,L] PHP: Suggested Reading and the link to Google Webmaster Suggestions as mentioned by omkaar
No .. it helps every link after a / will redirect to domain2 i've been successfully redirecting old domain traffic to new domain with all links redirected by this. try it