SharePoint 2010 Tips – 3
Tip – Restrict page content from crawling
In SharePoint we can control search indexing (crawling) within a page by using a div class named “noindex”.
<div class="noindex"> Copyright 2012 В© AdiCodes.com | <a href="/sitepages/PrivacyPolicy.aspx">Privacy Policy</a> </div>
With above setting of class=”noindex”, the content inside the div will not be crawled by SharePoint.
You may also like
Tips and Tricks
SharePoint 2010 articles
Powershell Articles
May 1, 2012
В·
Adi В·
No Comments
Tags: Restrict page content from crawling, SharePoint 2010 В· Posted in: Sharepoint 2010, Tips and Tricks
Leave a Reply