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
-
Redirect By IP location
Hi All, I have a client who operates in multiple countries with the sub directory structure. In AU for their main brand name .com site still ranks in the first position but /au ranks for most of the other terms. Current we have a 301 redirect in place for .com for anyone accessing the site from AU to /au. This is only for home pages as other .com pages don't rank in Australia. Just wondering what implication this can have on our SEO campaign. Cheers
Technical SEO | | SSP21
Thank you for your expertise and insights in advance.1 -
What is the difference between 301 redirects and backlinks?
i have seen some 301 redirects on my site billsonline, can anyone please explain the difference between backlinks and 301 redirects, i have read some articles where the writer was stating that 301 are not good for website.
Technical SEO | | aliho0 -
.htaccess Redirect 301 issues
I have completely rewritten my web site, adding structure to the file directories. Subsequently added was Redirect information within the .htaccess file. The following example ...
Technical SEO | | Cyberace
Redirect 301 /armaflex.html http://www.just-insulation.com/002-brands/armaflex.html
Returns this response in the URL bar of ...
http://www.just-insulation.com/002-brands/armaflex.html?file=armaflex
I am at a loss to understand why the suffix "?file=armaflex" is added The following code is inserted at the top of the file ...
RewriteEngine On redirect html pages to the root domain RewriteRule ^index.html$ / [NC,R,L] Force www. prefix in URLs and redirect non-www to www RewriteCond %{http_host} ^just-insulation.com [NC]
RewriteRule ^(.*)$ http://www.just-insulation.com/ [R=301,NC] Any advice would be most welcome.0 -
Canonical needed after no index
Hi do you need to point canonical from a subpage to main page if you have already marked a no index on the subpage, like when google is not indexing it so do we need canonicals now as is it passing any juice?
Technical SEO | | razasaeed0 -
301 redirect chains
Hi everyone, I've had my site for a while now and have changed the structure a number of times. I'm confident my 301's work well and am not concerned about dead ends on my site. My question is, is there a way to find 301 redirect chains? i.e. can I export my link data from webmaster tools and run it through some software that tells me how many steps my 301's are taking to get to the final page? I don't know for sure that there are long 301 chains in my link structure, but I have a suspicion and it's very hard to check by going through them manually. Thanks in advance Will
Technical SEO | | madegood0 -
Apache Rewrite Verse Redirect
I put in a request with my IT team to implement some 301 redirects. We recently launched a major redesign and there multiple version of some pages with different URLs. They asked why they could not do Apache Rewrites, so it was not necessary to return an HTTP header. I know Google's Webmasters best practices is to use 301 redirects. I am not familiar with the technical aspects of Apache et al. Are there advantages to using a rewrite? Thanks
Technical SEO | | SuperMikeLewis0 -
Redirecting 404
Hi. I'm working on a wordpress site, which got some old deleted pages indexed and now shows a 404 (also in the results) As these old pages earlier got content and probably also some links pointing towards it, what would then be best practice to do? Should i make an 301 redirect? Make the 404 noindex?
Technical SEO | | Mickelp0 -
Magento- 1675 302 Redirects - How to Fix?
Hi Folks, I would appreciate some help on this. My ecommerce website is built on magento and we currently have 1675 302 Redirects on it as pointed out by the SEOMOZ crawler. Has anyone any idea on how to fix this or ave you being on the same boat as me. Im pretty sure this is why it coming up that I have a lot of dup content on the website also. Help appreciated as always. Thank you!
Technical SEO | | dean19860