I am trying to add description meta tags keywords. I add the data and the data does not stick. meaning I submit and then come back and it is not where I entered it.

I want to edit the web site description, key words etc.

Thanks,
Tilly Moof

Comments

Lam0r’s picture

Look into your template files.

I use Kubrkick (php template) and I have added my meta tags above the following line <?php print $head ?><?php print $styles ?>

I would preffer a easier approach within the CMS to adjust keywords, its a bit of a hassle right now. I wonder if drupal is working on this or not ?

tilly-1’s picture

You know when you view a page and you hit source to view page HTML? I am trying to edit this data. Where is this done please?

Thanks Tilly Moof

styro’s picture

page.tpl.php in your theme directory (if using PHPTemplate themes)

--
Anton

Abilnet’s picture

Maybe it's worth taking a look at the excellent Drupal Handbook, specially the PHPTemplate Theme Snippets section might be useful:

http://drupal.org/node/44810