Analyzing your Meta Tags !

as i already promised in my last post , i am posting a tool which will analyze your Meta Tags and show the effect of your blog on search engines ..







Meta Tag Analyzer




Check your meta tags!


example: http://www.host.com.

URL



(optional)

User Agent * (optional)




Please enter the access code as displayed above.

Access code





Online Meta Tag Analyzer
provided by The Blogger Classroom.





use the Tool to analyze your meta tags

How To : Add META TAGS to your blog !

if you never heard anything of Meta tags and haven't considered on doing anything about them , this article could help you big time!

what are meta tags ?
Meta tags are nothing but keywords which help the search engines to pick up on your blog's Niche .

Advantages

you'd receive more search engine traffic based on the searched keywords

How can you add Meta Tags to your blog ?

1. Login to your blogger account , goto layout  then goto the Edit HTML tab  
2. then Search for the following code  

<b:include data=’blog’ name=’all-head-content’/> 
 3. then place the following code just under the searched one .
<meta content=’DESCRIPTION HERE‘ name=”description”/>
<meta content=’KEYWORDS HERE‘ name=”keywords”/>
<meta content=’AUTHOR NAME HERE‘ name=”author”/>
 4. just edit the Red parts namely the desciption,keywords and author name .

5. the meta tags have to appropriate . do not use more than 3-4 keywords and the description is not meant to be the keywords ...

My next post is going to be on how to analyze the meta tags for your SEO needs .. cya

How To : Add a " read more " button in blogger

I guess you people pretty much know the "read more" button which is being widely used these days ....why do people use it ?

1. to Have as many posts in the homepage as possible.
2. to make the blog look simple yet sleek .
3. to get more page views .
4. to get more comments .

by having a embedded comment form just below the post area , you can ensure that people comment on your blog more often .

okay this tuorial is going to teach you on how to add the read more button from official blogger itself . no scripts,no template editing, no hacks .

just follow the steps .

1. Be sure you are using the latest or the " new editor " , if you're not using it then Just go to Settings>Basic and change the post editor option to "Updated editor" .


2. here comes the logic part or the fun part actually. while writing the post , all you have to do is insert jump break after a paragraph or after a few lines which you feel must appear in the homepage .

3. after inserting the jump break, continue writing and finish the post and publish!

thats it ! now you're homepage is capable of holding more posts than before ..

TIPS & TRICKS :- just be sure that you hide the "real thing" . i guess you know what i meant . You have to force the reader to click on the "read more" button .
for example , you have a picture of an actress and you decide on blogging it
you start on with the title like " Hot Actress photoshoot " and write some subtitles or intro and you jump break just before the picture appears . this forces the user to click on the " read more" and hence you get more page views and more page views = more $$$$$ .


happy blogging !

Contact The Admin!

any queries regarding advertising,back-linking and stuff can be made using the form and i'll try my best to respond to each mail .

Note :- please provide a valid e-mail id so that i can respond back .
Caution:- i am really looking out for some linking stuff , so make it fast buddy



Your Name :
Your Email :
Subject :
Message :
Image (case-sensitive):  

The Blogger Classroom Changes its Color!

after a month of in activeness , i am back to blogging and in style . the blog has been stripped off from it's old boring colors into a new skin which contains sort of web 2.0 features. hope the skin is good and working perfectly. thanks for visiting the blog and please comment :P

Make Your Blogger Blog Do-Follow

after a long long gap i just wanna return to blogging and i am here with the very famous DO-follow or NO-follow tags.

as you already know links in the Blogs having NO follow tags aren't follwed by the search engines so when you make your blog a do-follow by removing the no-follow tag , you can encourage people to give out comments and a few backlinks for their comments.
forget about the disadvantages because none comes perfect or nothing is perfect in this world. lol

okay these are the steps to make your blog a do-follow one.

Sign in to blogger account and go to Layout. Click Edit HTML, check the "Expand widget templates" box..

now you have to search for this code ( use ctrl+F or something related to your browser)

and search for

<a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
and next search for
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
just remove both the snippets and thats it , youve made your blog a do -follow one

PS :- This Blog is also a Do-follow one , so please comment and i'll follow :D

Result For Create a Drop Down menu

here i created a menu for this blog .


How To : Add a Drop-Down Menu To Your Blogger Blog

hmm , after seeing so many scripts and so many features, blogger has amazed me with the flexibility it has provided for a user. all you have to remember is that you can do anything in blogger once you start exploring the HTML of your blog, but be sure to save your template before hand so that you can restore it when you mess it up.

Today, i decided to Write this tutorial To add a Drop Down Menu to your blog .

so starting with the basics, just login to your blogger account , select a blog , click on the layout , click on the page elements tab and click on "add a Gadget" button.

now follow the procedure :-

1. Click on HTML/Javascript option (usually the fourth from top)  . click on Add to blog .
2. Copy the Code below and paste it in the gadget area .

<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu>

<option> the Blogger classroom </option>

<!-- change the links Accordingly -->

<option value="http://thebloggerclassroom.blogspot.com">Home page</option>

<option value="http://thebloggerclassroom.blogspot.com/search/label/widgets">Blogger Widgets</option>

<option value="http://thebloggerclassroom.blogspot.com/search/label/tricks">Blogger Tricks</option>

<option value="http://thebloggerclassroom.blogspot.com/search/label/scripts">Blogger Scripts</option>

</select></form>
3. Change the Data in red color accordingly . for example watch the first option , http://thebloggerclassroom.blogspot.com is the linking URL where as Home Page is the Anchor Text . which means that when a suer clicks on Homepage , it redirects to the above URL.
4. Save the Gadget and thats it .
5. Your Blog is now incorporated with a customized Drop down menu !

result :- See the result in the next post
UPDATE :- You can view the Drop down menu HERE

How to : Change the link Hover color to Rainbow colors

You might not be understanding this. let me explain it to you .

What is Hover color?

hover color is nothing but the color in which the link turns , when you put your mouse over a link .

Normally it would show  one color on many sites but to make your blog more funky or cool , lets make it  turn into rainbow colors . for example see this :- just hover your mouse over the link Blogger Tutorials

See the change of colors?

Follow the procedure to get this onto your blogger blog .

1. Download this script called Rainbow . ( from here : http://uploads.bizhat.com/file/252996 )
2. Extract the file and host the javascript file (.js file)
3. Note down the URL of the hosted JS file and
4. Make a script source code like this

<script scr='URL'/>

5. Replace the URL with the URL of the hosted JS file.
6. Goto Dashboard > EDIT HTML > and then search for

</head>

7. Copy the abover script code just before the </head> code.
8. That's it your blog is ready to shine with rainbow colors

Want to Become a Guest Writer For this BLOG ?

if you are interested in writing for this blog, just contact me @ thebloggerclassroom@gmail.com

Requirements :-

► Only Upto 2-3 Backlinks per post .
► Need Not be An Expert in English,But Should be Fluent and Avoid Spelling/Grammatical errors. editing will be done by me .
 ► Should have Some experience like writing for your own blog/articles around the net .

Please Contact ASAP

Give Feedbacks and Help Us Grow .

Now Coming to the fact that i blog and get some visitors reading my posts, i'm confused a lot on whether the readers like my blog or do i need to improve . please help me improve . just comment now :D

Check Whether Your Website has been Sandboxed by google .

you can check whether your site is sandboxed by google or not. it also shows the indexed pages by google.




Check domain:


http://



(eg. www.google.com)

Powered by iWEBTOOL

Check Your Site's Backlinks .

check your backlinks using this unique seo tool . entering www. shows a difference in the number of back-links




Your domain:






(eg. thebloggerclassroom.blogspot.com)





Powered by iWEBTOOL

The Blogger Classroom Pride !

| 0 comments

wow, just 4 posts into the blogger classroom and  all the four topics got enrolled in www.alltop.com

this site gathers all post around the internet and only shows the best unique content. glad that the blogger class room has made into the top posts in the blogging section!

if you actually knew blogging is the #2 nd most competitive keyword after marketing.

see the screenshot :-


A honest blogger !

it's really difficult these days to find some honest bloggers around the internet. i actually thought of writing about a blog and give him a spotlight as well because what he did is post a article on changing  favicon for blogger  and he back-linked to me instead off  copying the content. thanks .
information :-

blog :- blah-blahblog.blogspot.com 

Author :-  rick Barron  


her's a pic from the blog :-


How to add a cool Random post Button For your Blogger Blog

create a random post link so that when visitors click on it they can read a random post instead of reading the posts in the order of submission , so what you have to do ?

  • As usual, go to layout Form your Dashboard.
  • click on the page elements tab and click Add gadget .
  • Add a HTML/Javascript  widget.
  • then name the widget like " random posts"
  • then paste the following code in the body .
  • <div id="myLuckyPost"></div> <script type="text/javascript"> function showLucky(root){ var feed = root.feed; var entries = feed.entry || []; var entry = feed.entry[0]; for (var j = 0; j < entry.link.length; ++j){if (entry.link[j].rel == 'alternate'){window.location  = entry.link[j].href;}}} function fetchLuck(luck){ script = document.createElement('script'); script.src = '/feeds/posts/summary?start-index='+luck+'&max-results=1&alt=json-in-script&callback=showLucky'; script.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); } function feelingLucky(root){ var feed = root.feed; var total = parseInt(feed.openSearch$totalResults.$t,10); var luckyNumber = Math.floor(Math.random()*total);luckyNumber++; a = document.createElement('a'); a.href = '#random'; a.rel = luckyNumber; a.onclick = function(){fetchLuck(this.rel);}; a.innerHTML = 'View Random Post'; document.getElementById('myLuckyPost').appendChild(a); } </script> <script src="/feeds/posts/summary?max-results=0&alt=json-in-script&callback=feelingLucky"></script>
  • save and view your blog.
  • the random posta widget will appear where you have placed it.
  • by default, the text displayed is " view random posts " . to change it just go to EDIT HTML and then search for the text and edit it as you wish.
  • nice tool to increase your pageviews.

Create a Tag cloud for your blog.

Create a Tag Cloud for your blog so that your visitors can easily navigate through your pages and as a result increase your page views.

a tag cloud will look like this when you will successfully install the widget.






so let's continue with the procedure :-
  1. Go to the Layout page of the blog you want to have the tag cloud in .
  2. under the page elements , add a pre-functioning gadget called 'labels' .
  3. save the elements
  4. Goto Edit HTML page , click on the expand widgets and make sure you back-up your template before you edit the code.

  5. search for <b:widget id='Label1' locked='false' title='Tags' type='Label'/>

  6. the code may not be same for all the templates, instead try searching for categories or label11 untill  you find the code.
  7. Replace the existing code with the following code:-


  8. /*


    Distributed by John Smith at WidgetsForFree.blogspot.com


    */ <b:widget id='Label1' locked='false' title='Tags' type='Label'>


    <b:includable id='main'>


    <b:if cond='data:title'>


    <h2><data:title/></h2>


    </b:if>


    <div class='widget-content' style='text-align: justify;'>


    <script type='text/javascript'>


    /*


    Simple Blogger Tag Cloud Widget


    by Raymond May Jr.


    http://www.compender.com


    Released to the Public Domain


    */



    //Settings / Variables


    var max = 150; //max css size (in percent)


    var min = 70; //min css size (in percent)


    var showCount = false;  // show counts? true for yes, false for no


    var minCount = 1;  // what is the minimum count for a tag to be shown? 1 for all




    //Begin code:


    var range = max - min;



    //Build label Array


    var labels = new Array();


    <b:loop values='data:labels' var='label'>


    labels.push(&quot;<data:label.name/>&quot;);


    </b:loop>



    //URLs


    var urls = new Array();


    <b:loop values='data:labels' var='label'>


    urls.push(&quot;<data:label.url/>&quot;);


    </b:loop>



    //Counts


    var counts = new Array();


    <b:loop values='data:labels' var='label'>


    counts.push(&quot;<data:label.count/>&quot;);


    </b:loop>



    //Number sort funtion (high to low)


    function sortNumber(a, b)


    {


    return b - a;


    }



    //Make an independant copy of counts for sorting


    var sorted = counts.slice();



    //Find the largest tag count


    var most = sorted.sort(sortNumber)[0];



    //Begin HTML output


    for (x in labels)


    {


    if(x != &quot;peek&quot; &amp;&amp; x != &quot;forEach&quot; &amp;&amp; counts[x] >= minCount)


    {


    //Calculate textSize


    var textSize = min + Math.floor((counts[x]/most) * range);


    //Show counts?


    if(showCount)


    {


    var count = &quot;(&quot; + counts[x] + &quot;)&quot;;


    }else{


    var count = &quot;&quot;;


    }


    //Output


    document.write(&quot;<span style='font-size:&quot; + textSize + &quot;%'><a href='&quot; + urls[x] + &quot;' style='text-decoration:none;'>&quot; + labels[x] + count + &quot;</a></span> &quot; );


    }


    }


    </script>


    <br/>


    <span style="font-size:80%;float:right;">Powered by <a href="http://www.widgetsforfree.blogspot.com">Blogger Widgets</a></span>


    </div>


    </b:includable>


    </b:widget>

     
  9. save the template and you should see the tag cloud in your blog,if installed properly.

    Hope you liked it :) 



How to Change the Favicon of your blog ( blogger )

| 0 comments

Tired of seeing the very old and very common  "B" in your address bar? why not change it and make it look funky or creative?

if you don't know whats a favicon , Favicon is a small 16 * 16 pixel image which is displayed in the address bar generally left to the address .. here's a look at it .


this is the favicon of google updated recently.


If you are actually using blogger you get this big orange "B" every time unless a webmaster changes it . you can also change this and make your favicon look funny and creative.

here the way to do it :-

  1. Log in to your blogger account and click on the layout button on the Dashboard for the blog you want to change the favicon.
  2. goto Layout tab and then click on the Edit HTML .
  3. be sure to save your template so that you don't screw your template in case anything goes wrong.

  4. search for the code  </head> using the browser's in-built text search . press ctrl + F for opera and firefox.

  5. paste this code immediately after the tag 



  6. <link href='http://bsaves.com/HowHero/Blogger%20Templates/moonspot/images/favicon.ico' rel='shortcut icon' type='image/vnd.microsoft.icon' />
    <link href='http://bsaves.com/HowHero/Blogger%20Templates/moonspot/images/favicon.ico' rel='icon'/>



  7. save your template and now it's time to create your own favicon
  8. visit this site to generate your own favicon 
  9. after generating your own favicon, download it and host it .
  10. you can use host any image to host your .ico files
  11. copy the URL  of the the uploaded favicon .
  12. search for this URL in your template



  13. http://bsaves.com/HowHero/Blogger%20Templates/moonspot/images/favicon.ico



  14. and replace it with your uploaded URL .
  15. note: if you notice you have to change the default URL two times. and save the template.
That's it , your favorite favicon is viewed by all who visit your blog and no more boring B's


Blogger Vs Wordpress

Many people ask me what's the main difference between Blogger and Wordpress . the concept is so long that i just cant give a single point and say this one is better. for those people, this post could well give the answer .
so, it's time to deeply analyze the two platforms and asses them for their advantages and disadvantages:-

so, lets use Wordpress as WP and Blogger as B . an advantage is colored in Green and disadvantage in Red

1.Installing a blog :-  both blogger and wordpress are quite easy to host or install. it's just an export function for blogger . however hosting companies have come up with this Fantastico script which makes WP hosting so easy and hassle free . where as coming to the free versions , it's just 10 minutes of work for both the platforms to establish a blog and start working on it.

resultWP , B .

2. Advantages of free versions :- blogger is the best free version blogging platform . why do i say it? because it can be installed in just a min or two  and you can get access to all parts of your blog could it be the CSS , widgets or adding Ads to your blog . whereas WP doesn't allow the template to be edited, doesn't allow users to add any 3rd party Javascript/HTML scripts to be added.

result :- WP , B

3. Time to get indexed :- it was noted that Blogger had a greater advantage because Google owns Blogger and it has all the blogs in it's database.create a blogger site and leave it for a week and you'll notice that Google has indexed that page.  however, WP users have to make efforts in making their site visible to google and then get it  indexed.

result :- WP,B

4. Categories/labels :- both are nothing but the same . WP calls them as Categories , Blogger calls them Labels. However categories is said to add to the aesthetic sense of SEO ( searh engine omptimization). it's just that categories has a positive effect where as labels has a nuetral effect on SEO. blogger shouldn't be given red , but when compared WP is better.

result : WP,B

5. Templates :- as you know blogger has tens of thousands of free templates , so does wordpress . as i already said adding templates to WP is only possible in self hosted blogs. so i can't really differentiate  the advantages and disadvantages . both get Green .however WP has A few templates which make the blog look just wonderful

result :- WP, B

6. Plug-ins: no need to say, WP is the king when it comes to plug-ins . you can literally  find thousands of plug-ins which can make life easier where as blogger falls behind as it needs extra bit of coding when it comes to plug-ins.

result :- WP,B

7. Built-in statistics :- WP has a built in code to show the visitor statistics of two days. blogger doesn't have  a built in code but 3rd party codes can be added like Google Analytics , Statcounter and so.

result : WP, B

8. SEO :-  Wordpress is a little ahead at this time in SEO and blogger is a little behind . however a large depends on the action of blogger .

result :- WP, B

9. Flexibility :- a self hosted WP blog is better than self hosted Blogger .WP provides and satisfies all the aspects a webmaster would love to . it can be edited to an extent that you can even screw your blog and you wouldn't know what you just did.

result :- WP, B

Summary :- blogger is more like a fun way of blogging where webmasters can post their ideas online without any hassels,whereas WP is more like a professional Blogging Platform .hope you like the post .

did i overlook any concept? just post them in the comments.i'll try to edit it later on :)


Advantages of blogging with blogger | blogspot.com |

in this article i am going to explain the benefits of blogging with blogger. if you actually knew blogger is a free platform owned by Google and allows people to create their personal pages also known as blog.i know you knew that :p . now talking about advantages , the best thing about blogger or blogspot is nothing but it's free. you can create as many blogs as you wish and it's all damn free.so why not visit blogger and create a blog for yourself huh? ( mind you only after reading this article :) ) blogger comes with a sub-domain like nay other free blogging sites . example : thebloggerclassroom.blogspot.com . obviously, you can move your blog to your own domain .

okay let's categorize the advantages of blogger :-

  • it's free 
  • it's user friendly , anyone with basic knowledge can create a blog and continue blogging.
  • easy interface with simple add-on features making it more fun.
  • fast to set-up , takes a minute or two to set-up a new blog.
  • owned by a major company ( Google ), so good ranking in the search engine and other nice features like google analytics, webmasters and picasa ( picture sharing site ) with 1 gb storage . 
  • no bandwidth issues , pictures and videos can be played anytime . 100 % uptime guarenteed
  • easy to monetize your blog using adsense or any other 3-rd party advertising companies.
  • easy to add tabs and widgets at any part of the template.
  • can be exported to your own domain for example : yourdomain.com
  • supports mobile blogging and e-mail blogging.
  • templates can be easily tweaked with full access to CSS,XML and HTML. has the function of saving and uploading templates in case something goes wrong.However some knowledge on HTML and CSS is needed .

Introduction : Me and my Blog.

hi guys , thanks for visiting my blog.i am 18 years old and a very potential blogger, i think I'm boasting myself  :) as the name suggests this blog mainly concentrates on blogging and mainly blogging in blogger. so what can you find in this blog? you can find in-depth tutorials of blogger and possibly some tricks and also good templates as time passes by. blogger has been a fun platform for me with all kinds of widgets and mainly having the CSS in my very own hands.

why did i chose this niche ? after two years of in-depth learning, i thought it was time to put all my learning into a blog and let others learn. hopefully you would learn something from here and if you wish to be a co-author or a contributor , please e-mail me @ thebloggerclassroom@gmail.com . hope i get a few mails.

enjoy your stay and please comment

Promote blog