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
-
Moving html site to wordpress and 301 redirect from index.htm to index.php or just www.example.com
I found page duplicate content when using Moz crawl tool, see below. http://www.example.com
Intermediate & Advanced SEO | | gozmoz
Page Authority 40
Linking Root Domains 31
External Link Count 138
Internal Link Count 18
Status Code 200
1 duplicate http://www.example.com/index.htm
Page Authority 19
Linking Root Domains 1
External Link Count 0
Internal Link Count 15
Status Code 200
1 duplicate I have recently transfered my old html site to wordpress.
To keep the urls the same I am using a plugin which appends .htm at the end of each page. My old site home page was index.htm. I have created index.htm in wordpress as well but now there is a conflict of duplicate content. I am using latest post as my home page which is index.php Question 1.
Should I also use redirect 301 im htaccess file to transfer index.htm page authority (19) to www.example.com If yes, do I use
Redirect 301 /index.htm http://www.example.com/index.php
or
Redirect 301 /index.htm http://www.example.com Question 2
Should I change my "Home" menu link to http://www.example.com instead of http://www.example.com/index.htm that would fix the duplicate content, as indx.htm does not exist anymore. Is there a better option? Thanks0 -
Redirect Issue in .htaccess
Hi, I'm stumped on this, so I'm hoping someone can help. I have a Wordpress site that I migrated to https about a year ago. Shortly after I added some code to my .htaccess file. My intention was to force https and www to all pages. I did see a moderate decline in rankings around the same time, so I feel the code may be wrong. Also, when I run the domain through Open Site Explorer all of the internal links are showing 301 redirects. The code I'm using is below. Thank you in advance for your help! Redirect HTTP to HTTPS RewriteEngine On ensure www. RewriteCond %{HTTP_HOST} !^www. [NC]
Intermediate & Advanced SEO | | JohnWeb12
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ensure https RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule> END WordPress USER IP BANNING <limit get="" post="">order allow,deny
deny from 213.238.175.29
deny from 66.249.69.54
allow from all</limit> #Enable gzip compression
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript #Setting heading expires
<ifmodule mod_expires.c="">ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType image/x-ico "access plus 1 year"
ExpiresByType image/jpg "access plus 14 days"
ExpiresByType image/jpeg "access plus 14 days"
ExpiresByType image/gif "access plus 14 days"
ExpiresByType image/png "access plus 14 days"
ExpiresByType text/css "access plus 14 days"</ifmodule>0 -
YouTube hosting question
The "How it works" video that is embedded on my sites homepage is currently linked to an individual YouTube account not our company account. I would like to change the ownership so that the company profile can enjoy the added views (currently 13K +). Is there a way to move the video to a different account without losing the views it has already accumulated? Also, a related technical question - our R&D team says the video is slowing down the site. It links to YouTube but there is nothing in the source of our page about YouTube. Any suggestions for embedding it more effectively?
Intermediate & Advanced SEO | | theLotter0 -
If I own a .com url and also have the same url with .net, .info, .org, will I want to point them to the .com IP address?
I have a domain, for example, mydomain.com and I purchased mydomain.net, mydomain.info, and mydomain.org. Should I point the host @ to the IP where the .com is hosted in wpengine? I am not doing anything with the .org, .info, .net domains. I simply purchased them to prevent competitors from buying the domains.
Intermediate & Advanced SEO | | djlittman0 -
Page Titles of Blog
Hi, Should all the page titles of our blogs include a Keyword(s) and\or our website name?
Intermediate & Advanced SEO | | Studio330 -
Should I remove the ?replytocom variables in wordpress?
I'm using Yoast's wordpress plugin and there is an option to remove the replytocom variables. I'm curious what everyone's thoughts were on that, and if I should do it. Here's the site if you need to see it. Thanks!
Intermediate & Advanced SEO | | NoahsDad0 -
How To Create Dynamic WordPress Tags
Does anyone know how to make WordPress "tag" pages automatically generate a description based on the posts included in the tag? I have a lot of tags, and most of them rank well for long tail keywords. However I have noticed that although they have a dynamically generated "title meta tag" they do not generate a "description meta tag". I know WordPress lets you customize the description for each tag, but I have way to many for that. I need the description meta to be auto generated from the posts that are being tagged, rather than not including one at all. Does anyone know how to do this?
Intermediate & Advanced SEO | | MyNet0 -
Does Google prefer Wordpress Blogs?
In creating a regular brochure website such as one for a dentist or doctor, do you see any SEO benefit to having it based in a Wordpress blog? I do see the SEO benefit of having an actual blog on the site and continually updating that, but simply using the Wordpress platform as a CMS - does that give the site any benefit? If there is a benefit, is there a way to duplicate that advantage without going through the trouble of creating a Wordpress template for the site? Maybe just publishing a sitemap.xml, and feed, etc? Thanks! Tom
Intermediate & Advanced SEO | | TomBristol0