hello all,
I have an html template that is used for dynamic pages. For some reason, there is a noindex, nofollow meta tag in my head. How can i remove?
here is the head of the template
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="{{ meta_author }}">
<meta name="description" content="{{ page_meta.meta_description }}">
<meta name="generator" content="HubSpot">
<title>{{ dynamic_page_hubdb_row.hs_name }}</title>
{% if site_settings.favicon_src %}<link rel="shortcut icon" href="{{ site_settings.favicon_src }}" />{% endif %}
{{ required_head_tags }}
{{ include_attached_css( [{"id":5936059258,"type":"cos_extension_resource"}]) }}
{{ user_head_overrides }}
<link rel="stylesheet" href="/hs-fs/css/3955296/hub_generated/template_assets/1535396734971/combined-css-7b20fce45872d8a6a02e85a8ebb33293.css">
</head>
