Socket
Socket
Sign inDemoInstall

@tramvai/module-seo

Package Overview
Dependencies
1
Maintainers
3
Versions
523
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tramvai/module-seo

The module internally takes data from the page configuration, generates meta tags and adds to the page.


Version published
Weekly downloads
450
decreased by-22.55%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@tramvai/module-seo

The module internally takes data from the page configuration, generates meta tags and adds to the page.

@tinkoff/meta-tags-generate library is used under the hood.

Link to complete SEO and Meta documentation - https://tramvai.dev/docs/features/seo/

Installation

You need to install @tramvai/module-seo:

npx tramvai add @tramvai/module-seo

And connect in the project:

import { createApp } from '@tramvai/core';
import { SeoModule } from '@tramvai/module-seo';

createApp({
  name: 'tincoin',
  modules: [SeoModule],
});

FAQs

Last updated on 23 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc