...

Tuesday 18 August 2015

How to make your Blog SEO Friendly?



It is obvious that everyone is familiar with blogs and Blogger is a product of Google Inc. and how popular the CMS (Content Management System) is among the Bloggers. There is a myth among Bloggers that Blogger blog is SEO friendly as it is owned by Google itself. But, the fact is that no CMS is SEO friendly by default. As a user we should optimize it for search engines. Google has added some useful SEO features to the Blogger platform and those include - Custom Robots.txt, Search Description for all Blogger Posts, an option to 301 redirect blogger posts, custom permalinks, custom 404 page and much more. I assume that you're familiar with these features but if you're not then Google it. I'm not explaining these features because this post is only regarding the steps which will make your blog SEO friendly. Your blog must be SEO friendly because now a days there are thousands of website and your blog will not be in the search engine or it'll be in the last pages. People usually browse and see only first 3 to 5 pages of the search. Here are few steps which will help you to make your blog SEO friendly.


Title Tag Optimization

If you’re using any default blogger templates, you might’ve noticed that your homepage title appears after every post title in search results. Since Google displays only the first 66 characters of your title, your actual title that come after your home page title will get ignored most of the time. If you’ve targeted any important keywords in your post title, then they’ll be chopped off because of the home page title being appended before it.
In order to optimize your Title tags, follow the below steps.
  1. Blogger > Template > Edit HTML
  2. Search for the below code in the <head> section of your template
    <title><data:blog.pageTitle/></title>
  3. Replace it with the below code
    <b:if cond=’data:blog.pageType == &quot;item&quot;’>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title>
    </b:if>
  4. Now, save your template.

Change your Post title Heading Tag

By default, all blogger templates use H1 for homepage title, H2 for blog description and H3 to post titles. Due to the fact that the post titles are the second most important part of your blog after the main title, you should assign them an H2 instead of H3.
  1. Go to Template | Edit HTML
  2. Search for .post h3 and replace all the occurrences of it with .post h2.
  3. Next search for,
    <h3><data:title/></h3>
  4. Replace it with the below code
    <h2><data:title/></h2>
  5. Save template.

 

Meta Description

Blogger has implemented another much-awaited feature called ‘Search Description’. This allows us to provide a meta description to every post individually. If you’re using the default template provided by Blogger, you can simply activate this feature by going to Settings > Search Preferences and provide the description for your homepage under ‘Meta Tags’ section. Doing so will enable ‘Search Description’ option for all individual posts & you can see it on the right sidebar while you are on the post editor.
Enable Search Description Feature in Blogger
In case you’re using a custom or third-party templates, along with the above settings, you’ll also need to add a small piece of code in your template.
Add the below code under the <head> tag in your template.
<b:if cond=’data:blog.metaDescription != &quot;&quot;’>
<meta expr:content=’data:blog.metaDescription’ name=’description’/>
</b:if>

Robots.txt Settings for Blogger

The robots.txt file in Blogger will have the default settings which are not sufficient enough to control the search engines actions. By default, all your posts and labels will get indexed by the search engines like Google & Bing, thus creating a lot of duplicate content issues inside your own blog. In order to avoid such technical issues, it’s wise to make a better use of the robots.txt file.
Settings > Search Preference > Enable ‘Custom robots.txt’ under ‘Crawlers and indexing’ section and use the below text.
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search/
Disallow: /search?
Disallow: /search?q=*
Disallow: /*?updated-max=*
Disallow: /p/about.html
Disallow: /p/privacy.html
Allow: /
Sitemap: http://www.9to5blogger.com/atom.xml?redirect=false&start-index=1&max-results=500

Points to Remember

  • Replace my domain name with yours in the sitemap section.
  • If you’ve more than 500 posts, then simply use this tool to generate the Sitemaps based on your post count.
  • You can also chose to disallow your privacy and about pages from being indexed. Make sure you change the my URLs with your own permalinks before saving.

Add NoFollow Tag to All Labels

Although you’ve disallowed indexing of Labels using the robots.txt file, it is better to add a nofollow tag to them so that there will be no chance for them to get indexed. Go to Template > Edit HTML and search for the below code.
<a expr:href=’data:label.url’ rel=’tag’>
Either add the nofollow tag to the end of the above syntax or simply replace it with the below one.
<a expr:href=’data:label.url’ rel=’tag,nofollow’>
Save your template.

Custom Robots Header Tags

These robots tags will go in the header section of your blog. You can use these settings to disable indexing of archive and search pages in search results. Go to Settings > Search Preferences > ‘Enable custom robots header tags?’ under the ‘Crawlers and indexing’ section. Next, use the below settings.
Custom X-Robots Heder Tags for Blogger
In case you don’t understand the meaning and use of these commands, then know about them here.

Submit Blogger Sitemap to Google & Bing

Although Google & Bing can find your blog, they cannot index your entire site as they won’t have a clue what pages are listed on your blog. This is why the Sitemaps existed. Generate sitemap for your blogger blog (use this tool) and then submit them to both Google Webmaster Tools & Bing Webmasters. Doing so will not only helps the search engines to crawl your blog efficiently but also let you to monitor your SEO score using their dashboard.
Note: You’ll need to place their tag on your site under <head> tag in order to verify your ownership.

Optimize URL Parameters in Webmaster Tools

URL parameters help the search engines to crawl your site even more efficiently. Prioritize your  most useful content by controlling the URL parameters that effect your site content. Simply, go to WMT > Configuration > URL parameters and the add the below parameters one by one. Watch the screenshot in case of any doubts.
  • utm_source > No > Let Googlebot decide
  • utm_medium > No > Let Googlebot decide
  • utm_campaign > No > Let Googlebot decide
  • updated-max > Yes > Sorts > Let Googlebot decide
  • showComment > No > Let Google bot decide
  • max-results > Yes > Sorts > Let Google bot decide
  • m > Yes > Paginates > Let Google bot decide
  • commentPage > Yes > Paginates > Every URL
Adding URL Parameters for Blogger in Webmaster Tools

Redirect Broken Links

Just go to your webmaster tools account and from Health > Crawl Errors, find out if there are any 404 errors on your blog. If there are any such errors, simply use a 301 to redirect them to the correct locations on your blog.


Redirect Broken Links


Go to Settings > Errors and redirections > Custom Redirects.
Apart from these basic settings, make sure you’re optimizing your blog post too. Here are some tips from my end.

How to Write a Keyword Efficient Blog Post?

  1. Analyze first & choose a target keyword before writing any article.
  2. Use the exact keyword at least twice in the article & use the synonyms (3 to 5 times) across the entire article.
  3. Ensure that the permalink of your post contains the exact keyword.
  4. The title should contain your exact match keyword.
  5. Make sure your ‘Search Description’ contains at least 1 exact keyword & 1 synonym.
  6. Lastly, give some useful insights in the article and then publish it.
My Advice: Never stuff more than the described keyword count as it looks like stuffing keywords in your article. Just use them at appropriate places (wherever suitable).

That’s all  from me! Do follow these tips to make your Blogger blog SEO friendly. Don't forget to share it on social media for the help of other bloggers. :) 

19 comments:

Unknown said...

This is a good article . Thanks for sharing :)
http://hargabatuonyxhargabatuonyxasli.blogspot.co.id/

Layarkaca21 Nonton Film Online Semi Korea Movie said...

Ulasan Artikelnya sangat bermanfaat :), bisa menjadi referensi ane nanti. thanks gan buat infonya, jangan lupa ya untuk berkunjung ke blog sederhana saya yang masih baru ini
marspoker situs judi poker domino online terpercaya
Menghasilkan Uang dari Blog dengan Iklan Mandiri
Cara Membuat Menu Bar di Blog Paling Gampang
MARI KITA BELAJAR BLOGGING DAN SEO DENGAN MUDAH DAN ASIK
TIPS MENULIS ARTIKEL SEO FRIENDLY
OPTIMASI ARTIKEL DENGAN SUBMIT KE SOSIAL BOOKMARK
BERMAIN BLOG UNTUK PRIBADI ATAU MENGHASILKAN UANG?

Unknown said...

Any forms of advertising is important in every businesses.
Irvine SEO company

Unknown said...

A professional advice is always appreciated when needed and I have bookmarked your article
SEO services Melbourne

Rashel Ahmed said...

Alright, that is Wikipedia's rendition of substance administration framework and yes, I need to concur that it's a really decent definition. There are a considerable measure of CMSs accessible both business and non business. content management system

Austin Waugh said...

Good Post.I like it.Thanks for Sharing.
Social Media Marketing Services

Unknown said...

Your business should definitely consider investing in your effective SEO.
Denver SEO Services

JAK Technology said...

You will not waste your precious time if you're still using the particular default blogger theme. We are overlooking default template on account of several reasons. A blog using default blogger default template won't ever get better rank in search engine as well as also have much less subscribers and visitors.



SEO Working Portfolio
Outsource SEO cost

Unknown said...




dear,
friends
There are many key points to remember when making the right choice for your Branson web designer. These apply to all businesses who are currently seeking a web designer for their new project.
see more details:website design Massachusetts

New Car Canada said...

I have recently made some blogs. Really Interesting post. I have been wondering about this issue,so thanks for posting.

Unknown said...

dear,
website author
Ever seen one of those advertisements stating that you can get a website designed for some ridiculous low sum of money? How much should you pay for a decent web design?
To learn more about it see: SEO company Massachusetts

The Guy's Computer said...

Thank You For these Awesome tips on SEO. These tips are very helpful.

maq said...

This is a nice website i am weekly visitor of this blog..this blog admin provides good information..Regards web design karimnagar

Unknown said...

Ooo... Thank you... This is so helful

Olivia Lua said...

outsourcingall.com is a Porn Training site. outsourcingall.com is the largest Amateur porn training institute with the hottest selection Online and offline real life cam.
free bangla sex video dhaka

Techbells said...

Thanks for sharing this information article
The best free iPhone games | popular Apps and Games. |Techbells

Techbells said...

I wanted to thank you for this great read. Your blog is one of the finest blog.

Technology Updates - New Mobiles - Best Deals

Thetriggerpoints said...


Technology News, Science News, Nature, Finance etc

This post will be a big inspiration to give more efforts in blogging. Thanks.

hema said...

Excellent Blog, I like your blog and It is very informative. Thank you
what is seo blog
SEO blog

Post a Comment

Twitter Delicious Facebook Digg Favorites More

 
Design by MA Technologies | Bloggerized by Computer Science Prevails