How-to customize metadata values

Hi,

I can’t find how to customize metadata. I enabled the html_meta_tags plugins, but I can customize the values of the metadata fields.

So in the source code of my pages I get the following:

<meta name="publisher" content="http://michael.parienti.name/photos" />
<meta name="creator" content="http://michael.parienti.name/photos" />
<meta name="author" content="group" />
<meta name="copyright" content=" (c) http://michael.parienti.name/photos - group" />
<meta name="rights" content="group" />

Where can I change the "publisher", "creator", "copyright" and the "rights" fields?

I use the 1.2.8 version of zenphoto

Comments

  • acrylian Administrator, Developer
    This plugin uses the values present in the Zenphoto gallery like the master admin as author. Why there is written "group" I actually don't know, might be an oversite with the recent rights managements updates.

    If you want to fully customize the values you can do that manually: Disable the html meta tags you don't want to be set automatically and add them manually to the head of your theme files.

    Note that these meta tags are basically not used by search engines nowadays anyway.
Sign In or Register to comment.