Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

How To Embed URL,HTML,Forum Links Code below Blogger Posts

This tutorial will explain how to create a widget, for your visitors to link back to your article/blogger post.This was created by me(http://www.bloggertipandtrick.net/) and previously I had installed this widget to this site.Many visitors ask from me how to add this widget to their blogger blogs and so I decided to explain it.This widget will show 3 codes (Blog Post URL,HTML code to embed your post to a website,Forum Link to embed your post to a forum) below your blogger post.If you like to add this widget to your blogger blog,then follow the steps given below.

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see </head> tag .

3.Copy below code and paste it just before the </head> tag .


<style type='text/css'>
.about-article{
background-color:#f9f9f9;
padding-bottom:5px;
padding-left:20px;
font-size:11px;
}
.about-article input{
background-color:#ffffff;
}
</style>

4.Now find below code:
<data:post.body/>

5.Copy below code and paste it just after the <data:post.body/> .
<b:if cond='data:blog.pageType == &quot;item&quot;'>
&lt;div class=&quot;about-article&quot;&gt;<p>If you find this article useful, please feel free to link to this page from your website or blog.</p>&lt;p class=&quot;noborder&quot;&gt;&lt;label for=&quot;aa-url&quot;&gt;URL:&lt;/label&gt;&lt;br /&gt;&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-url&quot; value=&quot;<data:post.url/>&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;label for=&quot;aa-forum&quot;&gt;HTML Link:&lt;/label&gt;&lt;br /&gt;&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-forum&quot; value=&quot;&lt;a href=&amp;quot;<data:post.url/>&amp;quot;&gt;<data:post.title/>&lt;/a&gt;&quot; /&gt;&lt;/p&gt;&lt;p&gt;
&lt;label for=&quot;aa-forum&quot;&gt;Forum Link:&lt;/label&gt;&lt;br /&gt;
&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-forum&quot; value=&quot;[url=<data:post.url/>]/<data:post.title/>[/url]&quot; /&gt;&lt;/p&gt;
<p align='center'><a href='http://www.bloggertipandtrick.net/' style='display:none;' target='_blank'>Widget by BloggerTipAndTrick</a></p>
&lt;/div&gt;<br/>
</b:if>

NOTE : Don't change anything in above code.

6.Save your template and you are done.
READ MORE - How To Embed URL,HTML,Forum Links Code below Blogger Posts

How To Add Official Google Buzz Button+Counter to Blogger

Now Google has introduced their Official Google Buzz Buttons.Buzz Buttons help people share stuff from your website in Google Buzz. You can add this buzz button to your blogger blog or website easily.Below I explain how to add this official Google buzz button to blogger with or without share count.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

<data:post.body/>

4.Now copy one of the below codes and paste it just before the above line.

Button 1 : Button + counter : Post count - On the top

Code:
<div style='float:right; margin-right:10px;'>
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>

Result:


Button 2 : Button + counter : Post count - On the side

Code:
<div style='float:right; margin-right:10px;'>
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>

Result:


Button 3 : Button only : Size - Normal

Code:
<div style='float:right; margin-right:10px;'>
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-button"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>

Result:


Button 4 : Button only : Size - Small

Code:
<div style='float:right; margin-right:10px;'>
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-button"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>

Result:


Button 5 : Link

Code:
<div style='float:right; margin-right:10px;'>
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="link"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>

Result:


5.Now save your template and you are done.
READ MORE - How To Add Official Google Buzz Button+Counter to Blogger

How To Become Blogger Blogroll Nofollow

This is very important if you consider about your site SEO.Adding the nofollow attribute to your blogroll, would nullify any link juice with Google.If you like to add Nofollow attribute to your blogspot blogroll simply follow the steps below:

1.Login to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to till you see your Blogroll widget code :

(Note : You may also can find it by searching <b:widget id='BlogList )

Your Blogroll widget code will look like this:

<b:widget id='BlogList1' locked='false' title='Blogroll' type='BlogList'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<div id='blog-list-title'>
<h2 class='title'><data:title/></h2>
</div>
</b:if>

<div class='widget-content'>
<div class='blog-list-container' expr:id='data:widget.instanceId + &quot;_container&quot;'>
<ul expr:id='data:widget.instanceId + &quot;_blogs&quot;'>
<b:loop values='data:items' var='item'>
<li expr:style='data:item.displayStyle'>
<div class='blog-icon'>
<b:if cond='data:showIcon == &quot;true&quot;'>
<input expr:value='data:item.blogIconUrl' type='hidden'/>
</b:if>
</div>
<div class='blog-content'>
<div class='blog-title'>
<a expr:href='data:item.blogUrl' target='_blank'>
<data:item.blogTitle/></a>
</div>
<div class='item-content'>
<b:if cond='data:showItemThumbnail == &quot;true&quot;'>
<b:if cond='data:item.itemThumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:item.blogUrl' target='_blank'>
<img alt='' border='0' expr:height='data:item.itemThumbnail.height' expr:src='data:item.itemThumbnail.url' expr:width='data:item.itemThumbnail.width'/>
</a>
</div>
</b:if>
</b:if>
<b:if cond='data:showItemTitle == &quot;true&quot;'>
<span class='item-title'>
<b:if cond='data:item.itemUrl != &quot;&quot;'>
<a expr:href='data:item.itemUrl' target='_blank'>
<data:item.itemTitle/></a>
<b:else/>
<data:item.itemTitle/>
</b:if>
</span>
</b:if>
<b:if cond='data:showItemSnippet == &quot;true&quot;'>
<b:if cond='data:showItemTitle == &quot;true&quot;'>
-
</b:if>
<span class='item-snippet'>
<data:item.itemSnippet/>
</span>
</b:if>
<b:if cond='data:showTimePeriodSinceLastUpdate == &quot;true&quot;'>
<div class='item-time'>
<data:item.timePeriodSinceLastUpdate/>
</div>
</b:if>
</div>
</div>
<div style='clear: both;'/>
</li>
</b:loop>
</ul>

<b:if cond='data:numItemsToShow != 0'>
<b:if cond='data:totalItems &gt; data:numItemsToShow'>
<div class='show-option'>
<span expr:id='data:widget.instanceId + &quot;_show-n&quot;' style='display: none;'>
<a href='javascript:void(0)' onclick='return false;'><data:showNText/></a>
</span>
<span expr:id='data:widget.instanceId + &quot;_show-all&quot;' style='margin-left: 5px;'>
<a href='javascript:void(0)' onclick='return false;'><data:showAllText/></a>
</span>
</div>
</b:if>
</b:if>

<b:include name='quickedit'/>
</div>
</div>
</b:includable>
</b:widget>


4.Now add rel='nofollow' to your blogroll widget code as the example below:

<b:widget id='BlogList1' locked='false' title='Blogroll' type='BlogList'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<div id='blog-list-title'>
<h2 class='title'><data:title/></h2>
</div>
</b:if>

<div class='widget-content'>
<div class='blog-list-container' expr:id='data:widget.instanceId + &quot;_container&quot;'>
<ul expr:id='data:widget.instanceId + &quot;_blogs&quot;'>
<b:loop values='data:items' var='item'>
<li expr:style='data:item.displayStyle'>
<div class='blog-icon'>
<b:if cond='data:showIcon == &quot;true&quot;'>
<input expr:value='data:item.blogIconUrl' type='hidden'/>
</b:if>
</div>
<div class='blog-content'>
<div class='blog-title'>
<a expr:href='data:item.blogUrl' rel='nofollow' target='_blank'>
<data:item.blogTitle/></a>
</div>
<div class='item-content'>
<b:if cond='data:showItemThumbnail == &quot;true&quot;'>
<b:if cond='data:item.itemThumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:item.blogUrl' rel='nofollow' target='_blank'>
<img alt='' border='0' expr:height='data:item.itemThumbnail.height' expr:src='data:item.itemThumbnail.url' expr:width='data:item.itemThumbnail.width'/>
</a>
</div>
</b:if>
</b:if>
<b:if cond='data:showItemTitle == &quot;true&quot;'>
<span class='item-title'>
<b:if cond='data:item.itemUrl != &quot;&quot;'>
<a expr:href='data:item.itemUrl' rel='nofollow' target='_blank'>
<data:item.itemTitle/></a>
<b:else/>
<data:item.itemTitle/>
</b:if>
</span>
</b:if>
<b:if cond='data:showItemSnippet == &quot;true&quot;'>
<b:if cond='data:showItemTitle == &quot;true&quot;'>
-
</b:if>
<span class='item-snippet'>
<data:item.itemSnippet/>
</span>
</b:if>
<b:if cond='data:showTimePeriodSinceLastUpdate == &quot;true&quot;'>
<div class='item-time'>
<data:item.timePeriodSinceLastUpdate/>
</div>
</b:if>
</div>
</div>
<div style='clear: both;'/>
</li>
</b:loop>
</ul>

<b:if cond='data:numItemsToShow != 0'>
<b:if cond='data:totalItems &gt; data:numItemsToShow'>
<div class='show-option'>
<span expr:id='data:widget.instanceId + &quot;_show-n&quot;' style='display: none;'>
<a href='javascript:void(0)' onclick='return false;'><data:showNText/></a>
</span>
<span expr:id='data:widget.instanceId + &quot;_show-all&quot;' style='margin-left: 5px;'>
<a href='javascript:void(0)' onclick='return false;'><data:showAllText/></a>
</span>
</div>
</b:if>
</b:if>

<b:include name='quickedit'/>
</div>
</div>
</b:includable>
</b:widget>


5.Now save your template and you are done.
READ MORE - How To Become Blogger Blogroll Nofollow

How To Add Automatically Link To This Post Widget To Blogger

Do you like to add "Link To This Post Widget" under your blog post?This will help you to increase your site's backlinks for better SEO.So if you interested to add this useful widget to your blogspot blog follow the simple steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Link to this post widget for blogger

<data:post.body/>


4.Copy below code and paste it immediately after the line <data:post.body/> .

<div style='border: 0px solid #646464; padding: 2px 2px; margin:2px 2px;background-color:#ffffff;font-size:11px;'>
<p>If you like this please Link Back to this article...</p>
<textarea cols='60' id='bloglinking' name='bloglinking' onclick='this.focus();this.select()' onfocus='this.select()' onmouseover='this.focus()' readonly='readonly' rows='2'>&lt;a href=&quot;<data:post.url/>&quot;&gt;<data:post.title/>&lt;/a&gt;</textarea><br/>
</div><br/>


Note:You can change colors,font,... if you like.

5.Click on "Save Templates" and now you are done.
READ MORE - How To Add Automatically Link To This Post Widget To Blogger

Complete SEO Guide For Blogger|Blogspot

This Article will provide you complete guide on search engine optimization (SEO) for blogger templates.If you have any other ideas please leave a comment.

Meta Keywords and Description


Meta tags are very important for SEO.So you must add meta tags to your blogger blog for improve your seo.


Submit Your Sitemap to Search Engines




Change Blogger Default Title Tag



Default page title for a single Blogger post is BLOG TITLE: POST TITLE. You can improve SEO by changing the title tags to POST TITLE ~ BLOG TITLE.

Change Blogger Default Heading Tag



Heading Tag (h1, h2, h3, h4, h5) is also important for SEO. All of Blogger widgets (gadgets) title use h2 or h3 tags. If you want to improve SEO, you need to use h1 tag for post title.

Use Social Bookmarking Services



Adding social bookmarking links can help you build your traffic and improve SEO.

Use Related Posts Widget




Use Read More... Feature




Use Recent Posts,Recent Comments Widgets




Use Popular Post Widget




Use Labels / Tag Clouds




Use Breadcrumb



You can use breadcrumb to provide easy navigation for your visitor and increase page views.

Submit Blog to Blog Directories



READ MORE - Complete SEO Guide For Blogger|Blogspot

How To Change Heading Tag For Better SEO in Blogger

Heading Tag (h1, h2, h3, h4, h5) is very important for SEO. All of Blogger widgets (gadgets) title use h3 or h2 tags. So blogger template use h2 or h3 tag for post title.If you want to improve your site SEO, you need to use h1 tag for post title.

Follow the simple steps below to do it:

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see below 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>

Note: If you can't find above code search it replacing h3 with h2.

4.Now Replace above code with below code:

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

5.Now find ]]></b:skin> tag.

6.Copy below code and paste it just before ]]></b:skin> tag.

h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 {
border-bottom:0px Dotted #000000;
border-top:0px Dotted #000000;
margin:.25em 0 0;
padding:0 0 4px;
font-size:150%;
font-weight:normal;
line-height:1.4em;
color:#1c3c6f;
}

Note:You can change values of above code to match your template.

7.Click on "Save Templates" and now you are done.
READ MORE - How To Change Heading Tag For Better SEO in Blogger

How To Change Wordpress Permalink Structure For Better SEO

By default WordPress uses URLs containg a question mark and numbers for your permalinks and archives such as �http://yoursite.com?p=123". In order to increase keyword density of your site for better SEO, You must change that setting to a custom permalink structure.

In your WordPress admin area, click �Options� and then click �Permalinks�.

Select �custom� in the Customize Permalink Structure area and in the box next to �custom� enter this:

/%category%/%postname%

This will create URLs for your permalinks and archives that would look like this:

http://yoursite.com/yourcategory/title-of-your-post

Click �Update Permalink Structure� to save above setting.

Now you are done.
READ MORE - How To Change Wordpress Permalink Structure For Better SEO

How To Add Big Social Bookmarking buttons below blogger post

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

<p><data:post.body/></p>


4.Copy below code and paste it immediately after the line <p><data:post.body/></p> .

<div style='clear:both; '>
<div style='width:60px; float:left;'>
<script type='text/javascript'>
digg_url = &#39;<data:post.url/>&#39;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<div style='width:60px; float:left;'>
<script badgetype='square' src='http://d.yimg.com/ds/badge2.js' type='text/javascript'><data:post.url/></script>
</div>
<div style='width:65px; float:left;'>
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkIDEQv1DisPohBEvhjk8kapi3rVl7v-iVLne-g_NqnU-9OiLILjwOdxPd26lYbsX9XAb4AP1opsN0wY0b_a6G0NATcAjWpT-eJ_oTTBCMVNjsMl6e4F3Ump2t7wEeHSKg6_mAHJ1kvSqk/' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Delicious' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRDd47X_VtkiV-dg8NSBQaPSjwu_sQzXUIAaGyVlurZKtkqJ9e2h6jMP0PQ6otaGxa4Of4Dvmnd74MuIgAunR0wMAJs1Iv6SFh-rOG7Jwru8HVtT1hRcDakriVnVFOFZNfpGkzVLf-P1Z1/' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUx1cZK5mdNx-yCpJwgwsM3XwPORHF6pf2f1BQlXZCjMBnOX-3NRs52E0YvMRkJ_oXhZ2NZcRv5pzZR6sYY8EydjW6wixIQ_b0QhBkKfGTDjJDhiK-cA4YCheaWQ-gr_rV9ynb-HyTMns6/' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='&quot;http://twitthis.com/twit?url=&quot; + data:post.url' rel='external nofollow' target='_blank'><img alt='Twitter' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitKoEIwYAJDwGSZJm9RG4g_urEwHgkgStaOpeB2pqoRC5Cu95HA5jKztMGOqloSrlVEdCSQ9ElfUQl1Z5e7nHE0wSvwqXN8_dhyphenhyphenlsEMhlx_Dc0_YqPjYcbycvQr03X_XMgOPRTnAag1Xrf/' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-ECDd-gDfzSbf0RVJ57q5u059Reuph1jGwJiY3Cd_8b8WCmUUdqWCRr4UH2HIWyKvEYpOAmU7FTaLQSkKBoh020-QG6vx7c6lGDKDIf72Lbuy3eD_rjNye71EaE8lONxULWw_fTxMjY1X/' style='padding:0;margin:0;border:none;'/></a>
</div>
</div>


5.Click on "Save Templates" and now you are done.It will look like this.



Demo
READ MORE - How To Add Big Social Bookmarking buttons below blogger post

Instant Submit Blog to Search Engine

Want to have a famous blog? Submit your blog to Search Engine! Have no time for submit one by one? Use Instant Submit Blog to Search Engine. You just need to fill your Blog URL and your Email. If you want to submit with instant, you can do this way. Here the list:

1. Free Web Submission

2. Submit Express

3. Coming Soon

Note: this list always update when I find another Instant Submit to Search Engine Service.

READ MORE - Instant Submit Blog to Search Engine

Ping Service List for Search Engine Optimization

Using Ping Service is one simple way of Search Engine Optimization. This is for tell them about your weblog or website has update. So your visitors number will increase.

But remember, you must just pinging one time on a day with some update in your blog. And if you doing ping more than 1 of a day or without blog update, maybe you doing Spam (you called Spammer) and they will blocking your ping next time. So be careful for this Blogger Trick.
Here I have Ping Service List for you.

READ MORE - Ping Service List for Search Engine Optimization

How To Add Indexed Pages Checker to blogger

1.Login to your dashboard--> layout- ->Page Elements

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<form method ='post' action = 'http://www.seocompany.ca/tool/indexed-pages.php'>
<textarea name ='urls' cols=50 rows = 10></textarea><p>
<input type = 'submit' name = 'submit' value ='Check Now!'>
</form>


Now you are done.Look at the picture below.

READ MORE - How To Add Indexed Pages Checker to blogger

How To Add One Click Sitemaps Submitter to blogger

With this tool your visitors can directly notify Google, Yahoo!, Ask.com and Moreover.com about their new or updated sitemaps file.

1.Login to your dashboard--> layout- ->Page Elements

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<script src="http://www.mypagerank.net/services/sn/servicesn_js.php"></script>


Now you are done.It will look like this.



READ MORE - How To Add One Click Sitemaps Submitter to blogger

Blogger Trick: Submit Blog to Search Engine

You have a blog with posts. Now what can you do with your blog? Submit your blog to search engines. This is first step you can doing the SEO. SEO is Search Engine Optimization. That way your posts read by the visitor. If not, what's the posts that you write does not have a read. Unless you make a Private Blog, you do not need to register to search engines. In this post I will give you list of Search Engines. Maybe you'll see a lot of the list. But this is only a small part of the Search Engines. On the Internet there are many Search Engines. There may be thousands. But I will give you the best and famous Search Engines until just now. No need to hurry
READ MORE - Blogger Trick: Submit Blog to Search Engine

How To Install Dynamic Meta Description Tags

If you define a meta description tag for your home page it will be replicated for all your pages which would be taken as a duplicate �meta-tag� in Google. With the code below you can have different description tag for each page of your blogspot hosted blog.

1.Login to your blogger dashboard-->layout--> Edit HTML

2.Scroll down to where you see this:-

<b:include data='blog' name='all-head-content'/>

3.Copy the below code and paste it after above code.

<META NAME='description' expr:content='data:blog.pageTitle + &quot;,PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE &quot;'/>

Replace PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE with suitable description for your blog separated by comma. So if your blog is about Blogger tips,the tags can be blogger tips,tricks,hacks,blogspot tips .....

expr:content= �data:blog.pageTitle� gets replaced by the title of your current page.So when combined with the common description tags, the description tag becomes unique for each page.

4.Click on "Save Templates" and you are done.



READ MORE - How To Install Dynamic Meta Description Tags

How To Redirect Blogger URL To Another URL

1.Log in to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see <head> tag.

3.Add below code into your template just after the <head> tag.

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>


It should Look Like This.

<head>

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>


4.Replace http://yournewurl.com with the URL you want to redirect your old blog.

5.Click on Save Templates and you are done.

Now your blog traffic will be redirected to your new address.
READ MORE - How To Redirect Blogger URL To Another URL

How To Comment Box is made "DO FOLLOW" for Google spiders

Above Title Means comments on this blog are made do follow and will be spidered.Comments field in blogger are made NOFOLLOW by default.This is done as a measure to reduce spam.To Become comments on your blog are made "do follow",follow the easy steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:-

<a expr:href='data:comment.authorUrl' rel='nofollow'>

4.Replace it with below code.

<a expr:href='data:comment.authorUrl'>

5.Click on Save Templates and you are done.

Now you must to make other bloggers know that you are comments are made do follow.For this add below code to your blog.

<table width="200" height="30" border="1" bgcolor="80FFFF">
<tr>
<td>Comment Box is made DO FOLLOW for Google spiders..So comment on..<br/>
<p align="center"><a href="http://bloggertipandtrick.blogspot.com/"><img border="0" alt="Blogger Tips And Tricks" src="http://i626.photobucket.com/albums/tt346/wam8387/c1.jpg"/></a></p>
<span ></td>
</tr>
</table>

It will look like this.

Comment Box is made DO FOLLOW for Google spiders..So comment on..

Blogger Tips And Tricks

READ MORE - How To Comment Box is made "DO FOLLOW" for Google spiders

How to Embed Adsense add unit in Left or Right corner of post content

This will explain How to Embed Adsense add unit in Left or Right corner of post content.

Generate Parsed code for adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.

After parsing,your ad code Should look like this.



1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:-

<div class='post-header-line-1'/>

4.To place ad Top left corner of your post ,Paste the below code, below of above line.

<div style=�display:block;float:left;margin: 0px 10px 0px 0px;�>
Your Adsense Parsed code
</div>

Attention : We can't put "<div style=�display:block;float:left;margin: 0px 10px 0px 0px;�>" and "</div>" directly in the xml.So we must generate Parsed code for these code using AdParser.

So Final Code you have to copy below the line "<div class='post-header-line-1'/>" ,look like this.


If you Want To place ad Top Right corner of your post,Replace "left" with "right".

5.Click on "Save Templates" and Refresh your site.

READ MORE - How to Embed Adsense add unit in Left or Right corner of post content

How To Change Default Title Tag on Blogger for SEO

This Tip will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of your blog.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see this:-

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

3.Now Replace above line with below code.


<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>

Click on "Save Templates" and you are done.

READ MORE - How To Change Default Title Tag on Blogger for SEO

How To Submit blogger sitemap to yahoo to index your web pages

Submitting your site to yahoo is easy and give your web pages more exposure.
All you need is a YAHOO ACCOUNT(ID).However,you don't need an yahoo ID to know the information like how many pages are indexed,etc.But,if your blog is a new one or no pages in your blog are indexed(type your blog url in yahoo search and see to check whether your web pages are indexed or not), then you want Yahoo id to submit your sites,feeds,etc.
Let't see how to make yahoo index your webpages by submitting your blog sitemap.

1.Go to Yahoo Site Explorer

2.Click on the 'Sign in' link which is at the top of the page (If you don't have a Yahoo id, you can get one here) to sign into your account.

3.Type your blog url in the box provided and click on the 'Add My Site'

4.After adding your site,you need to Authenticate(Verify your ownership).

Now click on the site name which submitted you and then click 'Authenticate' in the next page.

There are two ways to verify your ownership.One is to upload a file to the root directory of your site which can't be possible in blogger.

Another one is to 'adding a metatag' which is possible and the only way to verify ownership for bloggers.First,copy the metatag..

Next,sign in to your blogger account>Edit html and paste the metatag below the head tag and SAVE THE CHANGES.

When you return to Yahoo! Site Explorer, click the button that says �Ready to Authenticate

Next,you will get a message saying that 'Your site is pending authentication'

Note:Don't remove the metatag,they will revalidate your ownership by checking your ownership regularly.

5.Next,go back to the 'Site explorer home', and check the box next to your blog url and click on the Manage button.

6.Type rss.xml or atom.xml in the box provided.It helps yahoo to discover more of your site content via your rss or atom feeds and to index your blog pages quickly whenever your blog is updated.Next,click on the add feed button.

That's it.Now,you have sucessfully submitted your blog sitemap to yahoo.Check your account after a couple of days and you will see your blog indexed in yahoo search engine.

Meanwhile,if you didn't submitted your blog sitemap to google,please read this about How to Submit your blog sitemap to Google

READ MORE - How To Submit blogger sitemap to yahoo to index your web pages

Useful Widgets,Add-Ons & Tools for Your Blog,Website

Adding Widgets, Add-Ons & tools to your blog You can improve performance of your website.

Here's a collection of best and most useful blog widgets or add-ons that can be easily integrated with any website/blog. All these below add-ons are 100% Free.

Outbrain Star Ratings Widget:




ShareThis or AddThis :


Bookmark and Share


whos.amung.us :




Web2PDF Online :




ZOHO Creator:




Google Talk Badge:



Yahoo Media Player:




Cbox:




Google Translate:

READ MORE - Useful Widgets,Add-Ons & Tools for Your Blog,Website
 

Support By Blogger