1

I want to make a website based on frontend technologies. I would like to use Firebase as my DB. My website should be well indexed but I am not sure if it is possible with data retrieved from Firebase (they are loaded async). Is it possible to index your website relatively well, but still keep using Firebase database?

I have read a google docs about AJAX indexing, but it still required some server side coding.

Possible way is to serve my index.html (homepage) data from server, because I know, that website content will not be changed often. But I would like to avoid this one.

4
  • 1
    Google generally executes JavaScript when crawling sites nowadays. A site powered by the Firebase Realtime Database should be crawlable by Google. Other crawlers (e.g. Facebook OpenGraph, Twitter's cards) may not support JS execution. Commented Mar 14, 2017 at 22:42
  • @MichaelBleigh Thank you for reply! Do you now about that topic something more? I dont think it is so easy... Commented Mar 15, 2017 at 20:31
  • I am creating an app using Angular 4 and firebase firestore can someone help me in how to allow crawlers to crawl over my firebase database. Commented Dec 9, 2017 at 12:44
  • I think the best way is to use server side rendering. Commented Dec 11, 2017 at 9:39

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.