Hey guys! Just have a quick question and although I know the answer to a certain extent, I'm looking to see if I have the best answer.
We recently developed a stock quote system, where a user enters a ticker, and it displays financial information about the company. The pages are generated upon request. So for example, if someone wants to learn about Apple, they enter AAPL into the quote box, some JS is ran and it populates a template and creates a URL like this:
/quote/?qm_symbol=AAPL
Now, this is all good, but the issue I am finding is that I need to figure out how to index these pages. We want to rank for search queries on the stock. How can I index the page if Google doesn't know it exists? Do I need to make a huge table of contents with internal links? Or do I need to manually enter these tickers into search console in hopes they are indexed?
Any ideas? Is there an easy method to doing this that I am just missing?
We recently developed a stock quote system, where a user enters a ticker, and it displays financial information about the company. The pages are generated upon request. So for example, if someone wants to learn about Apple, they enter AAPL into the quote box, some JS is ran and it populates a template and creates a URL like this:
/quote/?qm_symbol=AAPL
Now, this is all good, but the issue I am finding is that I need to figure out how to index these pages. We want to rank for search queries on the stock. How can I index the page if Google doesn't know it exists? Do I need to make a huge table of contents with internal links? Or do I need to manually enter these tickers into search console in hopes they are indexed?
Any ideas? Is there an easy method to doing this that I am just missing?