You can drag a Meta component
from the Palette's Advanced category to the Visual Designer to create a standard HTML
<meta>
tag in the <head>
tag. Use the Meta component to provide meta-information about your page, such as descriptions and keywords for search engines, refresh rates, the names of the authors, and so on.
When you drop this component on a page in the Visual Designer, it is inserted into the <head>
tag. The component is not rendered on the page, but you can see it under the head1 node in the Navigator window, and you can select it there to edit its properties in the Properties window.
For more information on the HTML <meta>
tag, see the W3C web page at: