Daisy Analysis Pages Explained - Description

Back

Description holds the description that will be added to the built page.

Remember that well thought-out keywords and a good description are important for your Web Site to be properly catalogued by the various Internet search engines.


Shown is a simple example of how BodgeIt! builds the Description into a page.

  <HTML>
  ...
  <HEAD>
  <TITLE>This is the Title</TITLE>
  ...
  <META NAME="Description" CONTENT="BodgeIt! is used ...
          to Build Web Sites">
  ...
  </HEAD>
  ...