Hi support
I'm having issues with the meta name="robots" in the Head of the code on the page.
I have in WP set the setting to tell the searchengines not to index the site (the site is under construction) but when I look in the code I se this:
!DOCTYPE html>
<html lang="da-DK" prefix="og: http://ogp.me/ns#" class="firefox firefox17 html_stretched responsive ">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow" />
<!-- plugin and theme output with wp_head() -->
<meta name='robots' content='noindex,nofollow' />
I only want the "meta name='robots' content='noindex,nofollow" but also get a "meta name="robots" content="index, follow". How can I change this.
I am using WP 3.5 with the latest version of Flagship.
Regards














