GreenInfo-Network / caliparks.org

Mapping social media in parks and other open spaces
http://www.caliparks.org/
22 stars 3 forks source link

Unique titles, meta description for each page #624

Closed emilyhobson closed 4 years ago

emilyhobson commented 8 years ago

Instead of having a universal header, each page should display meta title and meta description specific to the page. They can be consistent and programmatic.

emilyhobson commented 8 years ago

Adding @mojodna

ebrelsford commented 8 years ago

@mojodna My approach has been to move toward using something such as react-helmet to unify how the meta and title elements are handled on each page. In theory you render the route to a string then helmet knows all the proper values to add.

This part seems straightforward enough but I'm just not sure how to integrate it with react-engine.

mojodna commented 8 years ago

If you don't mind beating your head against it for a while (no concussions), do it. I'm happy to provide extra eyes if you want to pair on it at some point.