Tuesday, October 8, 2013

How can I make my Public site searchable in Google Search

If you want your public site searchable on Google for that please follow the below steps:


1.       Browse the site http://www.google.com/webmasters  -> Click on 'Sign in to Webmaster Tools'
2.       Then click on Add a Site
3.       Enter the URL of public site
4.       Then click on Continue.
5.       Now you will see ‘Recommended’ section please follow the steps as shown below
-Download this HTML verification file.  [google11fadaf859f1.html]
-Open the site using SharePoint Designer 2013
-Click on All Files -> Click on Import Files ->Add Files->Select the location where you have downloaded ‘google11fadaf859f1.html’
-Click on Okay.
-Confirm successful upload by visiting https://domain.sharepoint.com/google11fadaf859f1.html in your browser
-Then click Verify below.

After this is done, it will take approximately three to four working days to get results in Google search.

Hope the above steps help! 

Saturday, October 5, 2013

How to set-up SharePoint Management Shell Environment for SharePoint Online Global Administrators

Set up the SharePoint Online Management Shell environment for SharePoint Online global administrators
Perform the following:
  1. Install Windows PowerShell 3.0 from Windows Management Framework 3.0.
  2. Install the SharePoint Online Management Shell from the Microsoft Download Center.
  3. Click Start>All Programs>SharePoint Online Management Shell.
  4. Run Connect-SPOService. For example, Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential admin@contoso.com, where:
    • Url is the URL of the SharePoint Online Administration Center.
    • Credential is the user name to which you want to grant access to the SharePoint Online Administration Center site.
  5. Try it out! For example, run Get-SPOSite to get a list of all sites.

More Commands:

Search Box