@nymdev/clay-meta-description

Meta, Twitter, and OG descriptions

Usage no npm install needed!

<script type="module">
  import nymdevClayMetaDescription from 'https://cdn.skypack.dev/@nymdev/clay-meta-description';
</script>

README

clay-meta-description

Meta, Twitter, and OG descriptions

Install

npm install --save @nymdev/clay-meta-description

Adds <meta name="description">, twitter:description, and og:description tags to the head.

Usage

Once you install it, it will be automatically recognized by amphora. It has a single property, description.

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.