add

@JvmName(name = "addKeyword")
fun DslList<String, ContextKt.MetadataKt.Dsl.KeywordProxy>.add(value: String)
Defines meta tag keywords, to be included in the page.

repeated string keyword = 3;

Parameters

value

The keyword to add.


Defines a favicon image link to apply to the browser tab.

repeated .elide.page.Context.PageLink link = 10;

Parameters

value

The link to add.


RDFa prefixes to add. If left unset, the default OpenGraph prefix will be used.

repeated .elide.page.Context.RDFPrefix prefix = 17;

Parameters

value

The prefix to add.