I just want to know that Can I use next-seo in my angular app ?
If I can use it.. how can I add it in my any page ?
Or any other tool suggestion which will help me for better seo in angular...
Thanks
I just want to know that Can I use next-seo in my angular app ?
If I can use it.. how can I add it in my any page ?
Or any other tool suggestion which will help me for better seo in angular...
Thanks
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
No, this project seems to be only used in Next.js.
But Angular has a service to create the meta tags, check:
angular.io/api/platform-browser/Meta
You can use Angular Universal to prebuild your pages with a Server Side Rendering if you want.