By default, all Microsoft SharePoint Online pages contain a link to the Microsoft Online Services Privacy Statement. If this link is not included, users receive an error message when they try to access those pages.If your company has removed the code for this privacy link, or if you have imported pages without the link, you must add the link back.
To add the Privacy Statement to your SharePoint site
-
With an HTML editor that can be used with SharePoint Online Services, open the master page for the SharePoint Online site. If the privacy link was removed from a custom aspx page, open the aspx page in the HTML editor.
The master page can be found on the Site Settings page.
-
Add the following line of code inside the <body> tags of the page:
<microsoftOnline:RequiredContentPlaceHolder id="RequiredContentPlaceHolder" runat="server"/>
The privacy link usually appears at the bottom of a page, but you can insert it anywhere.
-
Save the change.
See Also