Powered by Blogger.

Archive for 2013

how to make blog searchable in google




So Many Peoples Asks For how to make blog searchable in google? 

here is the answer

If your blog is newly made, yo need to submit it to google Webmasters so as to get it listed
however newly made blog takes few week to get listed  so u need to wait petiencely

There are three major search engines right now and it GOOGLE,YAHOO and MSN LIVE!.

Since GOOGLE is widely used. I will teach you how to submit your site on google to be indexed so that when you search your site it will come up.



1. Visit google webmaster here: CLICK HERE 

2. Log in using your blog email and password.

3. add your site on Click Here to add your site.

4. verify your site. Choose meta tag as your verification method the code will look like this. 


Do not close webmasters page.

5. In you blogger account go to Layout then EDIT HTML.

6. Paste your verification code above this "b:skin ![CDATA[/*". Save template.

7. Go to webmasters and Click verify button. Your done.

Wait for a week or two til your blog will be shown on google search engine. If you see a Not Indexed warning when you verify it, its ok it will be verified after a few weeks.

Your blog will now be shown to other people. But this does not mean that when people search for your tags it will come up at the number one spot. Most likely other blogs will be at number one. If you want to be at the number one use SEO search engine optimization.

Adding Youtube Vid to Blog

1)go to youtube vid that u want to add

2) right click on that vid

3) copy embed code

4) put it where u want that vid on ur blog

5) just publish ur blog for changes to occur

6) and its all done Enjoy ur success

To add Link to image in blogger



Steps:

1) First add Image to ur post
    OR
      If U cant add Visit following post
    http://basicsofbloging.blogspot.in/2013/12/adding-image-to-blog.html



2)Shift To HTML tab Of  blogger

3) Now ,In HTML Tab Find link afer < a href="some link whitch is already existing" 


4)For Example ,Im adding http://koreandramsdownload.blogspot.com/ link to that pic as follows

5)and just publish it to see effect

  I had addded Result of this Experiment above U can Check It By Clicking  on First Pic on this page Wheather it goes on http://koreandramsdownload.blogspot.com/ or not

Adding Download Button To Blog

 

 

 

 

 

 

download (2)

 

 

 

 

 

download

 

 

 

 

 

 

 

FOLLOW THESE STEPS:
1. Go To Blogger Dashboard > Template > Edit HTML
2. Backup your template before editing.
3. Search for this, ]]></b:skin> . before it paste the following  Code

 

 

 

 

.button {

-moz-border-radius:5px 5px 5px 5px;

-webkit-border-radius:5px 5px 5px 5px;

border-radius:5px 5px 5px 5px;

-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);

-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);

box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);

background:url("http://www.zurb.com/images/overlay-button.png") repeat-x scroll 0 0 #222222;

border-bottom:1px solid rgba(0, 0, 0, 0.25);

color:#FFFFFF !important;

cursor:pointer;

font-weight:bold;

line-height:1;

overflow:visible;

font-size:17px;

padding:8px 19px 9px;

position:relative;

text-decoration:none;

text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);

width:auto;

}

.demobutton {

background-color:#999999;

text-align:center;

width:150px;

}

.demobutton:hover {

background-color:#00A0EE;

}

.downloadbutton {

background-color:#91BD09;

text-align:center;

width:150px;

}

.downloadbutton:hover {

background-color:#00AC00;

}

.button:hover {

-moz-box-shadow:0 1px 11px rgba(0, 0, 0, 0.45);

-webkit-box-shadow:0 1px 11px rgba(0, 0, 0, 0.45);

box-shadow:0 1px 11px rgba(0, 0, 0, 0.45);

}

 

 

 

 

 

 

 

 

 

4. Save your template.
Now whenever you want to add the demo or download button you only need to add the following code in the "EDIT HTML" section of your Blogger Editor

 

 

 

FOR DEMO BUTTON

 

<a class="demobutton button" href="YOUR DEMO LINK HERE" rel="nofollow" style="float: left;" target="_blank"><span style="display: inline-block;">Live Demo</span></a>

 

 

FOR DOWNLOAD BUTTON

 

 

<a class="button downloadbutton" href="YOUR DOWNLOAD LINK HERE" rel="nofollow" style="float: left;" target="_blank"><span style="display: inline-block;">Download</span></a>

 

 

 

 

5.FINISH..

- Copyright © Basicsofbloging - Skyblue - Powered by Blogger - Designed by Johanes Djogan -