@nymdev/clay-meta-keywords
v0.0.2
Published
Meta keywords, news_keywords, and article:tag
Downloads
5
Readme
clay-meta-keywords
Meta keywords, news_keywords, and article:tag
Install
npm install --save @nymdev/clay-meta-keywords
Adds <meta name="keywords">
, news_keywords
, and article:tag
tags to the head.
Usage
Once you install it, it will be automatically recognized by amphora
. It has a single property, tags
, which should be an array of strings.
A Note On Head Components
This component lives in the head of the page, and isn't editable directly. Use the componentRef
behavior to affect it when you edit other components on the page.