Do I need Redirects?
-
I've recently changed my old static website to a WordPress one. I'd like to know what do do (if anything) about my old links.
For example a page on my old site was: www.iainmoran.com/corporate-magician.html - now I'm using WordPress, the url is:
www.iainmoran.com/corporate-magician/My question is, do I need to set up redirects on these old pages (which no longer exist or will Google eventually re-crawl my site and update the links themselves?
I'm using the Yoast SEO Plugin for WP and it creates a sitemap, which of course will have my new pages on. But don't want Google to penalise me for having broken links, etc.
Many thanks,
Iain.
-
Hi Iain- that's what this community is all about isn't it great! I take it the specific urls you mention above you mean is it ok to redirect to a page with a completely different name? The answer is yes if that is the new location of that page then your redirect is absolutely fine.
I have had a quick check and your redirects are setup fine well done - happy seoing
-
I've finished doing the redirects and they all seem to work
When setting them up, I've used the full url (including http://www.) for both the "source" and "target" url's.
I originally had a page: http://www.iainmoran.com/mailing-list.html, but this is now:
http://www.iainmoran.com/newsletter/Hope this was the right way to do it?
Thanks again - it's such a relief knowing there are kind people who are willing to help.
Iain.
-
No problem Iain - firstly I would still create the redirects from your old html pages to their new locations as you rightly say there will be other sites with old links. You wouldn't want potential visitors/customers thinking your site is no longer there or down because they found it via a redundant link..
Secondly I wouldn't worry about doing anything regarding the current redirects - if you type any of your pages without a trailing slash you will see you are redirected to one with a trailing slash essentially reducing duplicate content for you.
Have a look at this article as to why it is something you don't need to worry about changing - http://googlewebmastercentral.blogspot.co.uk/2010/04/to-slash-or-not-to-slash.html
-
Thanks so much, Matt & Keri,
I've just installed the plugin and looked in Google to check which of my old (html) pages were indexed and amazingly it appears that there are none. It was a few weeks ago since I launched the new site, but certainly a few of the old pages appeared in Google Search results a few days ago.
I guess it's still worth doing though as there will be other sites with the old links on?
I notice that in my first SEOMoz crawl report it mentions that I have a 301 Redirect (which I didn't set up) going from: http://www.iainmoran.com/close-up-table-magic
To this: http://www.iainmoran.com/close-up-table-magic/
Is this something that I should deal with and if so, how?
The support here is amazing and I'm very grateful to you all.
Iain.
-
Hi Keri - I agree so just added the link to redirection plugin to my reply - should make Iain's life easier..
-
Hi Iain
You don't need to create your old pages again just create 301 redirects in your .htaccess file which can be done using Yoast plugin - http://yoast.com/wordpress/seo/#files
Here is SEOMoz's guide to redirection - http://www.seomoz.org/learn-seo/redirection
Here is a redirection plugin for Wordpress just enter old url and new one you want it to point to and it will do the work for you - http://wordpress.org/extend/plugins/redirection/
-
I'd suggest the redirection plugin for Wordpress. You can easily redirect the missing pages to the correct pages without having to create any pages. It also logs 404s for you, and you can create redirects from the 404 log
-
Thanks Matt,
These pages no longer exist on my server so I should create the pages again - each page just having the redirect code that goes to the new version of each page?
Thank you,
Iain.
-
If you have content that is indexed in Google and has moved to a new location due to a site change such as this then I would recommend that you place 301 redirects from your old pages to the new corresponding ones..
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Redirects Advice Please
Hi All, I have been approached by someone to look at their website who has seen a rank drop over the last week of around 15 places. On a quick look at their website I have seen what I am imaging could be the culprit as I imagine it will be creating a re-direct loop. However, i am not 100% with these things so would like some others opinions.com They have a wordpress website. There home page lets say https://theirsite.com/ They have an internal page built for a search term https://www.theirsite.com/keyword In wordpress they have set that page in settings to be the homepage. However, I looked on their server and via htaccess they have a 301 redirect from https://www.theirsite.com/keyword to https://www.theirsite.com/ So the questions are: 1. Could this be creating a loop? 2. The redirect was placed around a week before the rank drop. Could this possibly be the cause of the drop? 3. I am assuming that removing the 301 from htaccess is recommended? Thanks in advance for any advice
Technical SEO | | DaleZon0 -
URL redirecting domains
Hi Is there anything wrong/dangerous forwarding a clutch of domains to a sub page (landing page) on a different domain ? Say Brand X buys Brand Z and wants to close down Brand Z site but have Brand Z domain fwd to a landing page (explaining the company acquisition) on Brand X site. In addition Brand Z had a few related but unused domains forwarding to Brand Z doman & now also wants those fwd'd to the new landing page on brand X Since the reasons for doing this forwarding are legitimate company reasons relating to an acquisition i would have thought it should be ok but can anyone think of a reason why could be bad since i remember in the old days peeps used to redirect domains for seo reasons so worried fwd'ing a load of domains could cause some sort of negative flag with big G ? Also do domain redirects transfer the authority/juice from the old site/domain to the new destination page (new landing page on brand x site) similar to how a 301 redirect works ? Many Thanks Dan
Technical SEO | | Dan-Lawrence0 -
301 redirects
Hello. Our site was recently rebuilt, and we switched from using index.php in all the urls to not using it at all. We also changed the names of many of our pages. So the urls have been renamed from "example.com/index.php/old_page_name/" to "example.com/new-page-name/". While we were at it, we changed from "_" to "-" as our word separators in the urls. In the .htaccess file, we have a small block of code that strips out "index.php/" from all requests. This code redirects a request for "example.com/index.php/old_page_name/" to "example.com/old_page_name/" For your information, the code that strips out "index.php/" is: RewriteCond %{THE_REQUEST} ^GET.index.php [NC]
Technical SEO | | nyc-seo
RewriteCond %{THE_REQUEST} !/uSZWTLna/.
RewriteRule (.?)index.php/(.*) /$1$2 [R=301,L] Then we have 301 redirects from "example.com/old_page_name/" to "example.com/new-page-name/" QUESTION 1: Is this two-step redirect approach okay, or would it be better to skip the separate index.php stripping code and simply have 301 redirects that include "index.php" in the urls? QUESTION 2: Will we lose some of the benefit of the links that have to pass through a 301 redirect? QUESTION 3: We have 50 or so redirects. Will this affect performance of the site? How many redirects does it take to start affecting performance? Thank you!0 -
How can I perform this 301 redirect?
I am working on a site for a colleague and have installed wordpress on their server in the wp directory, they want the root domain redirecting to the wp directory but everything i have tried seems to throw up errors. i need sample.co.uk to redirect to sample.co.uk/wp/ no matter which html file they are trying to access on the root of the sample.co.uk site help?
Technical SEO | | GrassRootsSEO0 -
What is "canonical." And what do I need to do to fix it?
I'm seeing about 450 warnings on this. What is "Using rel=canonical suggests to search engines which URL should be seen as canonical." And what do I need to do to fix it?
Technical SEO | | KimCalvert0 -
Someone is redirecting their url to mine
Hello, I have just discovered that a company in Poland www.realpilot.pl is directing their domain to ours www.transair.co.uk. We have not authorised this, neither do we want this. I have contacted the company and the webmaster to get it removed. If you search for the domain name www.realpilot.pl we (www.transair.co.uk) come up top. My biggest worry is that we will get penalised by Google for this re-direct as it appears to be done using some kind of frame. Does anyone know anything about this kind of thing? Many Thanks Rob Martin
Technical SEO | | brightonseorob0 -
How do 301 redirects affect rankings?
Scenario: example.com/red-shoes gets 301 redirected to example.com/brown-boots because we have stopped selling red shoes and now only sell brown boots (which is a fairly new page with no authority). the red-shoes page ranked well for "red shoes" and "footwear". Will Google still index and show the red-shoes url in the SERPs? Will the "red shoes" and "footwear" keywords still rank well? Or does the redirected/new boots page need to properly support these keywords? The boots page has inherited the juice from the shoes page, but how does it help the boots page rank well? Only for keywords that both pages targeted, like a general "footwear" type keyword? Thanks in advance!
Technical SEO | | akim260 -
301 redirects and old domain names
Thanks to the great advice i've received on this forum, I'm combining 50 different truck sites into a single, ultimate truck website. So my question is how long should I make a website 301 redirect to the appropriate page on my new website? My thought is that if it works well to have a single website, it might be nice to eventually sell off some of the old domain names that I won't be using anymore. Thanks! Andy
Technical SEO | | daenterpri0