Banner Advert
Bil Simser
Posted on March 25, 2012 by
1 Comment

This is a guest post from Bill Simser (SharePoint MVP). This post comes from his Fear and Loathing blog, and you can find the original here. Watch out for more posts from a range of authors in the future.

I’m about to embark on a new project, building a SharePoint based Internet site. This is new for me as all the SharePoint work I’ve done has been Intranet facing and I know there are some challenges with SharePoint and outward facing sites. So I called on a few MVP friends and people that have some real world experience configuring SharePoint for Internet to see if I could come up with a list of tips, tricks, and things to watch out for.


Search Engine Optimization


HTML/HTML5

    • Out of the box HTML is somewhat horrible and not very optimized for Internet sites

 

  • If you want make SharePoint to output native HTML5 pages and get validated, then the answer is no. SharePoint 2010 is designed to output content in XHTML 1.0 natively.
  • I *always* start with Randy Drisgills master pages on new Web Apps. They’re clean, optimized, and easy to use. Highly recommended. 
  • Randy Drisgill has a post about HTML5 compatibility although it was for IE9 beta and hasn’t been updated, but still contains some good info.
  • Kyle Schaeffer has a new “responsive” HTML5 master page for 2010 that seems to have a lot of popularity so might be a good place to start from (or combine it with Randy’s master pages)

 

 


Multilingual Support

Hardening

  • Use ViewFormPagesLockdown to prevent access to system pages. It’s still used in 2010 and turned on by default with publishing sites. Here’s a blog post from the support team with some information about it.
  • TechNet has an article about securing your farm for anonymous access. Unfortunately it’s for SharePoint 2007 so some (most?) aspects might not apply to SharePoint 2010.


WCAG/508c
The Web Content Accessibility Guidelines 2.0 are the internationally accepted standard for web accessibility so you might want to look at providing this for your Internet facing site.

    • SharePoint 2010 is WCAG 2.0 AA compliant

 

 

 


Mobile Support
The out of the box mobile experience doesn’t support anonymous users, which is the standard for Internet sites. Waldek has one workaround here.

SQL
A fairly in-depth blog post about optimizing the SQL side of things while making SharePoint peform better.

General

    • Mavention has a nice site checking tool that’s specific for SharePoint 2010. Highly recommended.

 

  • Elizabeth Olson, a Program Manager for SharePoint, presented at MIX10 on designing an internet facing site in SharePoint. Here’s the 45 minute video of that session.
  • As this is an Internet facing site you’ll probably want to hook up some kind of tracking system so you can produce nice stats for the suits. Google Analytics is a good start but feel free to use any tool. They all hook in usually through a simple piece of JavaScript you can add into your master page.

 

 


Features

Performance
As far as SharePoint and Internet sites you could probably write an entire book on just performance. There are so many things to take into consideration, both on the SharePoint side (configuration wise of the site) and the IIS one. Watch out for content and customization issues though, as they’re not directly SharePoint related but people will blame SharePoint for issues. Things like large articles, missized images, unoptimized JavaScript, long running scripts, etc. can all lead to performance issues that have nothing to do with SharePoint.

This list is far from complete and should be an evolutionary thing as it’s just what I’ve collected myself. Do you have experience building SharePoint sites on the Internet? What kind of issues did you come across? Feel free to leave comments with your experience, links to your blog, etc. I’ll update this list with that information.

Enjoy!

One Comment

Vishakh Beharry on November 7, 2012

Just swinging by to let you know you have a brand new fan! Reading one post on your website made me obsessed there and then. Really, you are great!

Add a comment