How hosting a web application streamlit in Google search queries?

I have a streamlit web application. It is hosted on a vps server, combined and configured with nginx. Additionally, I received and configured access by domain name, received a ssl certificate.

I would like to place this application in Google search engines. So that when you enter a domain name into Google, it appears in the search results. I looked at the google documentation on how to do this. Actually there are two ways:

  1. Creation of a special html page in the root directory;
  2. Adding a meta line on the main page of the application.

It seems to be nothing complicated, but how can this be done if I use streamlit as the basis of the web application? Can you give an example of what needs to be done to confirm the right to host the site?

Did you find a solution?

Unfortunately no

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.