changing icon and blurb?

Binary Coder

New Member
Basically, i have just finished my website and im now in the process of adding everything over to my server, i now need to change the little icon that is next to the url in the browser, how would i do this?

Also i need to know how to change the blurb for my site, for example, i go to google and search for my site (was added very quickly :D ) and i want to change the part where you describe the site to those on search engines.

Thanks for your help ;)
 
First:
This Icon that is next to the URL is a favicon. Look on Google for Information about the favicon. You need a little image.

Second:
This Text you can describe in your meta-tags in the <head>
For Example:
<head>
<meta name="description" content="HERE YOUR DESCRIPTION">
<meta name="keywords" content="HERE YOUR KEYWORDS">
</head>
 
Back
Top