ng2-meta icon indicating copy to clipboard operation
ng2-meta copied to clipboard

Dynamic meta tags and SEO in Angular2

Results 15 ng2-meta issues
Sort by recently updated
recently updated
newest added

We would love if you could update the package to depend upon Angular 7. Thanks!

Warnings That Should Be Fixed Tag specified as 'name' instead of 'property' The following meta tags are specified using 'name' instead of 'property' and will be ignored unless specified using...

The following meta tags are specified using 'name' instead of 'property' and will be ignored unless specified using the 'property' key: fb:app_id I use ng2-meta tag function, but in facebook...

Hi, How do I make the canonical tag change. I've got the title, description and keywords changing ok. Do I simply do this: ``` { path: 'home', component: HomeComponent, data:...

This doesn't seem to work with my Angular2 app that has lazy loaded routes/views. Google uses my default homepage title, and meta description / keywords for all pages. This is...

i get this error and not sure why: `Error encountered resolving symbol values sta tically. Function calls are not supported. Consider replacing the function or lambda with a reference to...

It would be great to support [Ahead-of-Time](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) (AoT) compilation.

Is this component support Rendering Server Side by Angular Universal?

enhancement
help wanted

My application uses angular2.4. When run `ng serve` i have next error > ERROR in Error encountered resolving symbol values statically. Calling function 'MetaModule', function calls are not supported. Consider...

I have tried implementing this in my application and as well i have tried to see the updated title and description in facebook post with the different route urls of...