Monday 26 March 2012

How to add Meta Data in a SharePoint Page



In the page search the below tag:

<asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">

Add the following line just below the above tag:

<title title="Your page title" />
<meta name="description" content="Your metadata description" />
<meta name="keywords" content="Your metadata keywords" />


Its over......Happy Coding :)
 

No comments:

Post a Comment