@omnidyon/ngx-seo-meta is a lightweight SEO meta‐tag manager for Angular applications.
It supports both standalone Angular and traditional NgModule setups, and automatically updates
<title>,<meta name="description">, and OpenGraph tags whenever navigation occurs.
Designed for SPAs that rely on client-side routing, this library simplifies SEO metadata without requiring boilerplate in every component or manual subscriptions in AppComponent.
Features:
- Fully compatible with Angular standalone APIs (bootstrapApplication)
- No AppComponent wiring required
- Automatic router integration
- Config-driven (path → meta definition)
- Updates title, description, and OpenGraph metadata
- Works with lazy-loaded routes
- Tree-shakable, zero external dependencies
Ideal for:
- Client-side rendered Angular apps
- Landing pages, marketing sites, and dashboards
- Projects needing clean SEO without SSR or Angular Universal
If you need help on using NgxSeoMeta please refer to the provided documentation.
Read through our contributing guidelines to learn about our submission process, coding rules, and more.
Please read and follow our Code of Conduct.