Link to home
Start Free TrialLog in
Avatar of sullisnyc44
sullisnyc44Flag for United States of America

asked on

Need to add SEO meta data to home page

If I need to update my public facing portal with this info how do I update just the home page and not the sitemaster page?

Can I keep this info in a file that is referenced or must I update the sitemaster?

<meta name="msvalidate.01" content="24433CE0D28CB575CB3C69F938FF4E073" />
<meta name="google-site-verification" content="PLMPRXO3xQjeoNMJ_ecME_iul3344GrZa9_7fSGuWTSyg" />

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of mt_spy
mt_spy
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sullisnyc44

ASKER

thank you

I have this on the page already:
<asp:Content ContentPlaceholderID="PlaceHolderPageTitle" runat="server">
	<SharePointWebControls:FieldValue id="PageTitle" FieldName="Title" runat="server"/>
</asp:Content>

<asp:Content ContentPlaceholderID="PlaceHolderAdditionalPageHead" runat="server">
<style type="text/css">
#wrapper { background-image: url('/Style%20Library/Images/globe.gif'); background-repeat: no-repeat; background-position: 8px 417px; }
#mid-wrapper {border-width:0px;}
#footer {margin:0px; border-width:0px; padding-top:20px}
</style>
</asp:Content>

<asp:Content ContentPlaceholderID="PlaceHolderMain" runat="server">

Open in new window



would this be in addition? at the top?
ouch - got this error:

Cannot find ContentPlaceHolder 'head' in the master page '/_catalogs/masterpage/SiteMaster.master', verify content control's ContentPlaceHolderID attribute in the content page. 

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
is it okay that I added it to the "PlaceHolderAdditionalPageHead" section?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial