Hi there,

I absolutely LOVE your template!! Thank you very much for it.

I am looking at my SEO and meta tags right now and realize that the robot meta tag does not show up at all ..

My question is how to get <meta name="robots" content="index, follow" /> to show up on the sites pages??

As I understand it it is important to have index and follow so that the robots can index the sites pages.
I have looked at html_header.php and see that the following code is there
<?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" />

the pages in the english.php that are to be missed are all correct.

I tried changing the above code to "index, follow" but it is still not coming up on my home page or any other page.

Can you help?

Thanks