At the moment to set a page title you have this on the Master page
<title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
I also want to have the same principal for MetaKeywords and MetaDescription however I don't think this is correct:
<meta name="description" content="<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" />" />
Can someone point me in the right direction
Thanks