DEV Community

sunysunysuny
sunysunysuny

Posted on

Can I use next-seo in my angular project ?

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

Top comments (1)

Collapse
 
ronaldohoch profile image
Ronaldo Hoch

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.