Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 505 Bytes

@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