My application uses an external API to get information about a lake. This information is displayed in a dynamic container component called LakeComponent.
The application needs to know the code of the lake before it can use the API to populate this page. It can be obtained through a 'site search via name' using the same API.
How can I return my application in a google search based on a lake when there is no dedicated component for it?
E.g. search in Google is 'trinity river' - how can I return the LakeComponent in the search results already filled out with trinity river information?
EDIT: It is a duplicate but the old question wasn't clear