Why are all links in 2.82 nofollow due to wp_head?
-
Just installed new WordPress blog version 2.82 and I notice all links of my blog are no follow.
wp_head() adds: <meta name=’robots’ content=’noindex,nofollow’ />
both in the kubrick template as in a custom template.I do need wp_head() to get Allin1SEO plugin running,
how do I get rid of the line <meta name=’robots’ content=’noindex,nofollow’ />.Below head snippets with and without wp_head(), do notice that the header has twice a prefered <meta name=”robots” content=”follow, all” />
Thanks,
Stef
Snippet with wp_head() in header:
<meta name=”robots” content=”follow, all” />
<meta name=”language” content=”en, sv” /><title>New Zealand Self Drive</title>
<meta name=”generator” content=”WordPress 2.8.2″ />
<!– leave this for stats please –>
<link rel=”shortcut icon” href=”https://www.oamarunewzealand.com/oamaru-new-zealand.ico”>
<link rel=”icon” href=”https://www.oamarunewzealand.com/oamaru-new-zealand.ico”>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/rss/” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/atom/” /><link rel=”pingback” href=”https://newzealandselfdrive.oamarunewzealand.com/xmlrpc.php” />
<meta name=’robots’ content=’noindex,nofollow’ />
<link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”https://newzealandselfdrive.oamarunewzealand.com/xmlrpc.php?rsd” />
<link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”https://newzealandselfdrive.oamarunewzealand.com/wp-includes/wlwmanifest.xml” />
<link rel=’index’ title=’New Zealand Self Drive’ href=’https://newzealandselfdrive.oamarunewzealand.com’ />
<meta name=”generator” content=”WordPress 2.8.2″ /><!– All in One SEO Pack 1.6.4 by Michael Torbert of Semper Fi Web Design[410,439] –>
<meta name=”description” content=”Info, tips and pictures to better plan your New Zealand self drive.” />
<meta name=”keywords” content=”New Zealand Self Drive” />
<link rel=”canonical” href=”https://newzealandselfdrive.oamarunewzealand.com/” />
<!– /all in one seo pack –>
<style type=”text/css” media=”screen”>
<!– @import url( https://newzealandselfdrive.oamarunewzealand.com/wp-content/themes/dateless-sniper/style.css ); –>
</style>
</head>—-
Snippet without wp_head() in header:
<meta name=”robots” content=”follow, all” />
<meta name=”language” content=”en, sv” /><title>New Zealand Self Drive</title>
<meta name=”generator” content=”WordPress 2.8.2″ />
<!– leave this for stats please –>
<link rel=”shortcut icon” href=”https://www.oamarunewzealand.com/oamaru-new-zealand.ico”>
<link rel=”icon” href=”https://www.oamarunewzealand.com/oamaru-new-zealand.ico”>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/rss/” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”https://newzealandselfdrive.oamarunewzealand.com/feed/atom/” /><link rel=”pingback” href=”https://newzealandselfdrive.oamarunewzealand.com/xmlrpc.php” />
<style type=”text/css” media=”screen”>
<!– @import url( https://newzealandselfdrive.oamarunewzealand.com/wp-content/themes/dateless-sniper/style.css ); –>
</style>
</head>
- The topic ‘Why are all links in 2.82 nofollow due to wp_head?’ is closed to new replies.