Cougar Mountain Software Support Productivity Tools
For Cougar Mountain Software Support's
Professional Version (V2012, V2011, V2010, V2009, V12-V6)

 

27 Quick Tips To Top Search Engine Rankings

23. Move Javascript code to a separate file, or the end of the HTML document after your closing BODY or HTML tag. Yes, this technique actually works!

Follow these instructions to move the JavaScript code to a separate file and link to the file from the HTML document. Then place the following code in between the HEAD section: 
<HEAD>
<SCRIPT LANGUAGE="JavaScript" SRC="file-name.js"></SCRIPT>
</HEAD>
This procedure also reduces your file size, and therefore your download time. In addition, it allows you to reuse the code on other pages by simply link to the JavaScript file. Both of these techniques will move your important body text nearer to the top of the HTML document.



24. Although not always practical, you may like to try naming your cascading style sheet tags after keywords.

For example: 
.search {
color: #ff0000;
}

25. Use Robots.txt files instead of Robots meta tags, as some search engine robots do not recognize the tag. 

26. Do not use font size one (1) text as the default text size. Many search engines consider tiny text to be spam. It's OK to use some font size one text.

 
Previous  |  Next  
 Start | 1 | 2 | 3 | 4 | 5  | 6 | End

  Copyright 2005