From 709b8213a2c78f072babb60b10390c8c60400035 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sun, 21 Jan 2018 17:09:08 -0800 Subject: [PATCH] tweak last post --- posts/2018-01-20_reliably-redirecting-with-html.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2018-01-20_reliably-redirecting-with-html.yaml b/posts/2018-01-20_reliably-redirecting-with-html.yaml index c0ecf40..f5d97a8 100644 --- a/posts/2018-01-20_reliably-redirecting-with-html.yaml +++ b/posts/2018-01-20_reliably-redirecting-with-html.yaml @@ -15,7 +15,7 @@ HTML. My goals were: * Surprise users as little as possible -* Don't tank my site's SEO +* Don't tank my site's search engine ranking * Reliably handle as many weirdo browsers as possible After some research, it seemed like a Javascript redirect was the safest since