react-meta-tags
react-meta-tags copied to clipboard
Handle document meta/head tags in isomorphic react with ease.
Hi, First thank you for providing this meta tag module. I am probably one of several people trying to implement SEO-friendly pre-rendered React to serve from static hosting. By the...
Is there any way to use react-meta-tags with renderToNodeStream? In this case, I need to generate meta tags before rendering app. I didn't find any examples in the documentation.
For SEO purposes, one might need to inject script tags such as the following: ``` { ... } ``` Will there be support for the script tag to be injected...
Hello We are working on an isomorphic react app and i liked the way this package worked. However we have some metatags only used for specific pages, it felt a...