Web hosting/servers

Web hosting and server functionality documentation

Looking to hire an SEO? click here.

URI handling

A URI (Uniform Resource Identifier) is the address that identifies a resource on the web. A URL is the most common type of URI — the one you type into a browser. "URI handling" refers to all the decisions and rules a website uses to manage these [...] Read more

3 min

Redirect management

A redirect is an instruction from a server to a browser saying: "the page you asked for has moved or been deleted — go here instead." It's how websites preserve user experience and SEO equity when URLs change. When done correctly, redirects are [...] Read more

6 min

HTTPS/HTTP mixed content

Mixed content occurs when a page served over HTTPS loads sub-resources (images, scripts, stylesheets, iframes, fonts) over HTTP. The page itself is encrypted, but pieces of it aren't — which undermines the whole point of HTTPS. A single unsecured [...] Read more

3 min