Add Meta Data to the Head Element
Content type is automatically declared for your page wrapper document (which specifies the HTML or XML type of pages displayed in it) and the links to the stylesheets for the content based on the selections you make here. You can manually add search keywords, a description of the type of pages displayed in this wrapper, and additional tags for search engines indexing your site to use during searches as well as define a title to display with the page name of each page associated with this wrapper.
Tip: To experiment with the different documentation types, make a copy of your wrapper and change only this setting. You can then display each page making sure that the content displays to your satisfaction.
To add Meta Data
For Document Type Declaration:
HTML 4.0 Transitional specifies the traditional HTML standards in quirks mode. All pages using this page wrapper will use the following declaration in the HEAD tag:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
XHTML 1.0 Transitional specifies XML standards compliance mode. All pages using this page wrapper will use the following declaration in the HEAD tag:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Recommended - HTML 5.0 specifies the HTML 5.0 standards, including enabling a responsive wrapper that can adjust to different sizes for pages with mobile device layouts (such as layouts for tablets and smart phones). All pages using this page wrapper will use the following declaration in the HEAD tag:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 5.0 Transitional//EN">
Enter a Site Title to display after the page name in the web browser title bar when the page is displayed or in search results. (You can enter up to 200 letters, numbers, and characters.)
Enter META Keywords and phrases to return pages associated with this page wrapper in results from search engines. ( You can enter up to 4000 characters in this field.)
Enter a META Description to use with all pages associated with this page wrapper. (You can enter up to 2000 characters in this field.)
For Additional HTML Tags for the HEAD Element, enter SCRIPT elements for JavaScript or STYLE elements for the pages associated with this page wrapper as well as any additional META tags that did not fit the fields above. (You can enter up to 8000 characters in this field.)
Notes for a responsive page wrapper:
Insert the following meta tag to control the width scaling that must occur for size adjustment: <
meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;">
Enter the CSS required for your page wrapper. You can view a sample CSS snippet to use as a guide for creating this.
Click Next.