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 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 notimportant 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:
Skor SEO jelek
And after I fix the score directly to 100%:
Skor SEO Chkme.com mantab
How to do?
Please check the way below ( for blogger.com users only ):
# 1. Make sure the description meta feature in your blog is enabled.
Please read: How to install meta description in blogger .
# 2. Make sure the meta keywords are also already installed on the blog (although actually it is not important to install).
Please read: How to install meta keywords in blogger .
# 3. Search this code inside the template:
<img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/> 
If found, delete and replace with this:
 <img expr:alt='data:post.title' expr:title='data:post.title' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/> 
Description : The above code is useful to add alt and title attribute to thumbnail image of popular posts widget. If your blog does not install a popular post widget with thumbnails, then this step is not necessary.
# 4. Search this code inside the template:
 <img alt='' class='icon-action' height='18' src='//img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> 
If found, delete and replace with this:
  <Img alt = 'Edit Article' title = 'Edit Article' class = 'icon-action' height = '18 'src =' // img2.blogblog.com/img/icon18_edit_allbkg.gif 'width = '18' /> 
Description : The above code is useful to add alt and title attribute to pencil icon icon to edit post.
# 5. Remove all of this code inside the template:
 <b:include name='quickedit'/> 
Description : The code is a code that serves to display icon screwdrivers and pliers that are useful for editing widgets on the blog quickly. Just delete all the code inside the template.

Conclusion

By only doing a little change, SEO scores on chkme.com instantly changed to 100%.
What does it mean?
SEO scores at chkme.com can not be trusted!

Komentar

Postingan populer dari blog ini

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...

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 ultimate...