Some customers have incorrectly configured the Metadata Server Control and will not see expected tags returned. This article will describe the steps needed to avoid these configuration missteps.
If the content is a Pagelayout content item then use the pageid as the parameter as seen below when being dynamic.
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<CMS:MetaData ID="MetaData1" runat="server" DynamicParameter="pageid" />
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
The most important thing is the type for the metadata definition. It needs to be of type Meta Tag.
Please sign in to leave a comment.