Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Saturday, November 17, 2012

Adding Your Own Favicon Icon to Your Blogspot Blog Template

YOUR OWN FAVICON IN THE OLD BLOGSPOT BLOGGER INTERFACE

If you don't like the new interface - like me - you can just edit the HTML.

Make your 16x16 pic, change it to the ".ico" format and rename it "faviconbyme.ico".

Upload it to the "images" folder on your ordinary website server.

This images folder should be in /public_html/ - the usual place.


Sign into the Blogger Dashboard and choose "Template".

Put the following code (change it to your own website name) above "</head>" .


<type="text/css" /><link rel="shortcut icon" href="http://www.yourwebsite.com/images/faviconbyme.ico" type="image/x-icon" />

Save it and now you have a pretty little icon for users who want to follow your blog.  Users will put your blog URL in their "Bookmarks".

The code,
<link rel="icon" type="image/vnd.microsoft.icon" href="http://www.blogger.com/favicon.ico"/>
could still be in the blog html.  You can leave it or remove it.  Your code will override the microsoft icon instruction. 

. . . . . . . . . . . . . . . . . . . .
Favicon icon Blogspot Blog template html code dashboard
TwitThis

Wednesday, February 1, 2012

Reciprocal Link Code Often Has Serious Errors That Mess Up Your Site Ranking

You have to be careful when making reciprocal links. Many websites that offer HTML code for you to use don't spend enough time checking their code.

A site as an example is "http://www.traveldirectory.com.au/".

It offers quite pretty little set ups for you to put on your site. The "feature" even has a search function with a text entry window and a go button.

But beware, the code has dozens of HTML code faults, yes dozens.

If you put this HTML in your web page Google and other search engines will give up when it meets the mass of errors, and the text after the code will not be included in the search. This is bad news for you - your website will rate poorly.

Don't just assume that reciprocal link HTML is correct. Download the Firefox HTML Validator plugin and look at the code before you use it.


NON-EXISTENT LINKS


Another thing is non-existent reciprocal links. On many occasions whether you ask for a reciprocal link yourself or another site asks you, after you put their link on your page they don't honor their part of the bargain. They just assume you will not check it. Go to http://www.webconfs.com/reciprocal-link-checker.php and do a check. If they don't put your link on their site remove them from your own website. Furthermore, a link from your homepage is wonderful for the other site, but a link to their link page is useless for you. Nobody clicks on a link to a link sub-page. For a link to count it must be to and from homepages or between internal pages that are rated in their own right by Google. Basically, getting reciprocal links to directories is a waste of time and effort. They have no links on their home page and all outgoing links are on worthless sub-pages.