Category: Javascript
Posted by: vexart
There is a two step process to properly embedding flash in HTML. The best part about this method is that it allows your code to validate unlike using the <embed> tag.

» Read More

Posted by: vexart
Please take note this article contains only the first steps for optimizing your site and raising your page rank. The tips here by no means guarantee that search engines with index you faster or increase your page rank.

Step 1- the robot.txt file

The best place to start is by creating a robot.txt file. This is the most rudimentary task you can do to help optimize for search engines. It must be added to the root directory of your website like this: http://www.siteUrl.com/robot.txt. The robot.txt file is the first thing that almost any search engine looks for when it arrives at your site. Although it is not necessarily required, most search engines treat this file as a formal invitation to investigate and index the pages of your site. Many engines will not explore your site if it cannot find this text file. As long as you do not have directories or search engines you want to omit, the format can be as simple as two lines of text:

User-agent: *
Disallow:

» Read More