public void AddNoIndexAndNoFollowMetaTag() { if (MetaIncludesPlaceHolder == null) { return; } StateBag bag = new StateBag(); bag.Add("name", "robots"); bag.Add("content", "noindex, nofollow"); WebFormHelper.AddMetaTag(new AttributeCollection(bag), MetaIncludesPlaceHolder); }