Пример #1
0
        private void SetSeoInformation(String product)
        {
            var seo = ReviewManager.GetReviewSeo(product);

            ViewBag.Title       = seo.PageTitle;
            ViewBag.Description = seo.PageDescription;
            ViewBag.HasNoFollow = true;
        }