Bloglution : How to Blog

Tuesday 27 August 2013

How to Declare Blog Language in Blogger (Blogspot) Blog ?

This article focuses on declaring your blog’s language if you are on Blogger platform. Declaring a blog’s language is an important aspect of SEO (search engine optimization) as it helps search engine bots to identify your blog’s language and they don’t have to dig your site for language detection. This doesn’t possess greater SEO impact but will definitely speed up your crawling. It is significant to declare your site’s language when creating an international site or if your blog or site is in some other language. Most of the blogging platform such as Wordpress has built in language declaration functionality whereas in Blogger we have to edit our template by adding one line language declaration code. So, let’s move on to our tutorial.

Declare Blogger Language

Declaring blog’s language on Blogger
     
        (1)   Go to your blog’s dashboard.
        (2)   Go to ‘Template’ and then ‘edit HTML’.
        (3)   Now find the below code.
<html
    
        (4)   Now add the below code just next to <html.

lang="en-US" xml:lang="en-US"
  
        (5)   Sample view of your template after adding the above code.

<html lang="en-US" xml:lang="en-US" b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
  
        (6)   Save your template and it’s done.

NOTE- The above tutorial shows how to declare your blog’s language as “English-US” if you blog in some other language, just replace “en-US” with yours code. Just visit ISO 639-1 Language Code List for different ISO language codes.

Friday 16 August 2013

How to Fix W3C Validation Errors in Blogger (Blogspot) Blog ?

Today’s article focuses on fixing W3C validation errors in Blogger XHTML template. Bloglution has always shared quality post to make readers get most out of it in easiest ways possible. In this post we would learn to minimize those W3C validation errors, although it is nearly impossible to remove all of them but we can fix about 95% of them in no time. When I checked Bloglution for the first time I was shocked to see the results, it has 313 errors, I worked on it and reduced it to only 11 errors. Almost all Blogger templates contain hundreds of errors. These errors can cause crawl errors by search engine bots, resulting improper crawling. Also it leads to slower page loading. Most of us are unaware of these errors, and when we notice we got surprised by seeing hundreds of them. Firstly let’s take a quick look on W3C before proceeding to our tutorial.


FIXING BLOGGER W3C ERRORS

W3C- It stands for ‘World Wide Web Consortium, the main international standards organization for the world wide web. Their ultimate aim is the improvement of online available documents for assuring quality to internet users. Secondly, complying with them reduces browsers incompatibility issues. The Markup validation service by W3C is a validator, which allows internet users to check HTML and XHTML documents for well formed markup.  Its impact on SEO is still not clear but reducing them to minimum is always a good practice which definitely benefits you. So, let’s start the tutorial.

Fixing W3C Validation Errors in Blogger

The first step towards fixing your W3C errors is to analyze them. Just go to W3Cvalidator, enter your blog’s URL and hit enter. You will be presented with your validation report with your errors and warnings count. Now you know, how many errors are there in your template. Don’t worry, follow the tutorial and you will see the difference.


W3C VALIDATION

    
    (1)   Fixing DOCTYPE DECLARATION- This is main root cause for most of the W3C errors, about 90% of your errors can be fixed by declaring it correctly. Let’s see how.
      (a)    Go to your Blog’s dashboard.
      (b)   Click on ‘Template’ and then ‘Edit HTML’.
      (c)    Find the below code using ctrl+f. This code is present between <!DOCTYPE html> and <head> section.

<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

      (d)   Replace the above code with the below code.

<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data'> <html xmlns:expr='http://www.google.com/2005/gml/expr'/>


BLOGGER DOCTYPE DECLARATION

      
      (e)    Remember to delete the Read more link.
      (f)    Save your template.

    (2)   Fixing Quickedits- Quickedits are another major culprit which hurdles W3C validations. Actually Blogger provides us this quickedits as a facility for editing our blog directly from the front view. You have also noticed that when you are signed in, these quickedit icons are present on the right bottom of every widget. Removing them from our template can reduce up to 30 % validation errors. For removing them:-
      (a)    Go to your blog’s dashboard.
      (b)   Click on ‘Template’ and then ‘Edit HTML’.
      (c)    Find the below two codes and delete all of them.

<b:include data='post' name='postQuickEdit'/>  
and
     
<b:include name='quickedit'/>


BLOGGER QUICKEDIT

      


BLOGGER QUICKEDIT


      (d)   Save your template.

NOTE- This code occurs multiple times in your blog depending upon the number of your widgets, remember to remove this code each time to add a widget in your blog.

    (3)   Fixing Blogger images- Fixing Blogger images refers to the addition of ALT and TITLE tags. As I have already discussed them in detail in my previous article, adding ALT tag in your images can benefit you in many ways such as better SEO which help in driving more visitors to your blog. Not only that, images without ALT tag generates XHTML errors and warnings. Just go through the below articles to understand this topic clearly.
The above mentioned methods will minimize your validations errors up to 95%. After applying the above mentioned steps, once again go to W3C validator and check errors on your blog, definitely you will be surprised by the results as few negligible errors are left. These are unavoidable errors which cannot be fixed by us. They can only be fixed by the Blogger team.

Do let us know how many of you have minimized them and by how much?


Tuesday 13 August 2013

How to Add ALT Tag in Blogger Images For Image SEO ?

We have already seen the Importance of Image SEO for Bloggers in my previous article, whenever we start a blog, we don’t emphasize much on adding ALT and TITLE tags to our images which is not a good practice in the eyes of SEO. These ALT tags inform search engines bots about our images categories, so that they can include it in their results based on a user query. For example, suppose I uploaded a image in my blog without an ALT tag, search engine bots can discover it but are not able to categorize it, hence they would not include it in their search results but on the other hand if I had added an ALT tag to it such as “Image SEO”, then they include my image in their results whenever a user searches for images related to image SEO. This would help bloggers in getting a good amount of organic traffic. This article states a step by step guide on How we can add ALT tag in Blogger Images?
Blogger Image SEO



Saturday 10 August 2013

Importance of Image SEO For Bloggers

Image SEO is one of the most important key factor which has to be given priority during SEO. Most of us are unaware of this important factor and ignore it when we start blogging and leave our blog images as it is, without an ALT and TITLE tag which is not a good practice in the eyes of SEO. Here at Bloglution, I always tried to make my readers understand any topic in the easiest manner possible. Today’s article talks on the importance of Image SEO and How to optimize them by adding ALT and Title Tag?

Image SEO


Thursday 8 August 2013

Benefits of Adding a Custom Domain to Blogger (Blogspot) Blog ?

Most of us are not new with this term i.e. ‘Custom Domain’. A custom domain is nothing but a TLD (Top Level Domain) such as .com, .org, .net etc to which our subdomain redirects. There are many reasons and benefits of adding custom domain to our Blogger blog which we will discuss in this article. Most of us when starts blogging always opt for Blogger or Wordpress.com as these are free hosting content management systems and we don’t have to pay a single penny for making our blog live. These free blogging services provides us their subdomain such as domain.blogspot.com or domain.wordpress.com. These subdomains are good for startup but many bloggers keep on blogging for years on their subdomains and when they decide to go for a custom domain it’s too late. Your subdomain can harm your blogging and business performance in many ways but on the other hand a custom domain provides you with many more benefits. let’s see how.

Blogger Custom Domain


Tuesday 6 August 2013

Make Your Blogger Custom Domain Work With or Without ‘www’

So, your custom domain is not working without prefixing ‘www’ and you are getting error messsage 'Error 404, requested URL not found on server' that’s why you have landed here. Many newbie Bloggers are facing the same issue with their blogs, this simply means that there is a problem with their blog redirection or we can say that their naked domain such as bloglution.com is not redirected to www.bloglution.com. There are hundreds of solutions available over internet but you don’t have to mess up with them as Blogger provides this redirection option itself. If you try to change your Blog Address under publishing tab, Blogger wouldn’t accept it and gives you a message that ‘Blogs may not be hosted at naked domains (ex: yourdomain.com). Please add a top-level domain (www.yourdomain.com) or subdomain (blog.yourdomain.com)’. Many newbie’s try this also, but ignores the basic redirection option below it.

Blogger Tutorials

This tutorial will work only if you have added your custom domain correctly, I have written a post earlier on ‘Adding custom domain to blogger, go through it once to check if you have added it correctly. 


Monday 5 August 2013

How to Setup Professional Email Account With Your Domain Using Google Apps ?

We have already seen that how custom domain is important for our blog and How we can add it to Blogger (Blogspot) blog?, not only that, a custom email address such as name@domain.com can add four moons to the professionalism that we got by using custom domain (for blogs). It doesn’t matter whether you are individual blogger or the owner of group of websites or own a company or enterprise, this tutorial shares a step by step guide on how we can setup Email accounts with our domain using Google Apps. This Google Apps by Google was earlier free with a limit of ten Email accounts but now Google gives only one month free trial and after that charges for every single account. I am not telling you to create one with them as you can create them with your domain registrar also, but if want to give them a try then this tutorial is for you, it offers simple user interface same as Gmail with some space limitations as every other domain registrar offers. Many companies are using this service for them as it costs equal to or slightly greater than others in the market. So, let’s move on to our tutorial.

create professional email using Google Apps


Saturday 3 August 2013

How to Enable RSS Auto Discovery in Blogger (Blogspot) Blog ?

We all understand the importance of feeds for our blogs and whenever we talk about feeds, RSS is the first name which strikes our mind. As everyone knows about it, there is no need to go for a description but for newbie’s I want to describe it briefly.

RSS- RSS is a web feed format which is used to publish frequently updated work such as blog entries, news headlines etc. it benefits its publishers in many ways such as delivering their latest posts automatically to their readers. It benefits readers by providing latest contents from their different favorite websites at one place. There are basically two ways by which readers can subscribe to a blog’s feed, one is by entering their feed and subscribing via email and the other is by using browser feed icon. Feeds can be read by using web based or desktop based software’s popularly known as RSS reader, feed reader or Aggregator.


Enable RSS Auto Discovery


Thursday 1 August 2013

How to Set Seeds Value in Twiends ?

Most of us know about Twiends, but I want to give a brief description for those who are new to this. 

Twiends is the leading directory of Twitter and Instagram users; it’s basically a Twitter/Instagram follower exchange program which allows everyone to grow their audience on these social networks. Twiends offers seed system in which you will get seeds if you follow others and the same seed is used when someone follows you, not only that Twiends also offers 10 daily seeds if you login daily. So, if you want to grow your audience rapidly then you have to offer more seeds such 7, 8 or 9.

Set Seeds Value in Twiends