|
|

Here you will find several tips in HTML codes to increaes your site's traffic. Just after <html> tag place the following <title> and <meta.. tags so that search engines easily find your site. <head> <title>Your page title</title> <meta name="description" content="describe your site in 10-15 words"/> <meta name="keywords" content="3-4 keywords on your page"/> </head> If your page building software cannot edit the HTML source, you will not be able to do these things, therefore, change to a program which can edit it. |
Use of <title> and meta tags |
How to put ads given by Google in my site |
Use the following HTML code <table width="120" aligh="right"> <tr> <td> Insert google AdSense code here </td> </tr> Change"120" for any change in with of the table |