# @quintype/seo

> SEO Modules for Quintype

Latest version **1.53.1** (published 2026-07-21) · MIT license · 599 weekly downloads

## Install

```sh
npm install @quintype/seo
pnpm add @quintype/seo
yarn add @quintype/seo
bun add @quintype/seo
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: declining downloads.

## Facts

| | |
|---|---|
| Version | 1.53.1 |
| Published | 2026-07-21 |
| First published | 2017-12-07 |
| Weekly downloads | 599 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 610 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Quintype Developers |
| Maintainers | devops-quintype, sharangj, srajesh636, bindiya, reena07111996, harshie46, mauliksharma, rakshi059, veena.yemmiganur, arunabhthakur94, vishwanath.reddy, nandakishore, mohammedshoaib, saiteja8494, divyaprithvi, manu6010, athul_raja, navya-kedlaya |

## Links

- npm: https://www.npmjs.com/package/@quintype/seo
- Repository: https://github.com/quintype/quintype-node-seo
- Homepage: https://github.com/quintype/quintype-node-seo#readme
- Issues: https://github.com/quintype/quintype-node-seo/issues
- npm.io page: https://npm.io/package/@quintype/seo

## Dependencies (3)

- [date-fns](https://npm.io/package/date-fns.md) ^2.17.0
- [date-fns-tz](https://npm.io/package/date-fns-tz.md) ^1.1.1
- [quintype-js](https://npm.io/package/quintype-js.md) ^1.2.0

## Recent versions

- 1.53.1 (latest) — 2026-07-21
- 1.53.1-story-author-seo.2 (beta) — 2026-07-20
- 1.38.42-subscription-markup.0 (subscription-markup) — 2021-08-23
- 1.37.1-subdomain-support.0 (prerelease) — 2020-05-13
- 1.53.1-story-author-seo.0 — 2026-07-16
- 1.53.0 — 2026-07-02
- 1.53.0-author-page-schema.2 — 2026-07-01
- 1.53.0-author-page-schema.1 — 2026-07-01
- 1.53.0-author-page-schema.0 — 2026-06-30
- 1.52.2 — 2026-06-24
- 1.52.0-faq-schema.0 — 2026-06-23
- 1.51.0 — 2026-06-03
- 1.50.4-webpage-sitenavigation-schema.2 — 2026-06-02
- 1.50.4-webpage-sitenavigation-schema.1 — 2026-06-02
- 1.50.3-webpage-sitenavigation-schema.6 — 2026-05-27
- … 362 more at https://npm.io/package/@quintype/seo/versions

## README

# quintype-node-seo

SEO modules for the malibu app

The documentation can be found here: [https://developers.quintype.com/quintype-node-seo](https://developers.quintype.com/quintype-node-seo).

Some advanced topics which are not covered in the documentation are below.

### Entity Tags

If story has any entity associated in the story-attributes, StructuredDataTags will be generated for those entities. Right now we are doing it only for movie.
To generate the Entity Tags, while executing getMetaTags on the SEO instance, the data argument should look like:

```
  data : {
    story:<storyObject>,
    linkedEntities: [
      <EntityObjects for all the associated entities>
    ]
  }
```

data Object should have a key called "linkedEntities" and the value should be an array of all Entities.
Please also refer to the test case "Structured DataTags for Entity" in structured_data_tags_test

### Note

If the `URL` is undefined, please bump up the node version > 8.

---
_Source: https://npm.io/package/@quintype/seo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
