Monday 7 November 2011

How can we make our site more searchable

Using Meta Tags is one nice tip:-

  1. Go to HTML Page.
  2. Click Edit HTML
  3. Save the information somewhere on your hard drive with a nice descriptive name. THIS IS VERY IMPORTANT. If you screw things up, you want to be able to go back to a working copy
  4. Look for the <head> tag. It should be right at the top of the Edit Html window. Put a couple of blank lines below it
  5. Type in the tag below, substituting your name of course ^_^
    <meta content=’Icy’ name=’author’/>
  6. Add another line and type in
    <meta content=’Your blog description here.’ name=’description’/>
  7. Add a last line and type in
    <meta content=’all of the keywords you can think of, separated by commas’ name=’keywords’/>
  8. Click the Save Template button
  9. Load up your page and check it all works.
I hope u have found these tips helpful.

No comments:

Post a Comment