Socket
Socket
Sign inDemoInstall

@tramvai/module-seo

Package Overview
Dependencies
Maintainers
0
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

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
Maintainers
0
Created
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

Package last updated on 08 Jul 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc