Beispiel #1
0
        public ActionResult PageNotFound()
        {
            ViewBag.IsNoIndexNoFollow = "YES";

            ViewBag.CanonicalUrl = SEO.Home_PageNotFound_Canonical();
            ViewBag.Title        = SEO.Home_PageNotFound_Title();
            ViewBag.Description  = SEO.Home_PageNotFound_Description();
            ViewBag.Keywords     = SEO.Home_PageNotFound_Keywords();

            return(View());
        }