Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Wednesday 13 February 2013

Optimize Post Titles



Optimize Post Titles 

  1. Login to Blogger >> Template >> HTML >> Proceed
  2. Search this code: <title><data:blog.pageTitle/></title> (Tip: Use CTRL+F)
  3. Replace the above code with below codes
<b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>

Change Headings



Change Headings

Go to Blog Template and then HTML >> Proceed. 

Search for H3 and from the CSS to HTML change all 8 or 9 H3 tags to H2. That's all and save template. 

Optimize Blog Lables



Optimize Blog Lables

Go to Blog Template > HTML >> Proceed
Search for This piece of Code: 
<a expr:href='data:label.url'
Replace it with this:
<a expr:href='data:label.url' rel='tag'  
Save Template and that's all for Labels.
Note: If rel='tag' is already exists then don't change anything, leave it as it is.

Optimize Comments



Optimize Comments

Go to Blog's Template >> HTML >> Proceed
Search for this piece of Code
expr:href='data:post.createLinkUrl'
Replace above  with this one below
 rel='external nofollow'  expr:href='data:post.createLinkUrl'
Save Template and that's all about comments.

To Optimize Blog Archives



To Optimize Blog Archives

This is another problem with blogger blogs. Archives pages (if they are shown in home page) make problems for search robots. So if you want to get rid of this problem then just follow given steps below: 

Go to Blog's Template >> HTML >> Proceed 

Search for this piece of Code
<a class='post-count-link' expr:href='data:i.url'>
Replace above code with one below:
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
Save template and that's all done about Archives.

Enable Meta Description & Post Search Description



Enable Meta Description & Post Search Description

Now with new blogger interface, we can write a description for our blog home page and for every single post as well. But first of all we will have to enable this option in new blogger interface. So to do this quickly go to your Blog's Setting >> Search Preferences >> Meta Tags >> Enable >> Yes and write maximum of 150 letters meta description for your blog and save it.
  
Custom Robots Header tags
 check This Box       1   All           2 Noodp 
                                        1 Noindex
                                        1 All             2 Noodp   
 
Now below the page find custom robots header tags. and enable it with this setting showing in picture below: 
Save Changes and that's all for meta description tags. By enabling this option you will be able to write meta description for each of your new post. This is called search meta description. Having enabled this option you will see a small box named [search description] next to every new post side bar, so you can write 130 to 150 characters unique search description for every individual post. This should be unique from the post title.