Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Redirect posts from a wordpress.com blog over to a self-hosted blog
-
Hi All
I started a wordpress.com blog with a few posts on it, and these have been shared using social media so links to these exist on Facebook and Twitter.
I've decided that its going to be better and more effective to have the blog on my primary domain.
How would I setup a redirect from the wordpress.com blog to my self hosted blog? Normally I'd write a .htaccess file but I'm unable to do that over at wordpress.com.
I can't even see an option to install plugins, otherwise I would have used the "Redirector" plugin.
-
This is why I mentioned it might be worth my while re-arranging paragraphs from the articles, maybe adding some relevant images and changing the content slightly to avoid any cross domain duplication problems.
I might go ahead and do as Highland is suggesting, I was hoping that wasn't the only way to do it.
-
Hi Ben
No problem... thanks for clarifying. Seems like the only way to do it and have anything "redirect" is to have some sort of intermediate step.
This is a little wild, but you could;
- Create your middle blog with matching content
- Redirect wordpress.com to the middle blog with matching URLs and content
- Then cross domain rel=canonical the middle blog to the final destination with the same content.
Maybe that's worth a try, I don't see any dup penalties cause only the final site is being "credited" by you as the source, but you end up with a chain of redirects, which is not recommended, but Matt Cutts has said they can handle 2-3 most of the time.
-Dan
-
I wouldn't just drop the old site. it has SEO momentum and you want to capture as much of that momentum as you can before you drop it (otherwise you need to build it from scratch on your new site).
There's going to be penalties in doing it either way. You're going to have duplicate penalty until the old site gets de-indexed.
-
Thank you both for your replies.
Highland, I was hoping to eradicate the sitename.wordpress.com blog in the coming month. The blog in question only has 3 articles at the moment so I'm not sure if I should just move the articles to the self-hosted blog; amend the content slightly (so the article isn't the same as sitename.wordpress.com), delete the wordpress.com blog and let Google and other search engines re-index the page on my self-hosted blog... or would this cause more hassle and possible penalties?
Sorry Dan I probably should have said before that the domain I'm wanting to redirect to is an existing site with pages already setup etc. I don't have access to the DNS and I have to contact BT through their online form and wait 3 days for them to get back to me per DNS change request so that's not a viable option, but I appreciate the information provided, it was certainly worth a read.
-
Hi Ben
Highland's response is definitely a good "poor man's" way, and there's nothing wrong with it at all.
WordPress now offers site redirects through the wordpress store - I believe it's like $12 a year.
There is also this domain mapping trick, which seems like it would still work, but they do say its a little complicated.
-Dan
-
Wordpress.com is a whole different beast from the Wordpress software. WP.com uses the WP software and shoves it into a shared hosting environment. So you can't do most things you can do elsewhere.
If you are using your own domain, just move your blog off WP.com and host it yourself. You can retain the same URL structure doing this.
If you're using myblog.wordpress.com, you're a LOT more limited. My suggestion would be to do a poor man's 301. Copy your content to the new blog, then gut the old URL and put a link to the new URL. This is not the preferred method but it lets you keep your traffic and still pass some SEO. Since it's not duplicate, it will eventually cause your new page to rise and the old to fade.
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
-
Two blogs on a single domain?
Hi guys, Does anyone have any experience of having (trying to rank) two separate blogs existing on one domain, for instance: www.companysite.com/service1/blogwww.companysite.com/service2/blogThese 2 pages (service 1 and service 2) offer completely different services (rank for different keywords).(for example, a company that provides 2 separate services: SEO service and IT service)Do you think it is a good/bad/confusing search engine practice trying to have separate blogs for each service or do you think there should be only one blog that contains content for both services?Bearing in mind that there is an already existing subdomain for a non-profit part of business that ranks for different keywords: non-profit.companysite.comand it will potentially have another blog so the URL would look like: non-profit.companysite.com/blogAny ideas would be appreciated!Thanks
Intermediate & Advanced SEO | | kellys.marketing0 -
Domain Redirect and SSL Cert
Hi, When redirecting an entire site to another domain, do you have to maintain the SSL certificate? The SSL expires 3 days before the planned redirect. Thanks in advance.
Intermediate & Advanced SEO | | sofla_seo0 -
How do you 301 redirect URLs with a hashbang (#!) format? We just lost a ton of pagerank because we thought javascript redirect was the only way! But other sites have been able to do this – examples and details inside
Hi Moz, Here's more info on our problem, and thanks for reading! We’re trying to Create 301 redirects for 44 pages on site.com. We’re having trouble 301 redirecting these pages, possibly because they are AJAX and have hashbangs in the URLs. These are locations pages. The old locations URLs are in the following format: www.site.com/locations/#!new-york and the new URLs that we want to redirect to are in this format: www.site.com/locations/new-york We have not been able to create these redirects using Yoast WordPress SEO plugin v.1.5.3.2. The CMS is WordPress version 3.9.1 The reason we want to 301 redirect these pages is because we have created new pages to replace them, and we want to pass pagerank from the old pages to the new. A 301 redirect is the ideal way to pass pagerank. Examples of pages that are able to 301 redirect hashbang URLs include http://www.sherrilltree.com/Saddles#!Saddles and https://twitter.com/#!RobOusbey.
Intermediate & Advanced SEO | | DA20130 -
.htaccess 301 Redirect Help! Specific Redirects and Blanket Rule
Hi there, I have the following domains: OLD DOMAIN: domain1.co.uk NEW DOMAIN: domain2.co.uk I need to create a .htaccess file that 301 redirects specific, individual pages on domain1.co.uk to domain2.co.uk I've searched for hours to try and find a solution, but I can't find anything that will do what I need. The pages on domain1.co.uk are all kinds of filenames and extensions, but they will be redirected to a Wordpress website that has a clean folder structure. Some example URL's to be redirected from the old website: http://www.domain1.co.uk/charitypage.php?charity=357 http://www.domain1.co.uk/adopt.php http://www.domain1.co.uk/register/?type=2 These will need to be redirected to the following URL types on the new domain: http://www.domain2.co.uk/charities/ http://www.domain2.co.uk/adopt/ http://www.domain2.co.uk/register/ I would also like a blanket/catch-all redirect from anything else on www.domain1.co.uk to the homepage of www.domain2.co.uk if there isn't a specific individual redirect in place. I'm literally tearing my hair out with this, so any help would be greatly appreciated! Thanks
Intermediate & Advanced SEO | | Townpages0 -
How to 301 redirect old wordpress category?
Hi All, In order to avoid duplication errors we've decided to redirect old categories (merge some categories).
Intermediate & Advanced SEO | | BeytzNet
In the past we have been very generous with the number of categories we assigned each post. One category needs to be redirected back to blog home (removed completely) while a couple others should be merged. Afterwords we will re-categorize some of the old posts. What is the proper way to do so?
We are not technical, Is there a plugin that can assist? Thanks0 -
Primary Domain or Redirect?
We are starting a new travel guide for a resort town. I have bought an expired domain with decent related links and PR (which seems to have survived the transfer (4 months ago). Beofre we launch the new site I am trying to decide if we should use this expired domain as the primary URL for the new site or just do a permanent redirect and buy a new domain that better matches the theme of the site. I am obviously concerned with starting from scatch with a new domain. I am confident we can build some good rellevant links in a short time but this space is very competetive. Any input would be greatly appreciated.
Intermediate & Advanced SEO | | Locals0 -
.com and .edu difference
Hello, Can anyone tell me how big is the difference between a PR5 .com and a PR5 .edu Double, triple? How big? Cornel
Intermediate & Advanced SEO | | Cornel_Ilea0 -
Trailing Slash: Lost in Redirection?
Question here, but first the lead in. As you all know, 301 redirects don't pass on 100% of link juice. I've set up my site using htaccess to redirect all non-ww to www and redirect all URLs to have a trailing slash. FYI, the preferred domain is selected in WMT and canonical URLs appear in the head section of all pages. So now what happens when sites that link to mine don't include either the www or the trailing slash, which is actually quite common? Of course, asking the site own to correct the link is ideal, but that's not always possible. So if thousands of links on external sites are linking to http://www.site.com instead of http://www.site.com/, won't lots of link juice get lost in redirection? I can't think of anything more I can do to the URLs to reduce duplicate content and juice dilution. Thoughts? Kevin
Intermediate & Advanced SEO | | kwoolf0