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
-
Is a page with links to all posts okay?
Hi folks. Instead of an archive page template in my theme (I have my reasons), I am thinking of simply typing the post title as and when I publish a post, and linking to the post from there. Any SEO issues that you can think of? Thanks in advance!
Intermediate & Advanced SEO | | Nobody16165422281340 -
Blog subdomain not redirecting
Over the last few weeks I have been focused on fixing high and medium priority issues, as reported by the Moz crawler, after a recent transition to WordPress. I've made great progress, getting the high priority issues down from several hundred (various reasons, but many duplicates for things like non-www and www versions) to just five last week. And then there's this weeks report. For reasons I can't fathom, I am suddenly getting hundreds of duplicate content pages of the form http://blog.<domain>.com</domain> (being duplicates with the http://www.<domain>.com</domain> versions). I'm really unclear on why these suddenly appeared. I host my own WordPress site ie WordPress.org stuff. In Options / General everything refers to http://www.<domain>.com</domain> and has done for a number of weeks. I have no idea why the blog versions of the pages have suddenly appeared. FWIW, the non-www version of my pages still redirect to the www version, as I would expect. I'm obviously pretty concerned by this so any pointers greatly appreciated. Thanks. Mark
Intermediate & Advanced SEO | | MarkWill0 -
Wordpress Blog in 2 languages. How to SEO or structure it?
Hi Moz community, I have got a wordpress blog currently in the spanish language. I want to create the same blog content but in english version. (manually translate it to english instead of using translation service such as Google Translate). How should i structure the blog for SEO? How will it work? Any structure markups i should know about? Any examples? Thanks
Intermediate & Advanced SEO | | WayneRooney0 -
When should you redirect a domain completely?
We moved a website over to a new domain name. We used 301 redirects to redirect all the pages individually (around 150 redirects). So my question is, when should we just kill the old site completely and just redirect (forward/point) the old domain over to the new one?
Intermediate & Advanced SEO | | co.mc0 -
Is it safe to redirect our .nl (netherlands) domain that we have just purchased to our .com domain?
Hi all! We've recently developed a German version of our website with German translation and now we have just purchased a .nl domain, but with this one, we want all of the copy to remain in English. Is it ok to redirect our .nl domain to our current .com website or will this give us bad SEO points? Thank you!
Intermediate & Advanced SEO | | donaldsze0 -
301 Redirect - What happens to backlinks
Hello... One of my sites is losing rankings in G. I received the webmaster notification of unnatural links... My question is, should i do a 301 redirect of every page on my site to a new domain? If so, do the backlinks (which i believe are causing my rankings to drop) carry over? How about the good backlinks? Also, what would happen to the rankings i currently have on page 1? Thanks
Intermediate & Advanced SEO | | Prime850 -
GeoIP - Redirect all but target country
My client would like to redirect all non UK traffic from their UK site to their main group site. I am intending to use a .htaccess redirect, like this: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !^GB$
Intermediate & Advanced SEO | | cottamg
RewriteRule ^(.*)$ http://www.group.com$1 [R,L] I have tested the redirect at it works fine. My question is if I put this in place would it have any negative SEO impact on the UK site?0 -
301 Redirects After Company Acquisition
We recently acquired a company, and now we are going to redirect all of the pages on their site to their respective pages on our site. Do we need to keep the original pages on their site active? For how long? Ideally, we would like to redirect everything and remove the old site entirely so we don't have to pay to keep hosting it. Is this possible? Thanks!
Intermediate & Advanced SEO | | pbhatt1