How to add a hyperlink
If you would like to include a hyperlink in your metadata, you will need to format it with an anchor tag <a>.
The link URL follows the href= and as shown below the bolded section represents what the user will see.
<a href=https://archive.org/details/ScreenlandDec1923>Internet Archive</a>
In the LUNA Library
Result in the LUNA Viewer
For a longer phrase
If you want to a longer phrase that displays fully in the Viewer, you will need to add target=_blank after the url and format the hyperlink with and additional paragraph tag <p>.
<a href=http://www.lunaimaging.com target=_blank><p>The quick brown fox jumps over the lazy dog</p></a>
In the LUNA Library
In the LUNA Viewer