@tramvai/module-seo
TypeScript icon, indicating that this package has built-in type declarations

3.40.17 • Public • Published

@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],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @tramvai/module-seo

Weekly Downloads

646

Version

3.40.17

License

Apache-2.0

Unpacked Size

50.6 kB

Total Files

45

Last publish

Collaborators

  • meskill
  • super_oleg
  • tinkoffbank