Canonical URL's for ASP.NET MVC
Explains how to implement canonical URLs in ASP.NET MVC to improve SEO by consolidating page rank and avoiding duplicate content issues.
Explains how to implement canonical URLs in ASP.NET MVC to improve SEO by consolidating page rank and avoiding duplicate content issues.
A comprehensive guide to implementing favicons and related icons for modern websites, covering various devices and platforms with ASP.NET MVC examples.
An overview of ASP.NET Core Boilerplate, a professional template for building secure, fast, and SEO-friendly web applications with improvements over the default MVC template.
A guide on using the robots.txt file to control search engine access to specific parts or the entirety of a website.
A beginner's guide to WordPress covering five essential tasks: installing themes, customizing site identity, uploading media, creating content, and setting up navigation.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
A technical guide on programmatically generating dynamic XML sitemaps for search engines in ASP.NET MVC applications.
A guide to automatically injecting dynamic page metadata (title, description, keywords) in ASP.NET MVC using a custom action filter.
A technical tutorial on creating a dynamic XML sitemap for the Perch CMS blog extension, covering PHP code and template configuration.
A technical guide on implementing multiple 301 redirects in an ASP.NET MVC application to preserve SEO rankings during a site migration.
Analyzes accessible text replacement methods for web headings, comparing techniques to hide text visually while keeping it available for screen readers and SEO.
Explores the SEO and accessibility implications of using the CSS display:none property, including best practices and potential pitfalls.
A talk on using WordPress to build and control your personal brand online, covering key steps and recommended plugins.
Advocates for a user-centric approach in tech projects, prioritizing user needs over company goals for better outcomes.
Explains how browsers cache 301 permanent redirects, causing issues when websites misuse them for temporary actions like login flows.
Discusses Google's ranking algorithm update prioritizing site speed, addressing web designers' concerns about balancing aesthetics with performance.
A tutorial on implementing and configuring the Django sitemap framework to generate XML sitemaps for a website.
Explains how to use structured data (JSON-LD, Schema.org) to make web content discoverable by AI and search engine crawlers, with implementation examples.
A guide on adding an RSS feed to a NextJS blog to improve content syndication, discoverability, and SEO using the 'rss' npm library.