Home : Digital Asset Management : OE Toolbar : Editing the Layout : Search Engine Optimization
Search Engine Optimization
Search engine friendly content is a key part of a sucessful web site.
Page Settings Editor
By clicking on the Settings Editor Icon for an individual web page you get this editor window:

Once you click OK OpenEdit will create file such as /index.xconf:
<page>
<property name="title">Welcome</property>
<property name="description">OpenEdit is focused on the needs of Internet ...</property>
<property name="keywords">OpenEdit, CMS, eCommerce, Blog Software</property>
</page>
Displaying Keywords
This data is then available to the top section of /layout.html:
<html>
<head>
<title>$!content.title</title>
<meta name="keywords" value="$!content.keywords"/>
<meta name="description" value="$!content.description"/>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link rel="stylesheet" type="text/css" href="$home/_styles.css"/>
</head>
<body marginwidth="0" marginheight="0" >
