Sitecore
Removing /en/ language option from Sitecore URLs
by David on Jan.30, 2012, under Sitecore
Open the web.config file and find the following:
‘languageEmbedding’ – set it to ‘never’. By default it seems to be set to ‘asNeeded’. Do this like so:
languageEmbedding=”never”
That’s it. No more annoying duplicate page entries in your Google Analytics and things like that.
Excluding Sitecore items from Search Results
by David on Jan.27, 2012, under Sitecore
Sitecore CMS Blog: Hidden Gem of Sitecore Page Editor
by David on Nov.29, 2011, under Sitecore
Leave a Comment more...Google Analytics in Sitecore
by David on Nov.20, 2011, under Sitecore
The best place to add Google Analytics for a Sitecore website is in your Sitecore layouts files. The layout files are used on all pages so analytics code will be on all pages that way.
One thing to keep in mind here is that you need to remember to add it to any new layouts which might get added or you’ll end up with pages which don’t get tracked. If possible, having a ‘base’ layout which is called into every other layout is preferable so you only need to insert it into that one layout file.
Packaging Sitecore Content
by David on Oct.13, 2011, under Sitecore

