publisher metadata
You can declare publisher metadata to document your contribution as the publisher of a webpage that is generated from an Aneamal file. Assign your name or your company’s name to the publisher metadata name like in the example below.
Example
@ publisher: Perry White
Tip
publisher metadata has no know relevance besides weaving the publisher’s name into the code of a webpage. Search engines are unlikely to use it. It is therefore probably redundant to declare it, if you are both publisher and author of a file. An author metadata declaration is preferred then. Declaring both is valid though.
For developers
If publisher metadata is declared, the Aneamal Translator adds a meta element with the name publisher
to the HTML output. Hence the above example becomes:
<meta name='publisher' content='Perry White'>