🚀 DAY 4 OF LAUNCH WEEK: Introducing GitHub Actions Scanning Support.Learn more
Socket
Book a DemoInstallSign in
Socket

@quintype/seo

Package Overview
Dependencies
Maintainers
30
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quintype/seo

SEO Modules for Quintype

latest
Source
npmnpm
Version
1.49.2
Version published
Weekly downloads
1.9K
126.9%
Maintainers
30
Weekly downloads
 
Created
Source

quintype-node-seo

SEO modules for the malibu app

The documentation can be found here: 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.

FAQs

Package last updated on 07 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts