Pieriepivehog
New Member
I have one site and I want to give 301 redirection to some of the url. So, I want to know which url I use in my site means old one or new one?
If I use old url and redirected to new one is that correct or directly should I place new url in place of old url? Assuming this involves only one site where the file names have changed;
PHP Code: \[code\]RedirectMatch permanent /old-name.php http://mysite.com/directory/new-file.html
\[/code\] If the files moved from one site to another the redirect would go on the old site and the syntax would be the same.
Edit: I should have said that is the proper syntax for an Apache server using the cPanel brand of control panel. this is what i got in redirect
<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value=http://www.v7n.com/forums/seo-forum/"http://www.new-url.com"> After you redirect your old URLs to new ones, start using only the "new ones". Is this what you are asking for? hi
use 301 redirection on old site, so that you re-directed to new one . Redirect old page to new page which you think are relevant for older version of page. Your post is a bit confusing. Redirect your old domain to your new domain. Technically (from Google's tools), you'll see that they'll recognize both domains. It's either in their analytics or webmaster tools. I'm referring to backlinks for this. First of all see that all old URL is indexed in Google, if yes than do not replace with new URL, in this case you have to use 301 redirection.
If you directly replace old URL with new URL then your keyword ranking will get lost and the link building power will also go down. (301) redirect is the best possible choice that will transfer you old page juice to new page. So I strongly recommend you to do (301) redirect. Use or old url, so that you don't lose your website traffic. Then, people who already bookmark or memorize your old url can continue to have access easily. when you redirect your old URLs to new ones, start using only the new ones for the same. 301 Redirection from old one to New one makes sense. By applying the redirection it might harm you some with the rankings.
If I use old url and redirected to new one is that correct or directly should I place new url in place of old url? Assuming this involves only one site where the file names have changed;
PHP Code: \[code\]RedirectMatch permanent /old-name.php http://mysite.com/directory/new-file.html
\[/code\] If the files moved from one site to another the redirect would go on the old site and the syntax would be the same.
Edit: I should have said that is the proper syntax for an Apache server using the cPanel brand of control panel. this is what i got in redirect
<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value=http://www.v7n.com/forums/seo-forum/"http://www.new-url.com"> After you redirect your old URLs to new ones, start using only the "new ones". Is this what you are asking for? hi
use 301 redirection on old site, so that you re-directed to new one . Redirect old page to new page which you think are relevant for older version of page. Your post is a bit confusing. Redirect your old domain to your new domain. Technically (from Google's tools), you'll see that they'll recognize both domains. It's either in their analytics or webmaster tools. I'm referring to backlinks for this. First of all see that all old URL is indexed in Google, if yes than do not replace with new URL, in this case you have to use 301 redirection.
If you directly replace old URL with new URL then your keyword ranking will get lost and the link building power will also go down. (301) redirect is the best possible choice that will transfer you old page juice to new page. So I strongly recommend you to do (301) redirect. Use or old url, so that you don't lose your website traffic. Then, people who already bookmark or memorize your old url can continue to have access easily. when you redirect your old URLs to new ones, start using only the new ones for the same. 301 Redirection from old one to New one makes sense. By applying the redirection it might harm you some with the rankings.