getKeyword

open fun getKeyword(index: Int): String
Defines meta tag keywords, to be included in the page.
repeated string keyword = 3;

Return

The keyword at the given index.

Parameters

index

The index of the element to return.