From 4fe40c264f6145b9aa397a393c5a3bd1b49d1ab2 Mon Sep 17 00:00:00 2001 From: Nathan Sprenkle Date: Mon, 18 Nov 2024 12:47:52 -0500 Subject: [PATCH] feat: add configurable robots meta tag (#1520) --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index ab09aacd2b..fda6618db4 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,9 @@ <% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %> <% } %> + <% if (htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR) { %> + + <% } %>