Posts Tagged: seo
Learn about the latest trends and best practices for search engine optimization (SEO). Get tips and tricks to improve your website's visibility and ranking on search engines like Google and Bing.
Posts In 2017
Ensuring Samesite Cookies With URL Rewrite (Article)
Published by Stuart Blackler on: 2017-06-11. Tagged:dotnetdevopsseo
In this article, we will increase our websites level of protecting against Cross-Site Request Forgery and Cross-Site Script Inclusion attacks by appending an additional modifier to the
Set-Cookie
HTTP header.Ensuring Secure Cookies With URL Rewrite (Article)
Published by Stuart Blackler on: 2017-06-11. Tagged:dotnetdevopsseo
In this article, we will take a look at secure cookies, that is by appending an additional modifier to the
Set-Cookie
HTTP header.Ensuring HttpOnly Cookies With URL Rewrite (Article)
Published by Stuart Blackler on: 2017-06-06. Tagged:dotnetdevopsseo
In this article, I will give a brief overview of cookies, why we want them to be httpOnly and how we can ensure this via URL Rewrite. We will also be creating our first outbound rewrite rule with a pre-condition.
Removing Trailing Slashes With URL Rewrite (Article)
Published by Stuart Blackler on: 2017-06-05. Tagged:dotnetdevopsseo
In the previous post, I explained why canonical urls are important and how to enforce them . In this article, I will show you how to have a canonical host url.
Canonical Host Urls With URL Rewrite (Article)
Published by Stuart Blackler on: 2017-06-04. Tagged:dotnetdevopsseo
In the previous post, I gave a brief intoduction to URL Rewriting and showed you how to get from HTTP to HTTPS. In this article, I will show you how to have a canonical host url.
Up and Running With URL Rewrite - Going From HTTP to HTTPS (Article)
Published by Stuart Blackler on: 2017-06-03. Tagged:dotnetdevopsseo
In this series, I am going to take you through a few
web.config
snippets that have come in handy for me when using URL Rewrite on IIS. Firstly, I am going to introduce the URL Rewrite module then show a sample of going from HTTP to HTTPS.