简体   繁体   中英

Blogger/Blogspot redirect to own domain?

How can I create a 301-Google friendly redirect to redirect visitors from a Blogger/Blogspot website to my own domain?

The visitors of the posts of the old domain:

http://example.blogspot.com/2014/03/blogpost-title.html

should be redirected to the new domain:

http://example.com/blogpost-title/

How do I do that with Blogger/Blogspot?

Edit: In the new domain I don't want to use blogspot - I use my own hosted WordPress instead.

In blogger dashboard's setting tab there is option for publishing where you can add your custom domains. Here is the nice post from google

Ajedi32 commented:

Just adding your target domain as a "custom domain" will set up the redirect, even if that domain doesn't point back to Blogger as the help page presumes it will.

Go to your blogger blog,than setting option,than basic.

there is a oprion below your blogspot url ,setting a third party domain,add your domain name there.

now go to domain name control panel, change nameserver as per instruction. also add cname . now go back to blogspot blog and click on set up a third party url,click on redirect domain. that's all.

it may sometime tooks 24 hours if you are using godaddy or namepro domain.

The option that i want to suggest you is redirect your blogspot visitors to home page of your own blog.

Step-1

Go to blogger and login with login credentials.

Step-2

Click on “Template” from left side menu.

Step-3

Here you can see blog preview. Click on “Edit HTML”. In blog html paste below code in <head> tag and click on “Save template”.

Let have a look at below code.

<meta content='2;url=http://yourdomain.com/' http-equiv='refresh'/>

Read more: How to redirect blog from blogspot to .com

This is very simple. All that you would need to do is + "Set up a third-party URL for your blog". it is a link in the settings section of the blog. for detailed description follow my blog.

http://www.lazygeeks.in/2015/01/forward-my-domain-to-my-blog.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM