[ic] Adding/Changing Meta Tags.

Jonathan Clark interchange-users@icdevgroup.org
Fri Jul 12 04:04:01 2002


> Where do I edit meta tags for Interchange?

(assuming 4.8.x)

If you look in <catroot>/templates/foundation/regions you will find the files for the various page layouts.

Looking in LEFTRIGHT_TOP:

<head>
  [scratchd meta_header]
  <title>[scratch page_title]</title>
  __THEME_CSS__
</head>

So your choices are:

   * edit these components to put in some global meta tags.
   * sneak it into the THEME_CSS variable which is in <catroot>/templates/foundation/theme.cfg (again global)
   * make use of the scratchpad variable meta_header by altering the files leftright, leftonly and noleft in <catroot>/templates/ to
add:

meta_header:
	description: Meta tags
	widget: textarea

in the comment section, and:

[set meta_header][set]

at the bottom.

This will then allow you to set the meta tags for each page within the admin UI, Page Edit section.

good luck!

Jonathan
Webmaint.