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

5.0.1 • Public • Published

Ngaox Seo

Ngaox for Angular npm Version Monthly Downloads

Easily generate and manage SEO-friendly meta tags, page title,...

Samples

// Angular router routes
const routes: Routes = [
  {
    path: 'users',
    data: {
      // This 👇 will be used as the page seo data
      NgaoxSeo: {
        title: 'Users List Page',
        description: 'A short description goes here.',
        siteName: 'Ngaox'
      }
    }
  }
];

<!-- Also available as an angular component -->
<ngaox-seo
  title="Hello World"
  description="This is a description"
  keywords="keyword1, keyword2, keyword3"
  [twitter]="{
    site: '@NgaoxLab',
    creator: '@rabraghib'
  }"
></ngaox-seo>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ngaox/seo

    Weekly Downloads

    53

    Version

    5.0.1

    License

    MIT

    Unpacked Size

    82.6 kB

    Total Files

    21

    Last publish

    Collaborators

    • rabraghib