Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

koenig-dominik/ng-seo

Repository files navigation

npm version

ng-seo

The SEO library for Angular.

Installation

npm install ng-seo --save

Usage

Import the SeoModule:

import {BrowserModule} from '@angular/platform-browser';
import {NgModule} from '@angular/core';
import {SeoModule} from 'ng-seo';

@NgModule({
    imports: [
        BrowserModule,
        SeoModule
    ],
    bootstrap: [AppComponent]
})
export class AppModule { }

Components

Page title

<seo-update-title [title]="title" [prefix]="prefix" [suffix]="suffix"></seo-update-title>

Metadata

<seo-update-meta [name]="name" [content]="content"></seo-update-meta>

About

The SEO library for Angular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published