I have Angular 2 web site and I want to add meta tags (keywords) What is the best?
- To put all keywords into Index.html page?
- To put separate tags for each component via .ts code (@angular/platform-browser)?
Are there some difference for the searching machines?
Thank you.