Powered by Blogger.

MYSITE Headline Animator

Related Tags

Friday, 7 January 2011

WHAT is META TAG

Definition
Meta tags are a means to convey all important information about the web pages to search engines. so many types of meta tags but there are only 3(three) meta tags are often used, they include:

- Description Tags, 
- keywords Tags , and 
- Meta robots.

                                Description Tags
 
Keyword search
Description Tag is created to provide an overview of the contents of web pages. The text you want to be shown as your description goes between the quotation marks after the "content=" portion of the tag (generally, 200 to 250 characters may be indexed, though only a smaller portion of this amount may be displayed). Examples of writing meta tag description is as follows:

<meta name="description" content =,"All about
blogger, seo,  computers and technology ">

Some search engines like Northern Light, and Google doesn't use meta tags as a description of its search results. What they use is the beginning of sentences which exist on the page.
 I recommend that you use the contents of the meta tag description as the opening sentence.

Keyword Tags
Keyword Tags or keyword search, also called keywords, so keywords that you create a benchmark for the search engines find your web pages.
Basic syntax written of the keyword tag is :

<meta name="keywords" content="keyword1 KEYWORD2 keyword3 ...">
 
or there is also a write with a comma separator:

<meta name="keywords" content="keyword1, keyword2, keyword3, ...>

Both of them are same and there is no influence on search engines. The purpose of the use of a comma on keywords tag, for keywords are easier to read. but don't you ever repeat the same word more than 3 times,

because it will be considered spamming.  

an example of the wrong keyword tag.
<meta name="keywords" content="Blog, Blogging, walkblogger, blogger template, bloggingly>
  
In the example above, we do find the word "blog" is repeated 5 times, that will be considered spamming.
Remember, the keywords you use, it should be relate to the content of your web pages. because if isn't, that will be considered spamming too.

Meta Robots
The main purpose of the use of meta robots is to determine which web pages can be indexed by spiders.These tags are very useful especially when a website uses frames for navigation. Of course we don't want the menus in the frame to be read by search engines.The basic format of the meta tag robots are as follows:
<meta name="robots" content="index | noindex | follow | nofollow">

For example, if you want the spiders to read the main page, and browse through all links that exist then add the following:
<meta name="robots" content="index follow">

With this command, the spider will index your main page and schedule to index the other pages that can be searched via a hyperlink (<a href="">).
The following command will instruct spiders not to index and browse the links on a web page.
<meta name="robots" content="noindex nofollow">

that's all I know about, how to use the tags in blogger. I hope a little explanation that I wrote in this post, may be useful for you
~ to your blogging sucess ~

related link :
read more >>

How to install meta tag on blogger

To install Meta tags on blogger is easy enough. 

Just follow the steps below :

Login to your Blogger.
Click Desain / layout.
Click Edit HTML 
then place the meta tag under the code below

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


and don't forget to change the red code below in accordance with the description of your blog.


<meta content=' your description here' name='description'/>

<Meta content = 'KEYWORD1, KEYWORD2, keyword3 ...' name = 'keywords' />
<meta content='INDEX, FOLLOW' name='ROBOTS'/> 


note : 
change the red code in the code above with your blog descripsition , and your keywods.
for more information about meta tag, please visit google webmaster or click here

 Related link
 what is meta tag
read more >>

Thursday, 6 January 2011

how to make a free ads on facebook

The Facebook, in addition useful to exchange information, find friends, live chat, upload photos and videos, but actually facebook can also be used for free advertising.

How to advertise on Facebook :

  • Log in to your facebook account
  • Click the Application menu at the bottom left of your facebook, and click find more (in the upper right)
  • Type the marketplace (on the right top of the page), then press ENTER.
  • Click the application marketplace, on view results searching application.
  • Click Go To Application (on the right page.)
  • Define your market target : Click on location settings, for example: Indonesia
  • On the top menu, select the option your ad type :

           - Sell it : if you will sell the item / your product
           - Sell for a cause : selling something and donate it (donation)
           - Give it Away : give something you do not use
           - Ask for it : ask your friends to help you find something.
  • If you choose sell it : and enter the type of goods will you sell product and click POST
  • Type, product details that you will sell; reason you sell it, price, select a category, your location, product description, can also upload product images.
  • After all filled, put a check list (tick) the Term of Usenya and press the SUBMIT button if it appears notification from facebook that your listing is pending or verification, just press the Continue button and write something that will be displayed on the homepage of your friends, then press Publish, and your free advertising on facebook already installed.

~ to your blogging success ~

read more >>

How to change the appearance of the blog header

The steps to change the appearance of the blog header are, as follows :
The first step,

let us know, how the size of the header before we create an image that will be added in it, this is done, for the size of the image were really fit with the size of the header, so the picture will looking good and fit.
and, to know the size of a blog header, please follow the steps below:

  • Login to blogger.
  • Click  Layout ( desain ) >> Edit HTML.
In your homepage, find the Code : # header-wrapper
the code usually written something like this :

# Header-wrapper {
background: transparent url (http://lingua-mysite.blogspot.com/images/flash/bg.jpg) no-repeat scroll 0 0;
border-bottom: 1px solid # A6A6A6;
height: 90px;
margin-bottom:-13px;
width: 936px;
}

 

In the listing above, we got the value of the header width = 936 px and height = 90 px, So, the width and height are the size of the header we need to determine the size of the image that we will create. and now we can specify the size of the image should we made is, 936 x 90 px.

The second step,
After knowing the size of the header, it is time to create a good picture, and  try to draw the theme of the image is matches with the theme of the blog, you can create images using Photoshop, or other.

The third step,
when you finish drawing, upload images to your hosting,  and get the Url link of the image, to be placed on your homepage.

The fourth step,
Change the codes on your homepage for the image appears as an imageheader,


Login to blogger   >>   and then click desain    >>    Edit HTML >>

check (tick) , the box of expand template widget.
Then, find the codes, # header-wrapper,

the complete codes are, as below :

# Header-wrapper {
background: transparent url (
http://lingua-mysite.blogspot.com/images/flash/bg.jpg) no-repeat scroll 0 0;
border-bottom: 1px solid # A6A6A6;
height: 90px;
margin-bottom:-13px;
width: 936px;

}
In the listing above , change the  green codes and blink, with the url of the image.

If the  background codes aren't found in your the listing.
Add background code, as in the listing above.
After that, click Save template, and see the results.
note:
beckup and save the template, before changing or adding the HMTL code listing,


- to your blogging success -
read more >>

Sunday, 2 January 2011

How to Remove Underline on the Text Link

to remove the underline in a text link, you only need to change some csscode on the control panel of bloggers, consider the example below, after see the example below I am sure you can practice it immediately.

a:link {
color:#58a;
text-decoration:underline;
}

a:hover {
color:#c60;
text-decoration:underline;
}

a:visited {
color:#969;
text-decoration:underline;
}


To be more clear, let me explain the code:

a:link {
color:#58a;
text-decoration:underline;
}

the meanning of code is -> the link text color is blue and underlined

a:hover {
color:#c60;
text-decoration:underline;
}

the link when highlighted by mouse ( on mouse down ), the color will change to dark blue and underlined.

a:visited {
color:#969;
text-decoration:underline;
}


the link, if it ever clicked by the same computer will be colored dark blue and underlined.
so, where is the code above that make the link become underlined? you can guessed it now:

decoration:underline;

the word underlined that make the link become underlined. if you don't want the text links underlined, just change all the word underline on this code with the word none, and the example code will be as below:

a:visited {
color:#969;
text-decoration:none;
}

From the description above, of course you can set the link text, whether you want a link underlined or not underline? Or maybe you want, if a link in the highlight by mouse ( on mous down ), there are underlined or not underline? and if a link had been visited or clicked, there are underlined or not underline? it is up to you as the blog owner


- to your blogging sucsess -
read more >>
free counters

Histats

alexa

Blog Directory

Technology Blogs
Technology online List of top Technology Blogs
OnToplist is optimized by SEO
Add blog to our blog directory. Page Rank Check

Followers

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP