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
We have many redirects in place - and sometimes 2 in a chain. Is there a recommended time you should have a redirect in place?
Technical SEO | | Caroline_Ardmoor0 -
301 Redirects
Hi, I have switched my site from a http .co.uk site to a https .com site. I have set a 301 redirect in the .htaccess file pointing all traffic going to the original .co.uk site to go to the new https: RewriteEngine on
Technical SEO | | imoprojects
RewriteCond %{HTTP_HOST} ^up-bus.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.up-bus.co.uk$
RewriteRule ^(.*)$ "https://www.up-bus.com/$1" [R=301,L] however when i search in google for keywords the original .co.uk site is still registering in search, is there something else I am required to do to tell google to use the new https site instead? Do i need to do redirects for every page, or is what I have done above sufficient? Hope you can help, I am struggling with getting our site to register on google search, any advice greatly welcome Thanks in advance, Ian0 -
Redirecting old Sitemaps to a new XML
I've discovered a ton of 404s from Google's WMT crawler looking for mydomain.com/sitemap_archive_MONTH_YEAR. There are tons of these monthly archive xmls. I've used a plugin that for some reason created individual monthly archive xml sitemaps and now I get 404s. Creating rules for each archive seems a bad solution. My current sitemap plugin creates a single clean one mydomain.com/sitemap_index.xml. How can I create a redirect rule in the Redirection WP plugin that will redirect any URL that has the 'sitemap' and 'xml' string in it to my current xml sitemap? I've tried using a wildcard like so: mysite.com/sitemap*.*, mysite.com/sitemap ., mysite.com/sitemap(.), mysite.com/sitemap (.) but none of the wildcard uses got the general redirect to work. Is there a way to make this happen with the WP Redirection plugin? If not, is there a htaccess rule, and what would the code be for it? Im not very fluent with using general redirects in htaccess unfortunately. Thanks!
Technical SEO | | IgorMateski0 -
Fix redirect loop
Hi,
Technical SEO | | bshanahan
I've been trying set up a 301 redirect from http://domestiquecap.com to www.domestiquecap.com but one was already set up by my client the other way around (from www to http://) so it's creating a redirect loop. However, we don't know where that original redirect was set up. The htaccess file doesn't appear to have the redirect and neither does the control panel of our hosting company. We need to turn off that original redirect so that I can instead redirect to the www subdomain. Where else could this 301 redirect have been set up? Is there a tool to diagnose where the 301 redirect was created so that I can turn it off? I am thinking maybe it was created via the domain registrar (GoDaddy) since the client has the login there and hasnt shared it with me.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 -
I need to know more clearance on rel=canonical usage than 301 redirects ?
Hi all SEOmozs, As we all know purposes of rel=canonical , I have a query to ask that If we don't have any possibility to use 301 redirects on a domain , can it be really right to use rel=canonical on an old domain to let search engine to treat those all pages should be not priority where the domain we are being promoted in the market to list up instead that. I found this interesting Matt Cutts video http://www.youtube.com/watch?v=gJK5Uloy76g where he has told or cleared the point very nicely, yes we can use it if there is no possibility in your older domain or pages. So here i am asking the same to know more detailed clarity on this so that i can be more confidence on it. I have been seeing issues in my domains where old one domain comes than new domain why with new domain contents, and can it be really very good to bring new domain with **rel=canonical without using 301 redirect :
Technical SEO | | Futura
Old : kanin.com (leaving) New : kangarokanin.com (promoting) Where i might have not used yet the rel=canonical in old domain, will be going to use it soon , after finishing this discussion.** Regards,
Teginder Ravi tcSnN.jpg tcSnN.jpg dGd34.jpg0 -
Where to put 301 redirects in Magento?
I will be changing the URL structure in a magento store from "base/category/subcategory/product" to "base/product" which means i have to make over 1000 URL 301 redirects so our old links still work. Should i put the redirects in a .htaccess file so they stay intact no matter what or should i just put them in with all the other rewrites (in Magento 's URL rewrite manager)? Thanks
Technical SEO | | tilenkrivec0 -
A technical 301 Redirect Question
Alright, I'm taking a chance and stepping into the developer role here...something completely out of my comfort zone so bear with me. We have a pretty site built in PHP (www.dassant.com) and we are coming across some duplicate content issues. For example, these are supposed to be the same page: http://www.dassant.com/products.php and http://www.dassant.com/products So the SEO in me states the obvious: We need a 301 redirect stat! Unfortunately, our developer went MIA and I am having the hardest time getting a 301 implemented. After some research I found the code that I need to paste into the PHP (for this specific page): Header( "HTTP/1.1 301 Moved Permanently" );
Technical SEO | | EssEEmily
Header( "Location: http://www.dassant.com/products" );
?> However, when I paste it in, upload and refresh the page, I get these error messages in the (multiple) browsers I use. (See attached) http://imgur.com/a/1lar5 With my limited knowledge I can't find these supposed other redirects so I'm stumped. Can anyone shed some light? Thank you in advance! 1lar50