Update Meta Tags In AngularJS

Author: jvandemo
Official Page: Go to website
Publish Date: April 22, 2017
License: MIT

Description:

Dynamically update meta tags and document title for SEO purposes in your AngularJS application.

Main Features:

  • lightweight (< 1KB)
  • uses original meta syntax
  • supports prerender.io for SEO purposes
  • supports Open Graph protocol meta elements
  • supports schema.org protocol meta elements
  • supports link elements
  • update your document title dynamically
  • update your meta tags depending on the state your application is in
  • no additional scripting required, works out-of-the-box!

Installation:

# NPM
$ npm install angular-update-meta

# Bower
$ bower install angular-update-meta

Preview:

Update meta tags in AngularJS


You Might Be Interested In:

Add Comment