@tinkoff/meta-tags-generate
v0.7.3
Published
Library for generating and updating meta-tags in browser.
Downloads
162
Maintainers
Keywords
Readme
@tinkoff/meta-tags-generate
Library for generating and updating meta-tags in browser.
Link to complete SEO and Meta documentation - https://tramvai.dev/docs/features/seo/
Api
Meta({ list: [] }): Meta
- object used for constructing an instance of meta-tags based on passed sourcesRender(meta: Meta): { render(): string }
- render of specific Meta instance as a string. Used in SSRUpdate(meta: Meta): { update(): void }
- updates meta-tags layout in browser. Used in browser while SPA-navigations