DEV Community

Discussion on: 🛠️ Dynamic HTML Titles in React with NFL's Helmet

Collapse
 
darksmile92 profile image
Robin Kretzschmar

Hey Jaken, do you know by chance how this way of generating the title affects SEO?
I don't do much SEO but in a recent side project I got aware of some pitfalls to look out to when building React sites and after reading your post I'm wondering if this could have a negative impact on how the search engines crawler interprets the site and also if this works in combination with Next and SSR?

Collapse
 
jakenherman profile image
Jaken Herman

That's a good question, one I hadn't actually considered. I'm using react-helmet for an internal application where SEO is not something our app is concerned with. I'd say to take a look at this Medium post for guidance (seems like it helps, not hurts!): medium.com/@prestonwallace/3-ways-...

Collapse
 
darksmile92 profile image
Robin Kretzschmar

Thank you for linking the medium post, seems like it does not hurt at all :)