graycoreio/daffodil

View on GitHub
libs/seo/README.md

Summary

Maintainability
Test Coverage
# @daffodil/seo
`@daffodil/seo` provides services for managing SEO data on a page, such as canonical URLs, tab titles, and meta tags.

## Overview
In addition to the services, `@daffodil/seo/state` includes effects that automatically manage adding and removing SEO data as users navigate through the app.

## Installation
To install `@daffodil/seo`, use the following commands in your terminal.

Install with npm:
```
npm install @daffodil/seo --save
```

Install with yarn:
```
yarn add @daffodil/seo
```