Langsung ke konten utama

How to Create Subdomain in WordPress from Blogger

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

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:
duplicate Content
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.
Duplicate Content
For more Blogger SEO tutorial please CLICK HERE .

Komentar

Postingan populer dari blog ini

How to Fix SEO Scores at chkme.com

How to Fix SEO Scores at chkme.com In my post about SEO blogger beginner mistakes in blog sugeng.id sebenernya I've explained that checking SEO scores on chkme.com it  is not important  at all  . But I always get questions that are more or less like this: Mas, why my SEO score is not 100%? Mas.   Why my SEO score is only 50%? And other variation questions .. Actually chkme.com is good enough to check some of the On-Page SEO mistakes that exist in our blog, but specifically for the score shown at all can not be used as a measure of whether our On-Page SEO is ugly or not. Most who check the SEO scores on chkme.com have not really understood the SEO On-Page that will eventually assume if the SEO score is low it means Google will hate our blog. Though not at all like that. How to Improve SEO Scores at Chkme.com To make SEO score on chkme.com increased or even 100% is very easy. Here is the SEO score of this blog before I fix it: And after I fix the score direct...

Google PageRank is Dead, It's The Successor

Google PageRank is Dead, It's The Successor Are you still using Google PageRank as a tool to measure the quality of a blog SEO? If yes then you should stop the habit from now. Why? Because Google PageRank is dead. Google PageRank is dead? Google's death issue PageRank actually has been blowing since long, precisely since last October 2013. It's just that the issue of death at that time was not proven because in December 2013 it turns out Google did update PageRank. But it has been more than a year since the last update, Google PageRank until now has not updated again. Many assume that Google PageRank is completely dead and will not be updated again for the future. This is corroborated by the statement of one of Google's party, John Mueller at one of his videos that the possibility of Google PageRank will not be updated again in the future. If it's true, what's the replacement? As we know during this Google PageRank is one of the metric or language tool that is o...