react-meta-tags icon indicating copy to clipboard operation
react-meta-tags copied to clipboard

Handle document meta/head tags in isomorphic react with ease.

Results 35 react-meta-tags issues
Sort by recently updated
recently updated
newest added

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...