/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Showing posts with label Blogger Guide. Show all posts
Showing posts with label Blogger Guide. Show all posts

Monday, September 30, 2013

Search Engine Optimization Guide for blogger websites.

Search Engine Optimization
Starter Guide






This document first began as an effort to help teams within Google, but we thought it'd be just as useful to webmasters that are new to the topic of search engine optimization and wish to improve their sites' interaction with both users and search engines. Although this guide won't tell you any secrets that'll automatically rank your site first for queries in Google (sorry!), following the best practices outlined below will make it easier for search engines to crawl, index and understand your content.
Search engine optimization is often about making small modifications to parts of your website. When viewed individually, these changes might seem like incremental improvements, but when combined with other optimizations, they could have a noticeable impact on your site's user experience and performance in organic search results. You're likely already familiar with many of the topics in this guide, because they're essential ingredients for any web page, but you may not be making the most out of them.
Even though this guide's title contains the words "search engine", we'd like to say that you should base your optimization decisions first and foremost on what's best for the visitors of your site. They're the main consumers of your content and are using search engines to find your work. Focusing too hard on specific tweaks to gain ranking in the organic results of search engines may not deliver the desired results. Search engine optimization is about putting your site's best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines.
Your site may be smaller or larger than our example site and offer vastly different content, but the optimization topics we discuss below should apply to sites of all sizes and types. We hope our guide gives you some fresh ideas on how to improve your website, and we'd love to hear your questions, feedback, and success stories in the Google Webmaster Help Forum.
Welcome to Google's
Search Engine Optimization
Starter Guide
Table of Contents

Googlebot
Crawling content on the Internet for Google's index every day, every night, non stop.
From here on, I'll be explaining various points on search engine optimization (SEO)!
SEO Basics
Create unique, accurate page titles
Make use of the "description" meta tag
Improving Site Structure
Improve the structure of your URLs
Make your site easier to navigate
Optimizing Content
Offer quality content and services
Write better anchor text
Optimize your use of images
Use heading tags appropriately
Dealing with Crawlers
Make effective use of robots.txt
Be aware of rel="nofollow" for links
SEO for Mobile Phones
Notify Google of mobile sites
Guide mobile users accurately
Promotions and Analysis
Promote your website in the right ways
Make use of free webmaster tools

Create unique, accurate page titles
SEO Basics
Glossary
Indicate page titles by using title tags
Page title contents are displayed in search
results
(1) The title of the homepage for our baseball card site, which lists the business
name and three main focus areas.
<html>
<head>
<title>Brandon's Baseball Cards - Buy Cards, Baseball News, Card Prices</title>
<meta name="description=" content="Brandon's Baseball Cards provides a
large selection of vintage and modern baseball cards for sale. We also offer
daily baseball news and events in">
</head>
<body>
(2) A user performs the query [baseball cards]. Our homepage shows up as a result,
with the title listed on the first line (notice that the query terms the user searched
for appear in bold).
If the user clicks the result and visits the page, the page's title will appear at the top
of the browser.
(3) A user performs the query [rarest baseball cards]. A relevant, deeper page (its
title is unique to the content of the page) on our site appears as a result.
A title tag tells both users and search engines what the topic of
a particular page is. The <title> tag should be placed within the
<head> tag of the HTML document (1). Ideally, you should create a
unique title for each page on your site.
If your document appears in a search results page, the contents of
the title tag will usually appear in the first line of the results (if
you're unfamiliar with the different parts of a Google search result,
you might want to check out the anatomy of a search result video by
Google engineer Matt Cutts, and this helpful diagram of a Google
search results page). Words in the title are bolded if they appear in the
user's search query. This can help users recognize if the page is
likely to be relevant to their search (2).
The title for your homepage can list the name of your website/
business and could include other bits of important information like
the physical location of the business or maybe a few of its main
focuses or offerings (3).
Search engine
Computer function that searches data available on the Internet using keywords or
other specified terms, or a program containing this function.
<head> tag
An element that indicates the header in an HTML document. The content of this
element will not be displayed in a browser.
HTML
Abbreviation for HyperText Markup Language, a language used when describing web
page documents. It denotes the basic elements of web pages, including the document
text and any hyperlinks and images embedded within.
Search query
Single or multiple terms which are input by the user when performing a search on
search engines.
SEO Basics
Improving Site Structure
Optimizing Content
Dealing with Crawlers
SEO for Mobile Phones
Promotions and Analysis
Links The anatomy of a search result
http://googlewebmastercentral.blogspot.com/2007/11/anatomy-of-search-result.html Diagram of a Google search results page
http://www.google.com/support/websearch/bin/answer.py?answer=35891
Best Practices
Page titles are an important aspect of search engine optimization.
Choose a title that effectively communicates the topic of the page's content.
Accurately describe the page's content choosing a title that has no relation to the content on the page using default or vague titles like "Untitled" or "New Page 1"
Avoid:
Create unique title tags for each page
Each of your pages should ideally have a unique title tag, which helps Google know how the page is distinct from the others on your site. using a single title tag across all of your site's pages or a large group of pages
Avoid:
Use brief, but descriptive titles
Titles can be both short and informative. If the title is too long, Google will show only a portion of it in the search result. using extremely lengthy titles that are unhelpful to users stuffing unneeded keywords in your title tags
Avoid:
Make use of the "description" meta tag
SEO Basics
Glossary
Summaries can be defined for each page
What are the merits of description meta
tags?
(1) The beginning of the description meta tag for our homepage, which gives a brief
overview of the site's offerings.
<html>
<head>
<title>Brandon's Baseball Cards - Buy Cards, Baseball News, Card Prices</title>
<meta name="description=" content="Brandon's Baseball Cards provides a
large selection of vintage and modern baseball cards for sale. We also offer
daily baseball news and events in">
</head>
<body>
(2) A user performs the query [baseball cards]. Our homepage appears as a result,
with part of its description meta tag used as the snippet.
(3) A user performs the query [rarest baseball cards]. One of our deeper pages, with
its unique description meta tag used as the snippet, appears as a result.
A page's description meta tag gives Google and other search
engines a summary of what the page is about (1). Whereas a
page's title may be a few words or a phrase, a page's description meta
tag might be a sentence or two or a short paragraph. Google
Webmaster Tools provides a handy content analysis section that'll tell
you about any description meta tags that are either too short, long, or
duplicated too many times (the same information is also shown for
<title> tags). Like the <title> tag, the description meta tag is placed
within the <head> tag of your HTML document.
Description meta tags are important because Google might use
them as snippets for your pages. Note that we say "might" because
Google may choose to use a relevant section of your page's visible
text if it does a good job of matching up with a user's query.
Alternatively, Google might use your site's description in the Open
Directory Project if your site is listed there (learn how to prevent
search engines from displaying ODP data). Adding description meta
tags to each of your pages is always a good practice in case Google
cannot find a good selection of text to use in the snippet. The
Webmaster Central Blog has an informative post on improving
snippets with better description meta tags.
Words in the snippet are bolded when they appear in the user's query
(2). This gives the user clues about whether the content on the page
matches with what he or she is looking for. (3) is another example,
this time showing a snippet from a description meta tag on a deeper
page (which ideally has its own unique description meta tag)
containing an article.
Snippet
Text displayed beneath the title of a corresponding web page on the search results
pages of a search engine. A web page summary and/or parts of the page that match
the search keywords will be displayed.
Open Directory Project (ODP)

Best Practices
Use description meta tags to
provide both search engines
and users with a summary of
what your page is about!
Accurately summarize the page's content
writing a description meta tag that has no relation to the content on the page
using generic descriptions like "This is a web page" or "Page about baseball cards"
filling the description with only keywords
copying and pasting the entire content of the document into the description meta tag
Avoid:
Write a description that would both inform and interest users if they saw your description meta tag as
a snippet in a search result.
Use unique descriptions for each page
using a single description meta tag across all of your site's pages or a large group of pages
Avoid:
Having a different description meta tag for each page helps both users and Google, especially in
searches where users may bring up multiple pages on your domain (e.g. searches using the site:
operator). If your site has thousands or even millions of pages, hand-crafting description meta tags
probably isn't feasible. In this case, you could automatically generate description meta tags based on
each page's content.
Improve the structure of your URLs
Improving Site Structure
Glossary
Simple-to-understand URLs will convey
content information easily
URLs are displayed in search results
(1) A URL to a page on our baseball card site that a user might have a hard time
with.
(2) The highlighted words above could inform a user or search engine what the
target page is about before following the link.
(3) A user performs the query [baseball cards]. Our homepage appears as a result,
with the URL listed under the title and snippet.
Creating descriptive categories and filenames for the documents on
your website can not only help you keep your site better organized,
but it could also lead to better crawling of your documents by
search engines. Also, it can create easier, "friendlier" URLs for those
that want to link to your content. Visitors may be intimidated by
extremely long and cryptic URLs that contain few recognizable words.
URLs like (1) can be confusing and unfriendly. Users would have a
hard time reciting the URL from memory or creating a link to it. Also,
users may believe that a portion of the URL is unnecessary, especially
if the URL shows many unrecognizable parameters. They might leave
off a part, breaking the link.
Some users might link to your page using the URL of that page as the
anchor text. If your URL contains relevant words, this provides
users and search engines with more information about the page
than an ID or oddly named parameter would (2).
Lastly, remember that the URL to a document is displayed as
part of a search result in Google, below the document's title and
snippet. Like the title and snippet, words in the URL on the search
result appear in bold if they appear in the user's query (3). To the right
is another example showing a URL on our domain for a page
containing an article about the rarest baseball cards. The words in the
URL might appeal to a search user more than an ID number like "www.
brandonsbaseballcards.com/article/102125/" would.
Google is good at crawling all types of URL structures, even if they're
quite complex, but spending the time to make your URLs as simple as
possible for both users and search engines can help. Some
webmasters try to achieve this by rewriting their dynamic URLs to
static ones; while Google is fine with this, we'd like to note that this is
an advanced procedure and if done incorrectly, could cause crawling
issues with your site. To learn even more about good URL structure,
we recommend this Webmaster Help Center page on creating
Google-friendly URLs.

Friday, August 23, 2013

How to add Fly bird twitter dashing widget to your blog,.

How to add Fly bird twitter dashing widget to your blog,.
Hey guys you are interested to get widgets and you come in the right place but just before doing some easy steps.This is one of the beautiful widget for blogger blog.Our blog is also using this widget because its looks good and also the people attract for this widget and follow your blog very easily.Yet this is most searchable widget on google.As you know the popularity of Blog is becoming high and this is not enough there are to many widgets also which attracts customer or peoples who comes on your site and click on this widget.

If you have blogger.com account then use following steps:-
      • sign in 
      • Layout
      •  Html /Java Script
      • and paste the following below code on that
The codes are as follows:-----


<object type="application/x-shockwave-flash" data="http://www.mylabworld.in/2013/08/how-to-add-fly-bird-twitter-dashing.html" width="150" height="150"><param name="movie" value="http://www.mylabworld.in/2013/08/how-to-add-fly-bird-twitter-dashing.html" /><param name="allowscriptaccess" value="always" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><param name="flashvars" value="username=MYLABOFBLOGGER" /><a href="http://mylabworld.in/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://mylabworld.in/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://mylabworld.in/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><embed src="http://www.buzzbuttons.com/BUTTON3/twitbutton.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="150" height="150" menu="false" wmode="transparent" flashvars="username=MYLABOFBLOGGER"></embed></object>



Just change the username with your username of Twitter.


Thursday, August 8, 2013

Make a Blogger Blog Do follow to get lots of comments in your comment box.

Making a Blogger blog do follow is a necessary thing if you want to get lots of comments .People only comments on those blogs who are do follow like our's blog.Because they need back links for their blog which improve their rankings.If your blog is No follow than these are only comments on your blog.Making a blog Do Follow will increase SPAM in your comments so you need to check all comments before publishing.Well, to make a blogger blog Do Follow is not a difficult just follow these steps: 

                                To Make Blogger Blog DOFOLLOW

just follow these following steps might be helpful for you and your blog also.

Step1:

Go to blogger Dashboard> Edit HTML> Expand Widget templates and search for 

expr:href='data:comment.authorURL' rel='nofollow'><data:comment.author/></a>


or just

rel='nofollow'


Step2:

Remove

rel='nofollow'


From Step1
Step3:

Click on Save Template and that is all you have not to do anything.Now your blog is Do Follow and will get lot of comments with SPAM.

How to backup and restore blogger templates in blogger.com.

Want to Backup Blogger Template or want to restore blogger template?

Here is a quick guide for you all to backup and restore blogger template.

If you are going to modify your template to add some cool features, codes or any other thing.You must Backup blogger template to avoid risk of any error.If you gets any error than this will help you to easily restore blogger template from previous backup.I will show you how to Backup and restore blogger template.

How to backup blogger template

Step1:

Go to blogger Dashboard> Design> Edit Html

Step 2:

Click on Download Full Template as shown below



How to Restore Blogger Template

Step1:

Go to Blogger Dashboard >Design >Edit Html

Step 2:

Click on browse button as shown below




Step 3:
Select the Template you want to store or upload and click Upload

Note:

If you are using new blogger Interface than see image above to backup and restore template.
By clicking on choose file you are able to select your xml template from your files.

Wednesday, August 7, 2013

How to embed Facebook posts in Blogger blog.

Social Media has taken the web by storm,and is now increasingly being integrated with various services.Social recommendations have now become a lot more important then they were a few years ago as compared to organic search,which goes on to show that the way the average internet surfs is changing.And it's no wonder that every social network wants you to share it's content all over the web.For that effect ,Facebook,following into the footsteps of Youtube and Twitter ,has launched embeddable posts ,which will enable blogs and websites to share status updates,pictures and videos that are on Facebook.
Sharing your Facebook posts on your blog page could help with the engagement on your site.But before you can embed a post,that particular posts needs to be public.Posts with restricted privacy settings won't be embeddable .So if you're trying to embed your own posts,make sure it is public first.
..................................................................................................................................................................
How to Embed Facebook Posts to your site.
...................................................................................................................................................................

Now, there are two methods to embed posts.The Embed option within Facebook posts,and the Facebook Configurator tool.Both these methods will generate a code that can be embedded on any platform or websites,and not just on Blogger.
The Embed OPTION
Facebook is introducing this option within Facebook posts.If you click on the little drop down arrow next to a post,you will see an "Embed Post" option sitting there,among other options.
                         
If it's a photo, you will see an Embed button underneath the photo where you normally find the Download and delete options.Once you click on that button,Facebook will give you an embed code which you can add any where.

Although this is the easiest way(apparently),Facebook is only slowly rolling it out to profiles and page.Right now, only about 5 Facebook pages have received this options,including Mashable ,CNN,The Huffington post etc.So for now, it doesn't have any real use.And that is what other blogs will tell you.But what they won't tell you about is the second method,with which you can embed any post!

Manually creating an embeddable post

In my opinion , this is the easier option.Nut it involves a bit more work.You first have to grab the URL of the Facebook post you want to embed.For photos, you can easily get the URL by clicking on them.But for other media, isn't as easy.At least it doesn't appear so at first.To get a post's URL,simply click on its timestamp.

        Please go to this URL: https://developers.facebook.com/docs/plugins/embedded-posts/
Paste URL i the field provided.Once your story loads in the tool, click the get code .

How to add a print button to your blog or websites.

Allowing your users to print your blog posts with just a single click is something that is pretty cool. On the other hand, almost all browsers provide the flexibility to print a web page by just going to “File” and “Print”. Different people have different choices and different people like to have a print feature on their blog posts for different reasons. You may just like to add a continent way. When users can print your posts with just one click then why they should be doing some complicated processes? In this article, we will show you how to add a quick print button to your Blogger blog.


The First thing you will be doing is to login into your Blogger Dashboard. Now After logging in, go to your blog >> Template >> Edit HTML >> Search for <div class='post-header-line-1'/>  and just above it paste the following code. Once everything is done, press “Save Template” button to conclude the process.

Now to give your button a beautiful touch, you need to customize it with a bit of CSS. You can create any kind of image using any popular photo editing or deigning tool Like Photoshop and can simply apply the modest CSS to make it work. Here is a small example of how you can stylize your print it button.

How to get your Google Adsense account approval very easily.

Hey many of you want to earn money online with no risk i.e why we are providing you the right choice to earn money online with Google AdSense. Google Adsense is the best money making program , and all blogger & websites prefer it. But it’s difficult to get into Adsense program now a days.
Below is the noted Adsense mail that most of us get once we aren't eligible for the Adsense program.


Hello,

Thank you for your interest in Google AdSense. Unfortunately, after reviewing your application, we’re unable to accept you into AdSense at this time.

We did not approve your application for the reasons listed below.

Issues:
- Copyrighted material
- Insufficient content
- Site does not comply with Google policies

Regards,
The Google AdSense Team



But i will tell you how to get very easily Adsense into your website and blogspot . This guide is totally based on my own experience. I've worked with this method of getting approval of AdSense application many times for my friends and it worked anytime.

Register New Email Account 1. Register New Email Account:

You should need a new email account could be Anyone. I had registered Adsense Account with Hotmail email it was later changed to gmail because gmail would be better.
1. Go to https://accounts.google.com/SignUp
2. Now fill your correct personal details

2. Custom Domain Name:
Custom Domain Name

Too many of us focus on the domain name, however my view is not important for blogspot.com and different free hosting domain you'll be able to use customized name. yes if you web site is (dot).com domain then your name is good for domain.

3. Site Design:
Site Design

Your website should have a professional design which is able to satisfied Adsense advertiser to publish ads on your site and can help your blog being approved by Adsense.

4. Content and Number of Posts:

You have need 30 to 50 number of post that include the high quality content. You need to have useful articles with more than 500+ words. they need to create unique content before they apply for Adsense program. If you're having content that is copied from different blog’s then don’t even imagine to get approved. Your blog shouldn't contain any copyrighted stuff. You can’t provide links for downloading movies, eBooks or any of such type. Your blog should also contain safe content that doesn’t harm the society or in easy term children friendly. You can’t even apply for an account after you write in your regional language there are only few languages that Google supports for Adsense program. you'll read more in Google’s AdSense program policies.

5. Traffic:
Traffic

your website must have some good quantity of traffic to get Adsense account approved.

Minimum Traffic 1000 page views per day.
At least more then 300 unique visitors and majority from search engines especially Google.
If you have more traffic from United States, United Kingdom, Australia, Germany and Canada. then its a plus point.
If you don’t have any traffic from search engines then drop the idea of applying for Adsense.

6. Connect Your Site To Social Media:
Connect Your Site To Social Media
That is very important point to your blog must be connected with Social media networks, because the role of social media sites are very important for improve your blog visibility, traffic and blog ranking.  The best social media sites for driving traffic to your latest blog post
Facebook
Google+
Twitter
LinkedIn
Stumbleupon
Youtube
Pinterest
7. Create Blog Pages:

Static Pages allows you to create specific pages like about me, Contact page, Privacy Policy etc. on complete pages that are linked from your site. The static pages basically are the same as post pages, however there are many things that make them different. According to adsense terms and condition every blog must have a working contact us page and privacy policy page to get adsense approved.
Create some pages for website.
1. About  2. Contact  3.Privacy Policy  4. FAQ  5. Advertise and create other pages according your blog.

Note: Some time Google Adsense reject the application, the key word is resubmit your application.

Sunday, August 4, 2013

How to check your website or blog rank in Google or rank in whole web.


Analytic for any Website
Find and evaluate business worldwide with Alexa's web analtics.

Optimize your site.Get more traffic Surpass your business goals with Alexa pro.

The Global Leader in Analytic :
Alexa is the leading provider of free, global web metrics.Search Alexa to discover the most successful sites on the web by keyword, category, or country.Use our analytic for competitive analysis, benchmarking,Market Research ,or business development .Use Alexa's pro tools to optimize your company's presence on the web.
Today there is to many bloggers are present in this modern or fast world every bloggers want that they become popular and their websites also become so.We also want that what is the rank of my website i.e why in this topic we are discuss and learn about analytic of website.
What helps you Alexa:
Alexa Traffic Rank: See how popular a website is.
related Related Links: Find sites that are similar to the site you are visiting.
wayback Wayback: See how a site looked in the past.
hoturls Search Analytic: Find out which queries drive traffic to a site.
reviews Website Reviews: See what other people thought of this site or write your own review!

Making a better Internet
Alexa could not exist without the participation of the Alexa Toolbar community. Each member of the community, in addition to getting a useful tool, gives back. By using the Firefox, Chrome and IE toolbars, every member contributes valuable information about the web, how it's used, what's important and what isn't. Alexa returns this information to the community as Traffic Ranks, Related Links, and more.

Sign up now for taking advantage of Alexa 
Size up your competition on the Web!
The Alexa Traffic Rank will show how popular the site is compared to yours, including Reach, Pageviews and more.
Search Analytics will show you which terms your competition is using to get traffic.
The Audience data will show you what kind of visitors your competition is attracting.
The Clickstream data will show you where your competition is getting traffic from affiliate programs and partners.
 

Friday, July 26, 2013

Add FIVE cool and mashable type social sharing button to your blog.

If you have blogger account then 
blogger.com>sign in
Templates>Edit HTML
after pasting codes in <head>
Layout>HTML/JavaScript
and paste the below code to your blog or website.

Place these script tag in "HEAD" section of your HTML
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>

<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
Now put these script at the end of your pageThey contain the parameter preferences in JSON format.

<script type="text/javascript">stLight.options({publisher: "5e1b23c7-e19f-44c1-85d1-69aede828cce", doNotHash: false, doNotCopy: false, hashAddressBar: true});</script>
<script>
var options={ "service": "facebook", "timer": { "countdown": 30, "interval": 10, "enable": false}, "frictionlessShare": true, "style": "7", "publisher": "5e1b23c7-e19f-44c1-85d1-69aede828cce"};
var st_service_widget = new sharethis.widgets.serviceWidget(options);
</script>

How to delete your blog from blogger.com

Hey guys this is very relevant that bloggers want to delete their blog or websites.Many of the bloggers thought that their blog is not performing better or some other causes that is why they want to delete their blog.So, in this topic we are going to learn hoe to delete blogs in a separate manner.Just follow these rules to get instant delete of your blog.If you want to delete more than one blogs at one time that is also possible.Bloggers think that blogs might be harmful for adsense or their all blogs.Yes this write if you post against blogger terms and condition then google delete your all blogs.

I am going to give a such a relevant example that was happened before few days with my one friend.
 he takes his blog or run his blog for 2 or 3 years and he posted more than 650 posts and after few days ago his blog got delete,Google delete his all blog for going terms and condition of google.He also got adsense for more that 1 years and he also got disabled.His all blogs and his labour wasted.Now he made a fresh blog and trying to get adsense and make his blog such a better blog.
You have some question that why his blog got deleted by google.See below why he got deleted his blog:
  • 1.He is copy and pasting from another blog or websites.
  • 2.Google is securing deleteing the websites which has made copy and pasting.
  • 3.For copy and pasting of others he got to many traffic and he got adsense for that adsense also harmed for this process.
We are on the topic of  how to delete your blog:
  • You have blogger account>sign in
  • Choose your website 
  • go to  Settings
  • You get the button of other and a pic like this comes through
 Now you able to delete your blog

Thursday, July 25, 2013

How to install a blogger templates in your blog with no mistakes:Beginners Guide.


How to install a Blogger template?

0. If your are using Dynamic Views, you need first go to Design (Dashboard → Template) and then click on “Revert to classic templates → Revert to classic template”.

1. Download the template and unzip the file (you can use a free unzipper software).

unzip-template

2. Go to your blog template section (Dashboard → Template → “Backup / Restore” button).

In the old Blogger design: Dashboard → Design → Edit HTML .

3. Backup your previous template (Download full Template).



In the old Blogger design:

upload-template

4. Find and upload the xml file of your template.

5. If you see a warning like following:

warning-install-template

Click “keep widgets“.

6. Enjoy! :)

Why I can’t install a template? Blogger gives an error.

There are several possible factors that cause an error Bx-xxxx:

The code is directly copied, and Blogger did ‘t interpret it.
Temporarily Blogger  is not accepting  templates with certain codes or gadgets.
Possible solutions:

Remove widgets or gadgets that come with the template downloaded.
Clear your browser’s cookies.
Trying to upload the template with a different browser (Opera, Firefox, Chrome).
No copy and paste the code directly, upload the xml file.
Wait 24 hours and try again.

How do I log in to my blog without the navbar?

The Blogger navbar is just a plug and provides a shortcut to enter your blog, but you can always log in from Blogger.com.

How do I customize my template?

For color and the font size, some Blogger templates offer an option to change it from the Dashboard (Dashboard → Design → Template designer → Advanced or Dashboard → Template → Customize → Advanced in the new Blogger design). Here, you can see the result directly in the template.

blogger-template-designer

Major changes in the templates needed to know at least a little CSS and HTML. A quick way to modify a template is change the images in the CSS code, for others with the same dimensions. That is the process to change the header of a design, for example.

Additionally, some templates have their own settings instructions and customization, refer to the same download page of your template.

How can I edit the menu of my template?

1. Most templates have a menu that can only be edited from the HTML (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design). In many cases the code to look for is like:

    <li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
    <li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
    <li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
    <li><a href='#'>Edit</a></li>
There you can edit the expr:href=’…’ code, with your own links: href=’http://mylink…’. Also see the instructions in your template for more information.

2. Some templates include a link list widget or a pages widget to edit the menu directly from the Dashboard.

For link liks widget: Dashboard → Design → Page Elements. Or Dashboard → Layout in the new Blogger design.
For pages widget: Posting → Edit pages → New pages. Or Dashboard → Pages → New Page in the new Blogger design.

How to go back from Dynamics Views to standard templates

If you are using the new Blogger templates, called Dynamics Views, you don’t have access to most templates on the web.

To go back from Dynamics Views to standard templates you only need:

Go to Template designer (Dashboard → Design).
Click on “Revert to previous template”.
That’s it. Now each time you enter in ‘Design’ section, you will be able to upload custom templates again.


Why the date is displayed as “undefined” or this is not show?

Probably because you don’t choose the right date format. The format should be changed from the panel and usually the correct types are:

1. Dashboard → Settings → Language and formatting → Date Header Format

date-header-format

Or

2. Dashboard → Settings → Language and formatting → Timestamp Format

timestamp-format

Read the instructions of your template located on the download page.

Why some images in my template disappeared?

Although we host the largest number of images in Blogger, images may suddenly disappear because:

The images were removed from the original hosting.
You use a own domain.
Solution: Download the template from BTemplates again, or from the page’s original author and re hosts the images on an external service such as Photobucket, or ImageShack.

How to add the comment form to my template?

Blogger recently added the Comments Form within the same template, below the individual posts, if your template does not have the form there, you may need to manually add it or activate it.

To add it manually:

Enter in the code of your template (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
Replace that code with the following:
<b:if cond='data:post.embedCommentForm'>
          <b:include data='post' name='comment-form'/>
        <b:else/>
          <b:if cond='data:post.allowComments'>
            <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
          </b:if>
        </b:if>

To activate it:

Enter the options panel comments (Dashboard → Settings → Comments).
And in the “Comment Form Placement” section, select: Embedded below post.
Note: If you are using the new Blogger design, you will need back to the classic version and follow the two step above.

How do I add my feed of Feedburner to my blog?

On the menu: Many templates show the feed in the top menu, to change the default feed for feedburner, go to your template code (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:

<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>
Replace this with:

<a href='URL del feed en Feedburner'>
Now, in the settings panel of the feed ( Dashboard → Settings → Site Feed or Dashboard → Settings → Other → Post Feed Redirect URL in the new Blogger design) also add your Feedburner URL.

How do I translate my template to another language?

Directly in the template code. (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design), with a really simple process:

Using the browser search, find the text you want translate.
Replaces that text with your translation.
Repeat the process for all the words / phrases that you want to change.
The text within an image need to be changed with a image editor (eg. Gimp or Photoshop) and then, replace that image url with the edited image url.


What should I do after I install my template?

After installing a template, there are several things worth to check, update or modify, we recommend you to read our article with all the points.

How to display the navbar again in my template?

Easy! Enter in the code of your template (Dashboard → Design → Edit HTML) and search for:

#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
Delete it and that’s it.

How to display the last posts or comments on the sidebar?

Enter the administrator page elements (Dashboard → Design or Dashboard → Layout in the new Blogger design).
Add a new feed widget, with the following URL’s:To show the recent posts:
To display the latest comments:

Why is my blog shows few entries per page?

Blogger recently implemented a mechanism called “auto pagination” to reduce the loading time of its blogs. This mechanism is to show less Blogger entries per page if it detects that the page is heavy to load.

To avoid that this happens, you can try to decrease the load time of your blog, some recommendations are:

Optimizing images. For example, using Smush.it or a free image editor like Gimp.
Eliminate unnecessary gadgets.
Use “read more” in your longer posts.
Optimize CSS code. For example, with CSS Optimizer.

Can I remove the template credits?

No, the vast majority of templates are licensed under a Creative Commons, GPL or similar license, thus removing the credits would be using an illegal copy of the same. You can simplify the credits or relocate, but not remove them. Remember that the templates are free, so keep the credits is a way to thank those who designed and / or adapted the template.

What does the icon of a gold medal in some templates?

We call them Free Premium Templates and highlight it with this icon because have an excellent graphic quality, are well designed for Blogger, bring additional features and / or are compatible with the major browsers (Firefox, Chrome, IE7).

I sent a template, why is it not published?

Usually we receive a big number of templates, we try to publish as soon as possible and ensure a minimum quality in the published templates in BTemplates, some of the criteria that we use to approve a templates are:

An acceptable graphic and technical quality.
Compatible with most browsers.
No installation errors.
A license that allows distribution.
Please read our full publication guidelin

Best 50 ways Blogger follow when begins or start:Beginners guide.

 Hey the bloggers every workers need to earn more money by any ways.But the blogging path is not difficult or not also easy.

  • Make Plans before launching your blog.
  • Choose your blogging niche wisely, choose a niche in which you are expert.
  • Register a simple, unique and easy to remember domain name for your blog
  • Signup with some affordable and cheap WordPress hosting like Hostgator or Bluehost.
  • Use WordPress, It’s the best blogging platform with lots of features than Blogspot
  • Choose a perfect, SEO friendly and fast loading theme for your blog. I recommend Elegant Themes and ThemeJunkie
  • Learn SEO, it is too important if you want to take your blog to the next level
  • Don’t copy from anyone else blog. Instead Post unique content on your blog.
  • Make a STRONG network around your blog niche, it’ll help you to increase online presence as well as will make you famous soon
  • Update Blog Regularly. Don’t just publish another blog post instead publish something that your readers would love.
  • Start blog commenting and write guest post for other blogs to increase website traffic, Backlinks and exposure
  • Don’t dream big, instead set up goals.
  • Don’t always get topics from other blogs.
  • Build an Mail list. It is really important. Use Madmimi email marketing service, it’s free up to 2.5K subscribers and it’s too cheap as compared to mailchimp or aweber
  • Keep your posts simple. Write for readers not search engines. Because readers are the one who can make your blog post go viral.
  • Be kind towards your readers. Solve their problems, provide them freebies.
  • Blogging is not an overnight success. It require lot of time, efforts and hard work.
  • Don’t overload your blog with widgets. Use clutter free theme
  • Make your blog SEO friendly. Use premium themes and plugins like SEOPressor for WP
  • Link to other blogs in your niche more often, in return they would do the same!
  • Ask opinions about your blog from it’s readers (like I did)
  • Reply to every comment on your blog. It’s important!
  • Reply to almost every email that you get in your inbox from your blog readers, try to help them as much as you can.
  • Don’t use too many ads on your blog, remember your readers want to learn something new, they don’t just want to see ads on your blog.
  • Don’t copy others images to add them on your blog instead create your own images or use any free sites to get images for your blog posts
  • Quality of your content matters, not quantity. Write awesome content and detail article.
  • Subscribe to other blogs in your niche. Don’t just focus on your blog instead do focus on other blogs as well. If you follow this, your blog will be successful in short time.
  • Add useful pages in your blog like About, Contact, Archives and Privacy related.
  • Make Subscribing, Commenting and Contacting on your blog easier. Award your commentator as well.
  • Don’t quit blogging if you don’t not earning enough. Instead use blogging to learn new things and to build your name around. Blog to help people, not ‘just’ to earn.

Tuesday, July 23, 2013

How and why to protect your adsense account from invalid click and click bombarding.


Do you know your Adsense Account is in danger, yeah this is not an April fool prank or anything like a joke, this is as true as you are breathing from some past days many bloggers experiencing heavy invalid activity in their Adsense account.

You may have also experienced that number of clicks are much more than as comparison of the Estimated Earnings, especially from some countries like United states clicks are coming fluently but no money, CPC from such countries lies somewhere between $0.01 – $0.04 which is too less and this Cost per Click clearly saying that these clicks you are getting on your Ads are not Genuine for sure.

Why and How To Protect Adsense Account From Invalid Clicks?

Many Bloggers and Webmasters have lost their Adsense Ads in some past days because of this invalid activity or some other reasons.
How to know the Country from where invalid clicks are coming from ?

Many of you may already know about this but some don’t, so let me explain how to know from which country your Adsense Ads are getting unusually clicked, to find this out just follow these steps…

1.    Log in to your Adsense Account.

2.    Click on Overview this month.

3.    Select the Today date from the upper right corner.

4.    Now click on Countries from Left sidebar.

5.    Now carefully checkout the no. of clicks in front of each Country name.

If you detect any country from where clicks have been done but CPC from there are very low then it simply means that your Adsense Ads are in danger.
How to Protect Your Adsense Account?

See if you are getting unusual clicks on your Ads, then first of all you try to detect the IP(s) of clicker and if you successfully detect those IP’s then just block them to showing Ads so that they won’t see your Ads and this way they cannot click on your Ads.

If you’re unable to fetch the IP address from where clicks are being performed then you most recommended way to keep your Adsense account safe is that, you must stop showing ads on your site for at least sometime, because if you stop publishing ads on your sites for some time/days it may cause loss of some Dollars to you but if you cannot prevent it then you may loss your Adsense for forever, which sounds so bitter to any blogger.

Read: 5 Question to Ask Before Using Google Adsense

It has been also seen sometimes that CPC are good and clicks are coming in bulks (more than expectations), but those were also invalid clicks.

To understand this better, suppose one person click on your Ad, Google gave you $2.0 for that one click which means click : 1 and CPC : $2.0 then 9 clicks are also done by an other person which are invalid clicks and Google haven’t gave you anything for those clicks, now your stats will show click : 10 and CPC : $0.20 which also looks good and generally we think it’s Ok if CPC is good but as you in example it’s not always okay.

So if you ever feel unusual increase in no. of clicks on your Ads you must report to Google regarding this to keep your side strong.
Click Bombing/ Invalid Clicks FAQ’s

    I lost my Adsense Account due to invalid activity on my account, what to do ?

When Google takes adsense away then they always mentions the reason behind it, so you need to ensure that it will not happen again in future and after that you can fill Appeal form provided by the Google to claim your Adsense account back, but don’t go for appeal form in hurry first of all you must take care of point they mentioned in their mail.

    I filled Appeal form, will I get Adsense(fill form now) back ?

Well nobody can say Yes for this question, it’s all depend on Google, if they realize that you have done good business with them in previous time then there are some hope you will get your Adsense back, but not sure for anyone.

    I filled Appeal form but no reply, what to do ?

You cannot do anything for this, all we can do is that we can fill Appeal form then Google will reply you back after taking their time, sometimes they takes 2-3 days for reply back.

    When I applied for Adsense back by `Appeal form` they rejected again, now what.

This is sad but ! even after they refused to give your adsense back to you, if you work on your blog continously for some months and you write valuable and original content then there are chances to have Adsense again on your blog, one of my friend have experienced it.

    Even after many try Google isn’t giving me Adsense back, now what to do ?

In this annoying situation you have some other ways to get income from your blog for that you can check this `Ways to Make Money without Adsense`.

If you don’t wanna go for it then you can think of another idea which is, you make another blog then apply for Adsense for that new blog and when you get Adsense for it you can use that Adsense account Ads on your both blogs the new one and old too.

If you think this article is even a bit useful it is requested to must share the info, Take care of your Adsense Account and also help others to do so.

Thursday, July 11, 2013

How to Check blogger stats or know from where country my blog is seeing.

Hey guys you are very interested to know about how to check your blogger stats or from where country peoples see your blog or blog post.This busy world has created some difficult things and give you a chance to make money online i.e why people entered in blogger.com to create blog and put ads of Adsense and earn money.Google is creating a good thing for those peoples who are interested in making websites and also to give knowledge to others for free.So, those peoples who have blogs are interested to know that from where country peoples saw their blogs.
Not wasting to many time we have come to point.You have blogger account.First follow these steps which are given below:

  • Blogger.com sign in
  • SELECT YOU BLOG
  • Stats and then audience.
You are able to see the stats from where people see your blog.This people generally want because they want to know that is my blog is famous in this world or not.If your blog is seeing outside your country that is good sign for your blog and for you also.
Blogger is a such a great source for everything its means that if you are blogger you will make money,you will   give knowledge to others,You become famous and much more.Blogging is a great source for providing knowledge to many peoples,students and husbands-wife creating their life better due to use of blogger and make a blog.
Today more than 50,000 peoples are interested in blogger and they making to many blogs the rating of blogs is more that 4.00.000.

Gamer City z

Free for your eye videos