Tagged: robots
I have no seo plugins and have checked “discourage search engines from indexing this site” but I see an “index, follow” attribute in a meta robots in head that has to be coming from Enfold. Futher down in the pasted source you’ll see “noindex, follow” coming from WordPress. How do I stop Enfold from inserting index, follow? Could cause issues. Rather not have this site accidentally indexed before it is ready for public consumption ;-) Thanks.
<meta name=”robots” content=”index, follow” />
<!– add feeds, pingback and stuff–>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”alternate” type=”application/rss+xml” title=”Flare Accounting RSS2 Feed” href=”http://54.68.205.234/flare-website/feed/” />
<link rel=”pingback” href=”” />
<!– mobile setting –>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
<!– Scripts/CSS and wp_head hook –>
<meta name=’robots’ content=’noindex,follow’ />
Hi Tomzilla!
Please go to Enfold/framework/php folder and open function-set-avia-frontend.php you can find the functions there. You can edit it as needed
Regards,
Yigit
Thanks!