You are here:  » meta name="robots"

Support Forum



meta name="robots"

Submitted by remco on Fri, 2008-03-07 19:43 in

What is the best way to set

?

where and how

Best Regards
Remco

Submitted by support on Sat, 2008-03-08 08:03

Hello Remco,

The meta tags are output by html/header.php. I would add your new tag after the following line, as this is where the other meta tags (description, keywords etc.) are set...

<title><?php print (isset($header["title"])?$header["title"]:$config_title); ?></title>

Cheers,
David.