public ActionResult Index()
        {
            var worldsBestResponse = new WorldsBestResponse
            {
                SeoData = new SeoData
                {
                    Description = "Worlds Best MVC Software Design Patterns by Neal Thomas",
                    Keywords    = "Worlds Best Software Designs,Neal Thomas,MVC Software Patterns,Tampa Bay Web Designer",
                    Title       = "The Worlds Best MVC Software Designs in Tampa Bay by Neal Thomas .NET"
                },
                OgData = new OgData
                {
                    Description = "Worlds Best Software Designs by Neal Thomas",
                    SiteName    = "Worlds Best Web Designs",
                    Title       = "Worlds Best Software Designs by Neal Thomas",
                    Type        = "website",
                    Url         = "https://www.worldsbestwebdesigns.com/web-design/"
                }
            };

            return(View(worldsBestResponse));
        }
        public ActionResult Index()
        {
            var worldsBestResponse = new WorldsBestResponse
            {
                SeoData = new SeoData
                {
                    Description = "Worlds Best MVC Web Designs and Software by Neal Thomas",
                    Keywords    = "Worlds Best Web Designs,Neal Thomas,MVC Web Designs,Tampa Bay Web Designer",
                    Title       = "The Worlds Best Web Designs using MVC .NET in Tampa Bay by Neal Thomas"
                },
                OgData = new OgData
                {
                    Description = "Worlds Best Web and Software Designs",
                    SiteName    = "Worlds Best Web Designs",
                    Title       = "World's Best Web Designs by Neal Thomas",
                    Type        = "website",
                    Url         = "https://www.worldsbestwebdesigns.com/portfolio/"
                }
            };

            return(View(worldsBestResponse));
        }
        public ActionResult Index()
        {
            var worldsBestResponse = new WorldsBestResponse
            {
                SeoData = new SeoData
                {
                    Description = "Worlds Best Web Search Engine Optimization Designs by Neal Thomas",
                    Keywords    = "Worlds Best SEO Designs,Neal Thomas,MVC Web Designs,Tampa Bay Web Designer",
                    Title       = "The Worlds Best Search Engine Optimizations Designs using MVC .NET in Tampa Bay by Neal Thomas"
                },
                OgData = new OgData
                {
                    Description = "Worlds Best Search Engine Optimization Designs",
                    SiteName    = "Worlds Best Web Designs",
                    Title       = "Worlds Best Search Engine Optimizations by Neal Thomas",
                    Type        = "website",
                    Url         = "https://www.worldsbestwebdesigns.com/search-engine-optimization/"
                }
            };

            return(View(worldsBestResponse));
        }
        public ActionResult Index()
        {
            var worldsBestResponse = new WorldsBestResponse
            {
                SeoData = new SeoData
                {
                    Description = "All About the Worlds Best MVC Software Designer - Neal Thomas",
                    Keywords    = "Worlds Best Web Designs,Neal Thomas,MVC Web Designs,Tampa Bay Web Designer",
                    Title       = "Neal Thomas is the Worlds Best Web Designer using MVC .NET in Tampa Bay and the World"
                },
                OgData = new OgData
                {
                    Description = "Neal Thomas voted the Worlds Best Web and Software Designer in the World",
                    SiteName    = "Worlds Best Web Designs",
                    Title       = "World's Best Web Designs by Neal Thomas",
                    Type        = "website",
                    Url         = "https://www.worldsbestwebdesigns.com/about-us/"
                }
            };

            return(View(worldsBestResponse));
        }
        public ActionResult Index()
        {
            var worldsBestResponse = new WorldsBestResponse
            {
                SeoData = new SeoData
                {
                    Description = "Worlds Best MVC Mobile App Software by Neal Thomas",
                    Keywords    = "Worlds Best Web Mobile App Designs,Neal Thomas,MVC Web Designs,Tampa Bay Web Designer",
                    Title       = "The Worlds Best Mobile App Web Designs using MVC .NET in by Neal Thomas"
                },
                OgData = new OgData
                {
                    Description = "Worlds Best Mobile App Designs",
                    SiteName    = "Worlds Best Web Designs",
                    Title       = "Worlds Best Mobile Application Design by Neal Thomas",
                    Type        = "website",
                    Url         = "https://www.worldsbestwebdesigns.com/mobile-apps/"
                }
            };

            return(View(worldsBestResponse));
        }