Thursday, June 10, 2010

Cellar Heat WordPress theme

Cellar Heat WordPress theme is created by Evan Eckard. The design of this theme focuses on patterns and typography, and it comes in two flavors. It is designed especially for Smashing Magazine and its readers. And now it is available for Blogger, especially for MagzNetwork readers.

Demo | Download


INSTALLATION INSTRUCTION
  1. Download and extract the zip file.
  2. Login to your Blogger Dashboard
  3. Go to Layout > Edit HTML
  4. Upload XML Template file (DO NOT copy and paste the code directly to template editor box)
  5. PLEASE DO NOT PREVIEW YOUR BLOG. Go to Layout > Page Element. WHY?
  6. Edit “Top Menu” widget. Add at least one link, for example you can make a link to your blog homepage with “Home” anchor text
  7. Edit “Recent Posts” widget. Change Feed URL to

    1. http://YOURBLOGNAME.blogspot.com/feeds/posts/default

    Edit “Recent Comments” widget. Change Feed URL to
    http://YOURBLOGNAME.blogspot.com/feeds/comments/default

    1. Go to Settings > Formatting, choose TIMESTAMP FORMAT style: “Wednesday, Januari 30, 2008″
    Finish. Preview your blog to see the result.

Wednesday, June 9, 2010

Tips Optimizing SEO blogger Template

These tips bellow how to optimizing blogger template for search engine ( SEO ) :

Tips 1 : Blog Title

The title of a blog normally is BLOG TITLE : POST TITLE, but you can improve SEO by modifying the title to POST TITLE | BLOG TITLE. The following code in your template like this:

<title><data:blog.pageTitle/></title>

replaced by the 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>
 
You can also add more keyword in blog title like this example:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> |  <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> | Blogger Tutorials | Tips | Tricks | ...</title>
</b:if>

Tips 2 : Meta Keywords and Meta Descriptions
Please add the code before : 
<b:skin><![CDATA[/*
You can find the code with Ctrl-F in Edit HTML.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Top SEO Blogger Template, tips, Tips SEO" />
<meta name="keywords" content="blogger tutorials, tips, tricks,...etc />
</b:if>

Tips 3 : Heading

Heading Tag (H1, H2, H3, H4, H5) is also important for SEO. All of Blogger widgets (gadgets) title use H2 tags. But, Minima Template use H3 tag for post title and many blogger templates use H2 tag for post title. To improve SEO, you need to use H1 tag for post title. For example, look this code,

<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

This example shows that your template use H3 tag for post title (If you don't find it, your template may use H2 tag for post title). Replace H3 (or H2) at this code with H1. Look at this example :

<b:if cond='data:post.title'>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>

You need to change post title font size by adding this code before ]]>

h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }

Ready for Adsense : Deep Blue

This template very simple, but ready for optimizing Adsense.


Demo | Download

SEO Blogger Template : Minyx 2.0

Minyx 2.0 come from wordpress template converted to blogger template by Mauricio Caballero.

 Demo | Download

Monday, February 1, 2010

Bloggerized Adsense : SEO Blogger Friendly


3 Column, Black, Center, Dark, Professional, XML
Ready for adsense

Saturday, December 26, 2009

SEO Friendly Blogspot Template, Adsense Ready


It is a simple 3-Column black theme template. Ready of showing Google Adsense on every post and also for being a SEO friendly template for Blogger.com.

Friday, December 25, 2009

Revolution Lifestyle Blogger Template