This is what is already in the Live site should that be taken out:
title><?php echo META_TAG_TITLE; ?></title>
<meta name="google-site-verification" content="L55auhTKpdJpNcdV1JGB9zMvCV77JwRzhz0GevfF">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>">
<meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>">
<meta name="author" content="<?php echo STORE_NAME ?>">
<meta name="generator" content="shopping cart program by Zen Cart®,
https://www.zen-cart.com eCommerce">
<?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base, explode(",", constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base == 'down_for_maintenance' || $robotsNoIndex === true) { ?>
<meta name="robots" content="noindex, nofollow">
<?php } ?>