DEV Community

Discussion on: An one-minute fix to make your React site just a bit more Google-friendly 🤝

Collapse
 
seanmclem profile image
Seanmclem

How is this different from manually adding The Meta tags? Isn't helmet more for adding meta tags per page using SSR?

Collapse
 
jeromedeleon profile image
Jerome De Leon

Yes, using Helmet is overkill for just a single component but I think he's just giving a way for SPA -> SEO friendly without using SSR.

Collapse
 
seanmclem profile image
Seanmclem

Right I was just merely pointing out that because it's only for the homepage - you could literally just use meta tags in a spa still. And also asking because I'm not a hundred percent sure, but it seems like helmet is a library meant for SSR