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

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

/@tramvai/module-seo/

    Package Sidebar

    Install

    npm i @tramvai/module-seo

    Weekly Downloads

    46

    Version

    4.41.26

    License

    Apache-2.0

    Unpacked Size

    50.6 kB

    Total Files

    45

    Last publish

    Collaborators

    • meskill
    • super_oleg
    • tinkoffbank