davideast / react-ssr-firebase-hosting

Server Side Rendering React on Firebase Hosting
https://ssr-react.firebaseapp.com/
60 stars 15 forks source link

Dynamic SEO tags #2

Open bytewiz opened 6 years ago

bytewiz commented 6 years ago

@davideast does firebase SSR support dynamic SEO tags or not? 🙏

tjmoses commented 6 years ago

From the firebase docs, "Prerendering for single page apps to improve SEO. This allows you to create dynamic meta tags for sharing across various social networks." [https://firebase.google.com/docs/hosting/functions]

bytewiz commented 6 years ago

@tjmoses thanks 👍