How to Create Subdomain in WordPress from Blogger The title is a bit confusing huh. Less is more like this: we have a blog on blogspot and already using their own domain, well the story we want to make a new blog on wordpress but using a subdomain of the domain used in the blogspot. Well, that's what the title means: D. This tutorial actually has a lot of requests, but only now can be realized. This tutorial is also a continuation of my previous post related to this tutorial that is How to Create Subdomain in Blogspot . For those who have not read, please be first. Ok, go ahead. Basically to make a subdomain from blogspot to wordpress is very easy, it's just that I'm a bit confused to write this tutorial because not all registrar or domain provider have the same control panel display, so even though this tutorial I explain as simple as possible, does not guarantee my friend Mudeng: D. First of all you need to set up of course must already have a b...
How to Overcome Duplicate Content in Blogger Update 2015
Update 04 November 2015
Tutorial how to solve duplicate content in blogger was first published about 2 years ago. Because quite a lot of changes that occurred during these two years, so this post I update again to stay relavan to apply now.
There are several things that cause duplicate content in blogger. Among these are duplicates that occur because archive pages, searches, and most commonly are duplicate content because of mobile version pages.
Then how to solve it to avoid duplicate content?
The trick is easy, but it should be tailored to the cause, so not all duplicate content can be resolved in the same way. Ok, just take a good look at the following way:
1. Duplicate Content Due to Page Label
In the default state of the actual page label has been set so as not indexed by search engines, namely the robots.txt file. But somehow, sometimes label pages are still indexed by search engines that ultimately lead to duplicate content.
The solution buddy should enter a special code manually into your blog template.
Please add your code below under the
<head> code inside your blog template: <b:if cond='data:blog.searchLabel'> <meta content='noindex,nofollow' name='robots'/> </b:if> 2. Duplicate Content Due to Archive and Search Page
To overcome duplicate content that occurs because the archive page and the search is very easy, no need to enter special codes, my friend only need to set the setting of search preferences on your blog dashboard.
Go to your blog dashboard> Settings> Search preferences> Enable custom robot header tags . Next stay adjust as shown below:
3. Duplicate Content Due to Mobile Version Pages
The most common cause of duplicate content that occurs in bloggers is because of the mobile version of the blogger because every post on the blogger has three different URLs with the same content.
Like this example:
Original URL : namablogku404.blogspot.com/2015/09/postingan-keren.html
Mobile version URL : namablogku404.blogspot.com/2015/09/postingan-keren.html?m=1
Desktop version URL : namablogku404.blogspot.com/2015/09/postingan-keren.html?m=0
If all the above URLs are indexed Google then there will be 3 duplicate content in one post.
Why do I get indexed?
After researching more deeply about this issue I find that this is happening because of the use of blogger template Valid HTML .
Loh how come?
Average HTML blogger template removes some important code in blogger.One of them is <b: include data = 'blog' name = 'all-head-content' />.
One of the functions of the code is to display the rel = "canonical" code that is important for dealing with duplicate content.
There are some valid HTML templates that manually encoded the rel = "canonical" code, but the code can not function properly.
Continue how the solution?
There are 3 solutions to choose from:
# 1. The first solution: Change Template .
# 2. Second solution: If so, delete this code inside the template:
<link expr:href='data:blog.url' rel='canonical'/> Keep plugging this code under <head> code:
<b:include data='blog' name='all-head-content'/> # 3. The last solution: If the template you use has a responsive design, you can put this code right under the code <head>:
<b:if cond='data:blog.isMobile'> <meta content='noindex,nofollow' name='robots'/> </b:if> All of the above have been my own practice and the results at that time (beforemoving to WordPress ) my blog does not experience anymore whose name duplicate content. But even so I am not responsible if after practicing the way above your blog is lost from search results or deindex.
It is important to know, after applying the way above my friend can not directly see the results, it took weeks for months to see results. My blog alone takes about a month more before finally free from duplicate content issues.
For more Blogger SEO tutorial please CLICK HERE .
Komentar
Posting Komentar