Looking to put <description> in <head> of the html page

Q&A about the latest versions
Post Reply
seanbhalliday
Posts: 12
Joined: Wed Aug 29, 2012 3:44 pm

Hello everyone,

I have been trying to add a description for the html page's meta data and not have any luck.

When I add a line for the description, when the page renders everything from description on is pushed down into the <body> of the page (see attchment: badmetadata.jpg).
How meta data looks when description is added
How meta data looks when description is added
badmetadata.jpg (41.84 KiB) Viewed 1635 times
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><?ggs document.write(document.encode(document.removeTags(document.expandVariables(config.userdata.comment)))); ?></title>
<description><?ggs document.write(document.encode(document.removeTags(document.expandVariables(config.userdata.description)))); ?></description>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<?ggs

I've searched through the forum and found some topics of this, but none seem to be regarding the new version (5), which I am using.

Any help would be greatly appreciated.

Sean B. Halliday
User avatar
jare
Posts: 365
Joined: Thu Mar 19, 2009 1:26 pm
Location: RU/CZ
Contact:

Post Reply