En janvier, toutes les boutiques de Londres affichent des panneaux SALE, mais en fait ces magasins sont bien propres!

Bloggerszone | Tips and Tricks

Thursday, November 01, 2012

Post Feed Redirect URL- Feed Burner




Most of the blogger choose feed burner for their post feed redirect URL as it is the best and common feed creator served by Google. You will find here both the custom RSS feed and custom Atom feed, even though you will get some phenomenal tools for better management of your blog or website.

 These feeds is usually used to publish repeatedly update of your blog contents. That means, the people who are subscribed to your RSS feed or atom feed, they will be noticed every time when you will give a new post or edit your old content.

To produce this effective feed URL, first of all, you have to go for www.feedburner.com  for getting registered your desired blog. This registration process is truly effortless, I think you need not to be worried at all. If you have a Gmail account or BlogSpot blog ID, then you can directly sign in here with your same Id and password.

 After signing in, just enter you blog title, blog URL, and your desired feed URL as the instructions by feed burner and create your blog RSS feed that should look like as follow -http://feeds.feedburner.com/YourFeedName.

For getting the better outcome from your blog feed, please don’t fail to remember to activate the feature Publicize>Email Subscriptions of your feed burner setting and put the given code in your blog or website to get a special widget of email subscription that helps to notify every update to your valuable blog subscribers by email.

After completing the above steps, login into your blogger dashboard and click on settings and find the site feed option and put your new feed URL in Post Feed Redirect URL box. And finally, just click on Save Settings and you are done.


Thank you.

Monday, October 29, 2012

Search Engine Friendly-On page Blog Settings Optimization



On page blog setting optimization is the ultimate post of my search engine friendly series. If you have missed my previous discussions, then you may take a tour on Search Engine Friendly-Optimize Keywords and Meta Tags and Search Engine Friendly-Automatic Image Optimization.

Today, I will show you the best and precise way to optimize your blogger settings. Once you have completed the following steps, your desired blog also will be 100% truly optimized. That means you can also catch the valuable traffic for your beloved blog from different search engines like Google, Bing, Yahoo etc.


Customize Title and Description

Firstly, you must sign in your blogger blog and go to dashboard or click on design. Now look at the left site, you will find the setting option. After clicking on setting option you will find the basic option and now you will notice the Title and Description Box for your blog home page as following—

This image shows where and how to create blogger title and description.
Blog Title and Description

 Now click on save changes and you are done.


Customize Custom robots.txt and Custom robots header tags

In this pace, I will optimize the Custom robots.txt and Custom robots header tags of your blog. Do you know? This is the most significant and extremely sensitive segment of your total on page optimization due to a strong relation with crawlers and indexing. That means you can keep a good control of search engines bots by this tool.

By the way, now follow my instructions, firstly, go to draft.blogger.com and select your blog and go to settings and click on search preference option. Now find the Custom robots.txt and click on edit, you will see Custom robots.txt box enables and copy the following red colored text but in the sitemap section enter your blog address such as http://bloggerszone24.blogspot.com/feeds/posts/default?orderby=UPDATED


User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /
Sitemap: http://www.your blog url.com/feeds/posts/default?orderby=UPDATED


Now click on save changes and you are done. Now take a look at Custom robots header tags section and click on edit to enable as you have done before. Now see the following screen shot--


Here you can see the perfect custom robots header tag marks.
Blogger Custom robots header tag


Now, click on save changes and your blog is perfectly search engine friendly optimized.


Thank you.


Sunday, October 28, 2012

Off-Page SEO- How to Link Building by Anchor Text


It is eternal and worldwide that Link building is the highest accepted technique and It is also a corroborate custom of off-page SEO. It helps to create lots of guest’s authors and traffics to any website or blog. In fact, this method is surely famous as the most powerful and effective scheme over webmaster planet. And it is really effortless if you know, but if you do not know then you have to face some boring problems like spamming, reporting etc.

But, in mean time, I have observed that many webmasters still make various common mistakes and repeated those mistakes too. They really do not know the exact process of how to build a link or they can not find out their common mistakes, even though they are not familiar enough with the importance of it.

Before starts the link building process, you must have to remember the following tips-

*      Do not waste your time to build link with a low rank website or a no follow website or blog.

*      Please keep in mind try to build link of your desired URL with a high page ranked website or even on a blog.

*    You should know that one do follow link is performed better than thousands of no follow links.

I hope you have already understood to identify the importance of it and now the exact method of link building is also divided here into two parts. They are following—
 Anchor Text for link building:
    <ahref="http://bloggerszone24.blogspot.com/">BloggerTutorial</a>

It will look like-- BloggerTutorial
URL for link building:
 <ahref="http://bloggerszone24.blogspot.com/">http:          //bloggerszone24.blogspot.com/</a>


The newbie bloggers are mainly suffered by these kinds of common mistakes. You may practice it in the comment section of this post. Once you have learned the correct and faithful way of link building, you will also be able to build your site link on high page ranked Do follow Blogs, websites, Social networking sites, forums etc by commenting.

Hey my dearest reader, I hope you can also be an expert in link building. If you have any questions or suggestions, then drops your opinion in comment box. I will be there.


Thank you.


























Friday, October 26, 2012

Search Engine Friendly-Automatic Image Optmzation



Blogger should concern about the image optimization for their contents. It is as importance as text optimization which drives you a considerable traffic for your websites and helps to increase page rank for the search engines.

Moreover, you have to be careful when you select your image search keywords or image file name or caption name for search engines. It should not to look like ‘DGD45688.png’, it will be better for your SEO that likes ‘blogger-seo.png’.

 In the same way, you must have to be careful when you will optimize the alt tag of your image. It has also a huge impact on search engines. Image alt tag is used as the alternative text that explains about the image; it will be appear when the image can not be loaded.

As, you have already learned about the importance and method of image optimization. Now I will give you an automatic image optimizing java script. After adding the following java script, the images of your blog will also drive traffic for your blog. The java script is-


<script type='text/javascript'>
//<![CDATA[
jQuery('a').each(function() {
    // Let's make external links open in a new window.
    var href = jQuery(this).attr('href');
 
    if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) {
        jQuery(this).attr("target", "_blank");
    }
});
jQuery('a').each(function() {
    // Let's make external links open in a new window.
    var href = jQuery(this).attr('href');
 
    if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) {
        jQuery(this).attr("rel", "nofollow");
    }
});
$(document).ready(function() {
  $('img').each(function(){
    var $img = $(this);
    var filename = $img.attr('src')
    $img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
  });
});
$(document).ready(function() {
  $('img').each(function(){
    var $img = $(this);
    var filename = $img.attr('src')
    $img.attr('title', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
  });
});
//]]>
</script>

Now copy the above blue colored java script and pest it above the </body> tag in your blogger HTML section. Then click on the save template.

Your Blog is now completely and perfectly image search engine friendly optimized. Don’t worry, it is 100% proved.



Thank you.



FreeWebSubmission.com SubmissionMonster.com