I have a lot of problem-related to SEO in firebase hosting. I cannot able to find my pages in Google search.
I use Firebase hosting and it is great the only thing I'm concerned is SEO, my site doesn't appear anywhere in Google, also I searched for SEO integrations with firebase and I couldn't find any solution. I really like to keep everything in one place, so it would be a shame to change to a different service that can serve my pages to Google's crawler engine. This would be a huge improvement since I know Firebase is owned by Google now.
I am working on my client project
the project is itself SEO agency and it has in problem-related to SEO so it would be a shame for my client.
please help me to fix this all issues.
@firebase-db-ci @firebase-ops @mbleigh
Try rendertron (Need Firebase Functions trigger).
Or use SSR on Cloud Functions for Firebase with Firebase Hosting.
If you're using React, Preact or something like that, you can pre-render your app using Firebase Functions, here is an example - React Starter Kit for Firebase. In the case with Google, you don't have to pre-render everything, just meta tags (title, description, open graph, etc.), just need to make sure that your app can actually be rendered in a headless browser Phantom.js.
@koistya @Shyam-Chen is it possible to SSR render a page with dynamic content using firebase functions? (ie: single blog post?)
Try rendertron (Need Firebase Functions trigger).
Or use SSR on Cloud Functions for Firebase with Firebase Hosting.
Please check your hosted files


I am going to close this issue for a few reasons:
I think the first step is to get your site into the search console, which will help you see your performance:
https://search.google.com/search-console/about