HTML Code Shortcuts
Your webpage won't show up in any search engines:
<"META name=”robots” content=”noindex, nofollow”>
Insert this in the <head> element of your website.
Favicon, the little icon in the address bar:
<LINK REL="SHORTCUT ICON" HREF="------Your url here------">
Insert this in the <head> element of your website. And replce the ------Your url here------ with your image url.
Your image must be 16px X 16px. it can be in the standerd formatting: png, jpg, gif. If you would like it to be in the common "ico" format.
Here is a link to a website that will convert a "png" file to a "ico" file.