From 1aae9909db7ad88c19b5dc96ba65db90a8c86b3b Mon Sep 17 00:00:00 2001
From: Ben Lechlitner <30903912+asphaltbuffet@users.noreply.github.com>
Date: Fri, 24 Jun 2022 00:12:02 -0400
Subject: [PATCH] remove deprecated `noodp` robots metadata

Open Directory Project closed in 2017 and `noodp` directive is no longer meaningful.

Per Google development reference: https://developers.google.com/search/blog/2017/06/better-snippets-for-your-users#what-will-happen-with-the-noodp-robots-directive
---
 layouts/partials/head.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 48f2d28..8e80d6e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,7 +2,6 @@
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="description" content="{{ if .IsHome }}{{ $.Site.Params.Subtitle }}{{ else if .Description}}{{ .Description | plainify }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
 <meta name="keywords" content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}" />
-<meta name="robots" content="noodp" />
 <link rel="canonical" href="{{ .Permalink }}" />
 
 {{ template "_internal/google_analytics.html" . }}