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
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.