Meta Tag Wizard

The Meta Tag Wizard is a plugin, available from the Tools menu. It aids in creating META tags.

This wizard can create a variety of META tags:
   custom, refresh, expiration, keywords, description, transitions, and generator.
META tags should always be placed in the HEAD tag block section of your HTML documents.

Custom

The Custom tab allows you to define your own META tag attribute values.  Use this for creating META tags not generated by the Meta Tag Wizard.

Refresh

The Refresh tab creates META tags that either refresh the current page after a delay or jump to another page after a delay.

Example:
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.spiderwriter.com">

Expiration

The Expiration tab creates META tags which specify when the content of the page expires.

Example:
<META NAME="expires" CONTENT="Sun, 02 Dec 2001 12:08:33 EST">

Keywords

The Keywords tab creates META tags which specify keywords dealing with the page's content. 

Example:
<META NAME="keywords" CONTENT="web, Internet, http">

Description

The Description tab creates META tags which specify a description of the page's content. 

Example:
<META NAME="description" CONTENT="This is a description of the web page.">

Transitions

The Transitions tab creates META tags that tell the browser the make page transition effects when entering or exiting the page. These transitions generally only work in Internet Explorer.

Example:
<META HTTP-EQUIV="Page-Enter" CONTENT="blendTrans(Duration=1.0)">

Generator

The Generator tab creates META tags that tell the world your document was created with Spider Writer.

Example:
<META NAME="generator" CONTENT="Spider Writer HTML Editor">