Skip to content

Ngx meta.standard.keywords

Home > @davidlj95/ngx-meta > Standard > keywords

Standard.keywords property

Sets the <meta name='keywords'> HTML element.

Signature:

readonly keywords?: readonly string[] | null;

Remarks

Doesn't seem to provide many benefits in terms of SEO. It's ignored by Google. Check out linked articles for more information.

Provider:

provideStandardKeywords()

See also: